HEX: #BCC5DE
RGB: (188,197,222)
#BCC5DE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BCC5DE ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #BCC5DE wird in RGB als (188,197,222) definiert.
RGB: (188,197,222) (74%,77%,87%)
R 188 von 255 = 74%
G 197 von 255 = 77%
B 222 von 255 = 87%
R + G + B ~ 79%. #BCC5DE ziemlich helle Farbe.
R + G + B =
188 + 197 + 222 = 607 (100%)
R 188 von 607 ~ 30.97%
G 197 von 607 ~ 32.45%
B 222 von 607 ~ 36.57%
Die Farbe #BCC5DE wird in CMYK als (15,11,0,13) definiert.
CMYK: (15,11,0,13) C15M11Y0K13 (15%,11%,0%,13%) (0.15/0.11/0.00/0.13)
BC | C5 | DE | |
---|---|---|---|
RGB | 188 | 197 | 222 |
HSL | 224° | 34.00% | 80.39% |
HSB/HSV | 224° | 15.32% | 87.06% |
CMYK | 15.32% | 11.26% | 0.00% |
12.94% |
Hexadezimal | BC | C5 | DE |
Dezimal | 188 | 197 | 222 |
Binär | 10111100 | 11000101 | 11011110 |
Oktal | 274 | 305 | 336 |
Beispiele css- und html für Elemente in der Farbe #BCC5DE. Bitte benutzen Sie auch rgb(188,197,222) statt hex-Code.
.myTextColor { color: #BCC5DE; }
<p style="color:#BCC5DE">This sample text font color is #BCC5DE.</p>
Die Farbe dieses Textes ist #BCC5DE.
.myBgColor { background-color: #BCC5DE; }
<div style="background-color:#BCC5DE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BCC5DE.
.myBorderColor { border: 1px solid #BCC5DE; }
<div style="border:3px solid #BCC5DE">Div</div>
Die Grenzen von diesem div sind in Farbe #BCC5DE.
.myOpacity80 { color: #BCC5DE; opacity: 0.8; }
<p style="color:#BCC5DE;opacity:0.8;">80%</p>
Text in Farbe #BCC5DE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCC5DE;}
<p style="text-shadow: 3px 3px 1px #BCC5DE">Text here.</p>
Dieser Text hat den Schatten in Farbe #BCC5DE.
.textShadow {text-shadow: 3px 3px 1px #BCC5DE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCC5DE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BCC5DE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCC5DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCC5DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCC5DE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BCC5DE; -webkit-box-shadow: 1px 1px 3px 2px #BCC5DE; box-shadow: 1px 1px 3px 2px #BCC5DE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BCC5DE; -webkit-box-shadow: 1px 1px 3px 2px #BCC5DE; box-shadow:1px 1px 3px 2px #BCC5DE;">
Div content here</div>
Dieser Text ist in der Farbe #BCC5DE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BCC5DE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BCC5DE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BCC5DE.