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