HEX: #BCC5BB
RGB: (188,197,187)
#BCC5BB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BCC5BB ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #BCC5BB wird in RGB als (188,197,187) definiert.
RGB: (188,197,187) (74%,77%,73%)
R 188 von 255 = 74%
G 197 von 255 = 77%
B 187 von 255 = 73%
R + G + B ~ 75%. #BCC5BB ziemlich helle Farbe.
R + G + B =
188 + 197 + 187 = 572 (100%)
R 188 von 572 ~ 32.87%
G 197 von 572 ~ 34.44%
B 187 von 572 ~ 32.69%
Die Farbe #BCC5BB wird in CMYK als (5,0,5,23) definiert.
CMYK: (5,0,5,23) C5M0Y5K23 (5%,0%,5%,23%) (0.05/0.00/0.05/0.23)
BC | C5 | BB | |
---|---|---|---|
RGB | 188 | 197 | 187 |
HSL | 114° | 7.94% | 75.29% |
HSB/HSV | 114° | 5.08% | 77.25% |
CMYK | 4.57% | 0.00% | 5.08% |
22.75% |
Hexadezimal | BC | C5 | BB |
Dezimal | 188 | 197 | 187 |
Binär | 10111100 | 11000101 | 10111011 |
Oktal | 274 | 305 | 273 |
Beispiele css- und html für Elemente in der Farbe #BCC5BB. Bitte benutzen Sie auch rgb(188,197,187) statt hex-Code.
.myTextColor { color: #BCC5BB; }
<p style="color:#BCC5BB">This sample text font color is #BCC5BB.</p>
Die Farbe dieses Textes ist #BCC5BB.
.myBgColor { background-color: #BCC5BB; }
<div style="background-color:#BCC5BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BCC5BB.
.myBorderColor { border: 1px solid #BCC5BB; }
<div style="border:3px solid #BCC5BB">Div</div>
Die Grenzen von diesem div sind in Farbe #BCC5BB.
.myOpacity80 { color: #BCC5BB; opacity: 0.8; }
<p style="color:#BCC5BB;opacity:0.8;">80%</p>
Text in Farbe #BCC5BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCC5BB;}
<p style="text-shadow: 3px 3px 1px #BCC5BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #BCC5BB.
.textShadow {text-shadow: 3px 3px 1px #BCC5BB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCC5BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BCC5BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCC5BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCC5BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCC5BB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BCC5BB; -webkit-box-shadow: 1px 1px 3px 2px #BCC5BB; box-shadow: 1px 1px 3px 2px #BCC5BB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BCC5BB; -webkit-box-shadow: 1px 1px 3px 2px #BCC5BB; box-shadow:1px 1px 3px 2px #BCC5BB;">
Div content here</div>
Dieser Text ist in der Farbe #BCC5BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BCC5BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BCC5BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BCC5BB.