HEX: #BC93CD
RGB: (188,147,205)
#BC93CD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BC93CD ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #BC93CD wird in RGB als (188,147,205) definiert.
RGB: (188,147,205)
(74%, 58%, 80%)
R 188 von 255 = 74%
G 147 von 255 = 58%
B 205 von 255 = 80%
R + G + B ~ 71%. #BC93CD ziemlich helle Farbe.
R + G + B = 188 + 147 + 205 = 540 (100%)
R 188 von 540 ~ 34.81%
G 147 von 540 ~ 27.22%
B 205 von 540 ~ 37.96'%
Die Farbe #BC93CD wird in CMYK als (8,28,0,20) definiert.
CMYK: (8,28,0,20)
C8M28Y0K20 (8%, 28%, 0%, 20%)
(0.08 / 0.28 / 0.00 / 0.20)
Farbe #BC93CD in den populären Farbmodellen.
BC | 93 | CD | |
---|---|---|---|
RGB | 188 | 147 | 205 |
HSL | 282° | 36.71% | 69.02% |
HSB/HSV | 282° | 28.29% | 80.39% |
CMYK | 8.29% | 28.29% | 0.00% |
19.61% |
Die Farbe #BC93CD in den populären Zahlensystemen.
Hexadezimal | BC | 93 | CD |
Dezimal | 188 | 147 | 205 |
Binär | 10111100 | 10010011 | 11001101 |
Oktal | 274 | 223 | 315 |
Dunkle Töne der Farbe #BC93CD
Helle Töne der Farbe #BC93CD
Beispiele css- und html für Elemente in der Farbe #BC93CD. Bitte benutzen Sie auch rgb(188,147,205) statt hex-Code.
.myTextColor { color: #BC93CD; }
<p style="color:#BC93CD">This sample text font color is #BC93CD.</p>
Die Farbe dieses Textes ist #BC93CD.
.myBgColor { background-color: #BC93CD; }
<div style="background-color:#BC93CD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC93CD.
.myBorderColor { border: 1px solid #BC93CD; }
<div style="border:3px solid #BC93CD">Div</div>
Die Grenzen von diesem div sind in Farbe #BC93CD.
.myOpacity80 { color: #BC93CD; opacity: 0.8; }
<p style="color:#BC93CD;opacity:0.8;">80%</p>
Text in Farbe #BC93CD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC93CD;}
<p style="text-shadow: 3px 3px 1px #BC93CD">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC93CD.
.textShadow {text-shadow: 3px 3px 1px #BC93CD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC93CD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC93CD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC93CD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC93CD, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC93CD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC93CD;
-webkit-box-shadow: 1px 1px 3px 2px #BC93CD;
box-shadow: 1px 1px 3px 2px #BC93CD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC93CD; -webkit-box-shadow: 1px 1px 3px 2px #BC93CD; box-shadow:1px 1px 3px 2px #BC93CD;">
Div content here
</div>
Dieser Text ist in der Farbe #BC93CD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC93CD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC93CD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC93CD.
Kontrastfarbe für #BC93CD ist #436C32.