HEX: #BCADDB
RGB: (188,173,219)
#BCADDB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BCADDB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #BCADDB wird in RGB als (188,173,219) definiert.
RGB: (188,173,219)
(74%, 68%, 86%)
R 188 von 255 = 74%
G 173 von 255 = 68%
B 219 von 255 = 86%
R + G + B ~ 76%. #BCADDB ziemlich helle Farbe.
R + G + B = 188 + 173 + 219 = 580 (100%)
R 188 von 580 ~ 32.41%
G 173 von 580 ~ 29.83%
B 219 von 580 ~ 37.76'%
Die Farbe #BCADDB wird in CMYK als (14,21,0,14) definiert.
CMYK: (14,21,0,14)
C14M21Y0K14 (14%, 21%, 0%, 14%)
(0.14 / 0.21 / 0.00 / 0.14)
Farbe #BCADDB in den populären Farbmodellen.
BC | AD | DB | |
---|---|---|---|
RGB | 188 | 173 | 219 |
HSL | 260° | 38.98% | 76.86% |
HSB/HSV | 260° | 21.00% | 85.88% |
CMYK | 14.16% | 21.00% | 0.00% |
14.12% |
Die Farbe #BCADDB in den populären Zahlensystemen.
Hexadezimal | BC | AD | DB |
Dezimal | 188 | 173 | 219 |
Binär | 10111100 | 10101101 | 11011011 |
Oktal | 274 | 255 | 333 |
Dunkle Töne der Farbe #BCADDB
Helle Töne der Farbe #BCADDB
Beispiele css- und html für Elemente in der Farbe #BCADDB. Bitte benutzen Sie auch rgb(188,173,219) statt hex-Code.
.myTextColor { color: #BCADDB; }
<p style="color:#BCADDB">This sample text font color is #BCADDB.</p>
Die Farbe dieses Textes ist #BCADDB.
.myBgColor { background-color: #BCADDB; }
<div style="background-color:#BCADDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BCADDB.
.myBorderColor { border: 1px solid #BCADDB; }
<div style="border:3px solid #BCADDB">Div</div>
Die Grenzen von diesem div sind in Farbe #BCADDB.
.myOpacity80 { color: #BCADDB; opacity: 0.8; }
<p style="color:#BCADDB;opacity:0.8;">80%</p>
Text in Farbe #BCADDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCADDB;}
<p style="text-shadow: 3px 3px 1px #BCADDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #BCADDB.
.textShadow {text-shadow: 3px 3px 1px #BCADDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCADDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BCADDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCADDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCADDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCADDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCADDB;
-webkit-box-shadow: 1px 1px 3px 2px #BCADDB;
box-shadow: 1px 1px 3px 2px #BCADDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCADDB; -webkit-box-shadow: 1px 1px 3px 2px #BCADDB; box-shadow:1px 1px 3px 2px #BCADDB;">
Div content here
</div>
Dieser Text ist in der Farbe #BCADDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BCADDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BCADDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BCADDB.
Kontrastfarbe für #hex ist #435224.