HEX: #BCCEDB
RGB: (188,206,219)
#BCCEDB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BCCEDB ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #BCCEDB wird in RGB als (188,206,219) definiert.
RGB: (188,206,219) (74%,81%,86%)
R 188 von 255 = 74%
G 206 von 255 = 81%
B 219 von 255 = 86%
R + G + B ~ 80%. #BCCEDB ziemlich helle Farbe.
R + G + B =
188 + 206 + 219 = 613 (100%)
R 188 von 613 ~ 30.67%
G 206 von 613 ~ 33.61%
B 219 von 613 ~ 35.73%
Die Farbe #BCCEDB wird in CMYK als (14,6,0,14) definiert.
CMYK: (14,6,0,14) C14M6Y0K14 (14%,6%,0%,14%) (0.14/0.06/0.00/0.14)
BC | CE | DB | |
---|---|---|---|
RGB | 188 | 206 | 219 |
HSL | 205° | 30.10% | 79.80% |
HSB/HSV | 205° | 14.16% | 85.88% |
CMYK | 14.16% | 5.94% | 0.00% |
14.12% |
Hexadezimal | BC | CE | DB |
Dezimal | 188 | 206 | 219 |
Binär | 10111100 | 11001110 | 11011011 |
Oktal | 274 | 316 | 333 |
Beispiele css- und html für Elemente in der Farbe #BCCEDB. Bitte benutzen Sie auch rgb(188,206,219) statt hex-Code.
.myTextColor { color: #BCCEDB; }
<p style="color:#BCCEDB">This sample text font color is #BCCEDB.</p>
Die Farbe dieses Textes ist #BCCEDB.
.myBgColor { background-color: #BCCEDB; }
<div style="background-color:#BCCEDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BCCEDB.
.myBorderColor { border: 1px solid #BCCEDB; }
<div style="border:3px solid #BCCEDB">Div</div>
Die Grenzen von diesem div sind in Farbe #BCCEDB.
.myOpacity80 { color: #BCCEDB; opacity: 0.8; }
<p style="color:#BCCEDB;opacity:0.8;">80%</p>
Text in Farbe #BCCEDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCCEDB;}
<p style="text-shadow: 3px 3px 1px #BCCEDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #BCCEDB.
.textShadow {text-shadow: 3px 3px 1px #BCCEDB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCCEDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BCCEDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCCEDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCCEDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCCEDB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BCCEDB; -webkit-box-shadow: 1px 1px 3px 2px #BCCEDB; box-shadow: 1px 1px 3px 2px #BCCEDB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BCCEDB; -webkit-box-shadow: 1px 1px 3px 2px #BCCEDB; box-shadow:1px 1px 3px 2px #BCCEDB;">
Div content here</div>
Dieser Text ist in der Farbe #BCCEDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BCCEDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BCCEDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BCCEDB.