HEX: #BBD5EE
RGB: (187,213,238)
#BBD5EE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BBD5EE ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #BBD5EE wird in RGB als (187,213,238) definiert.
RGB: (187,213,238) (73%,84%,93%)
R 187 von 255 = 73%
G 213 von 255 = 84%
B 238 von 255 = 93%
R + G + B ~ 83%. #BBD5EE ziemlich helle Farbe.
R + G + B =
187 + 213 + 238 = 638 (100%)
R 187 von 638 ~ 29.31%
G 213 von 638 ~ 33.39%
B 238 von 638 ~ 37.3%
Die Farbe #BBD5EE wird in CMYK als (21,11,0,7) definiert.
CMYK: (21,11,0,7) C21M11Y0K7 (21%,11%,0%,7%) (0.21/0.11/0.00/0.07)
BB | D5 | EE | |
---|---|---|---|
RGB | 187 | 213 | 238 |
HSL | 209° | 60.00% | 83.33% |
HSB/HSV | 209° | 21.43% | 93.33% |
CMYK | 21.43% | 10.50% | 0.00% |
6.67% |
Hexadezimal | BB | D5 | EE |
Dezimal | 187 | 213 | 238 |
Binär | 10111011 | 11010101 | 11101110 |
Oktal | 273 | 325 | 356 |
Beispiele css- und html für Elemente in der Farbe #BBD5EE. Bitte benutzen Sie auch rgb(187,213,238) statt hex-Code.
.myTextColor { color: #BBD5EE; }
<p style="color:#BBD5EE">This sample text font color is #BBD5EE.</p>
Die Farbe dieses Textes ist #BBD5EE.
.myBgColor { background-color: #BBD5EE; }
<div style="background-color:#BBD5EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BBD5EE.
.myBorderColor { border: 1px solid #BBD5EE; }
<div style="border:3px solid #BBD5EE">Div</div>
Die Grenzen von diesem div sind in Farbe #BBD5EE.
.myOpacity80 { color: #BBD5EE; opacity: 0.8; }
<p style="color:#BBD5EE;opacity:0.8;">80%</p>
Text in Farbe #BBD5EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBD5EE;}
<p style="text-shadow: 3px 3px 1px #BBD5EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #BBD5EE.
.textShadow {text-shadow: 3px 3px 1px #BBD5EE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBD5EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BBD5EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBD5EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBD5EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBD5EE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BBD5EE; -webkit-box-shadow: 1px 1px 3px 2px #BBD5EE; box-shadow: 1px 1px 3px 2px #BBD5EE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BBD5EE; -webkit-box-shadow: 1px 1px 3px 2px #BBD5EE; box-shadow:1px 1px 3px 2px #BBD5EE;">
Div content here</div>
Dieser Text ist in der Farbe #BBD5EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BBD5EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BBD5EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BBD5EE.