HEX: #BCADD5
RGB: (188,173,213)
#BCADD5 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BCADD5 ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #BCADD5 wird in RGB als (188,173,213) definiert.
RGB: (188,173,213)
(74%, 68%, 84%)
R 188 von 255 = 74%
G 173 von 255 = 68%
B 213 von 255 = 84%
R + G + B ~ 75%. #BCADD5 ziemlich helle Farbe.
R + G + B = 188 + 173 + 213 = 574 (100%)
R 188 von 574 ~ 32.75%
G 173 von 574 ~ 30.14%
B 213 von 574 ~ 37.11'%
Die Farbe #BCADD5 wird in CMYK als (12,19,0,16) definiert.
CMYK: (12,19,0,16) C12M19Y0K16 (12%,19%,0%,16%) (0.12/0.19/0.00/0.16)
Farbe #BCADD5 in den populären Farbmodellen.
BC | AD | D5 | |
---|---|---|---|
RGB | 188 | 173 | 213 |
HSL | 263° | 32.26% | 75.69% |
HSB/HSV | 263° | 18.78% | 83.53% |
CMYK | 11.74% | 18.78% | 0.00% |
16.47% |
Die Farbe #BCADD5 in den populären Zahlensystemen.
Hexadezimal | BC | AD | D5 |
Dezimal | 188 | 173 | 213 |
Binär | 10111100 | 10101101 | 11010101 |
Oktal | 274 | 255 | 325 |
Dunkle Töne der Farbe #BCADD5
Helle Töne der Farbe #BCADD5
Beispiele css- und html für Elemente in der Farbe #BCADD5. Bitte benutzen Sie auch rgb(188,173,213) statt hex-Code.
.myTextColor { color: #BCADD5; }
<p style="color:#BCADD5">This sample text font color is #BCADD5.</p>
Die Farbe dieses Textes ist #BCADD5.
.myBgColor { background-color: #BCADD5; }
<div style="background-color:#BCADD5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BCADD5.
.myBorderColor { border: 1px solid #BCADD5; }
<div style="border:3px solid #BCADD5">Div</div>
Die Grenzen von diesem div sind in Farbe #BCADD5.
.myOpacity80 { color: #BCADD5; opacity: 0.8; }
<p style="color:#BCADD5;opacity:0.8;">80%</p>
Text in Farbe #BCADD5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCADD5;}
<p style="text-shadow: 3px 3px 1px #BCADD5">Text here.</p>
Dieser Text hat den Schatten in Farbe #BCADD5.
.textShadow {text-shadow: 3px 3px 1px #BCADD5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCADD5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BCADD5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCADD5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCADD5, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCADD5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCADD5;
-webkit-box-shadow: 1px 1px 3px 2px #BCADD5;
box-shadow: 1px 1px 3px 2px #BCADD5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCADD5; -webkit-box-shadow: 1px 1px 3px 2px #BCADD5; box-shadow:1px 1px 3px 2px #BCADD5;">
Div content here
</div>
Dieser Text ist in der Farbe #BCADD5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BCADD5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BCADD5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BCADD5.
Kontrastfarbe für #hex ist #43522A.