HEX: #BCB6CC
RGB: (188,182,204)
#BCB6CC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BCB6CC ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #BCB6CC wird in RGB als (188,182,204) definiert.
RGB: (188,182,204) (74%,71%,80%)
R 188 von 255 = 74%
G 182 von 255 = 71%
B 204 von 255 = 80%
R + G + B ~ 75%. #BCB6CC ziemlich helle Farbe.
R + G + B =
188 + 182 + 204 = 574 (100%)
R 188 von 574 ~ 32.75%
G 182 von 574 ~ 31.71%
B 204 von 574 ~ 35.54%
Die Farbe #BCB6CC wird in CMYK als (8,11,0,20) definiert.
CMYK: (8,11,0,20) C8M11Y0K20 (8%,11%,0%,20%) (0.08/0.11/0.00/0.20)
BC | B6 | CC | |
---|---|---|---|
RGB | 188 | 182 | 204 |
HSL | 256° | 17.74% | 75.69% |
HSB/HSV | 256° | 10.78% | 80.00% |
CMYK | 7.84% | 10.78% | 0.00% |
20.00% |
Hexadezimal | BC | B6 | CC |
Dezimal | 188 | 182 | 204 |
Binär | 10111100 | 10110110 | 11001100 |
Oktal | 274 | 266 | 314 |
Beispiele css- und html für Elemente in der Farbe #BCB6CC. Bitte benutzen Sie auch rgb(188,182,204) statt hex-Code.
.myTextColor { color: #BCB6CC; }
<p style="color:#BCB6CC">This sample text font color is #BCB6CC.</p>
Die Farbe dieses Textes ist #BCB6CC.
.myBgColor { background-color: #BCB6CC; }
<div style="background-color:#BCB6CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BCB6CC.
.myBorderColor { border: 1px solid #BCB6CC; }
<div style="border:3px solid #BCB6CC">Div</div>
Die Grenzen von diesem div sind in Farbe #BCB6CC.
.myOpacity80 { color: #BCB6CC; opacity: 0.8; }
<p style="color:#BCB6CC;opacity:0.8;">80%</p>
Text in Farbe #BCB6CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCB6CC;}
<p style="text-shadow: 3px 3px 1px #BCB6CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #BCB6CC.
.textShadow {text-shadow: 3px 3px 1px #BCB6CC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCB6CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BCB6CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCB6CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCB6CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCB6CC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BCB6CC; -webkit-box-shadow: 1px 1px 3px 2px #BCB6CC; box-shadow: 1px 1px 3px 2px #BCB6CC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BCB6CC; -webkit-box-shadow: 1px 1px 3px 2px #BCB6CC; box-shadow:1px 1px 3px 2px #BCB6CC;">
Div content here</div>
Dieser Text ist in der Farbe #BCB6CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BCB6CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BCB6CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BCB6CC.