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