HEX: #BBC2CC
RGB: (187,194,204)
#BBC2CC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BBC2CC ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #BBC2CC wird in RGB als (187,194,204) definiert.
RGB: (187,194,204) (73%,76%,80%)
R 187 von 255 = 73%
G 194 von 255 = 76%
B 204 von 255 = 80%
R + G + B ~ 76%. #BBC2CC ziemlich helle Farbe.
R + G + B =
187 + 194 + 204 = 585 (100%)
R 187 von 585 ~ 31.97%
G 194 von 585 ~ 33.16%
B 204 von 585 ~ 34.87%
Die Farbe #BBC2CC wird in CMYK als (8,5,0,20) definiert.
CMYK: (8,5,0,20) C8M5Y0K20 (8%,5%,0%,20%) (0.08/0.05/0.00/0.20)
BB | C2 | CC | |
---|---|---|---|
RGB | 187 | 194 | 204 |
HSL | 215° | 14.29% | 76.67% |
HSB/HSV | 215° | 8.33% | 80.00% |
CMYK | 8.33% | 4.90% | 0.00% |
20.00% |
Hexadezimal | BB | C2 | CC |
Dezimal | 187 | 194 | 204 |
Binär | 10111011 | 11000010 | 11001100 |
Oktal | 273 | 302 | 314 |
Beispiele css- und html für Elemente in der Farbe #BBC2CC. Bitte benutzen Sie auch rgb(187,194,204) statt hex-Code.
.myTextColor { color: #BBC2CC; }
<p style="color:#BBC2CC">This sample text font color is #BBC2CC.</p>
Die Farbe dieses Textes ist #BBC2CC.
.myBgColor { background-color: #BBC2CC; }
<div style="background-color:#BBC2CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BBC2CC.
.myBorderColor { border: 1px solid #BBC2CC; }
<div style="border:3px solid #BBC2CC">Div</div>
Die Grenzen von diesem div sind in Farbe #BBC2CC.
.myOpacity80 { color: #BBC2CC; opacity: 0.8; }
<p style="color:#BBC2CC;opacity:0.8;">80%</p>
Text in Farbe #BBC2CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBC2CC;}
<p style="text-shadow: 3px 3px 1px #BBC2CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #BBC2CC.
.textShadow {text-shadow: 3px 3px 1px #BBC2CC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBC2CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BBC2CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBC2CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBC2CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBC2CC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BBC2CC; -webkit-box-shadow: 1px 1px 3px 2px #BBC2CC; box-shadow: 1px 1px 3px 2px #BBC2CC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BBC2CC; -webkit-box-shadow: 1px 1px 3px 2px #BBC2CC; box-shadow:1px 1px 3px 2px #BBC2CC;">
Div content here</div>
Dieser Text ist in der Farbe #BBC2CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BBC2CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BBC2CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BBC2CC.