HEX: #BBEAFF
RGB: (187,234,255)
#BBEAFF enthält hauptsächlich grüne und blaue Farbe. Für #BBEAFF ist eine «websichere» Webfarbe #CCFFFF (oder kurz #CFF).
Die Farbe #BBEAFF wird in RGB als (187,234,255) definiert.
RGB: (187,234,255) (73%,92%,100%)
R 187 von 255 = 73%
G 234 von 255 = 92%
B 255 von 255 = 100%
R + G + B ~ 88%. #BBEAFF helle Farbe.
R + G + B =
187 + 234 + 255 = 676 (100%)
R 187 von 676 ~ 27.66%
G 234 von 676 ~ 34.62%
B 255 von 676 ~ 37.72%
Die Farbe #BBEAFF wird in CMYK als (27,8,0,0) definiert.
CMYK: (27,8,0,0) C27M8Y0K0 (27%,8%,0%,0%) (0.27/0.08/0.00/0.00)
BB | EA | FF | |
---|---|---|---|
RGB | 187 | 234 | 255 |
HSL | 199° | 100.00% | 86.67% |
HSB/HSV | 199° | 26.67% | 100.00% |
CMYK | 26.67% | 8.24% | 0.00% |
0.00% |
Hexadezimal | BB | EA | FF |
Dezimal | 187 | 234 | 255 |
Binär | 10111011 | 11101010 | 11111111 |
Oktal | 273 | 352 | 377 |
Beispiele css- und html für Elemente in der Farbe #BBEAFF. Bitte benutzen Sie auch rgb(187,234,255) statt hex-Code.
.myTextColor { color: #BBEAFF; }
<p style="color:#BBEAFF">This sample text font color is #BBEAFF.</p>
Die Farbe dieses Textes ist #BBEAFF.
.myBgColor { background-color: #BBEAFF; }
<div style="background-color:#BBEAFF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BBEAFF.
.myBorderColor { border: 1px solid #BBEAFF; }
<div style="border:3px solid #BBEAFF">Div</div>
Die Grenzen von diesem div sind in Farbe #BBEAFF.
.myOpacity80 { color: #BBEAFF; opacity: 0.8; }
<p style="color:#BBEAFF;opacity:0.8;">80%</p>
Text in Farbe #BBEAFF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBEAFF;}
<p style="text-shadow: 3px 3px 1px #BBEAFF">Text here.</p>
Dieser Text hat den Schatten in Farbe #BBEAFF.
.textShadow {text-shadow: 3px 3px 1px #BBEAFF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBEAFF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BBEAFF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBEAFF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBEAFF, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBEAFF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BBEAFF; -webkit-box-shadow: 1px 1px 3px 2px #BBEAFF; box-shadow: 1px 1px 3px 2px #BBEAFF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BBEAFF; -webkit-box-shadow: 1px 1px 3px 2px #BBEAFF; box-shadow:1px 1px 3px 2px #BBEAFF;">
Div content here</div>
Dieser Text ist in der Farbe #BBEAFF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BBEAFF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BBEAFF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BBEAFF.