HEX: #BBE6BB
RGB: (187,230,187)
#BBE6BB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BBE6BB ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #BBE6BB wird in RGB als (187,230,187) definiert.
RGB: (187,230,187)
(73%, 90%, 73%)
R 187 von 255 = 73%
G 230 von 255 = 90%
B 187 von 255 = 73%
R + G + B ~ 79%. #BBE6BB ziemlich helle Farbe.
R + G + B = 187 + 230 + 187 = 604 (100%)
R 187 von 604 ~ 30.96%
G 230 von 604 ~ 38.08%
B 187 von 604 ~ 30.96'%
Die Farbe #BBE6BB wird in CMYK als (19,0,19,10) definiert.
CMYK: (19,0,19,10)
C19M0Y19K10 (19%, 0%, 19%, 10%)
(0.19 / 0.00 / 0.19 / 0.10)
Farbe #BBE6BB in den populären Farbmodellen.
BB | E6 | BB | |
---|---|---|---|
RGB | 187 | 230 | 187 |
HSL | 120° | 46.24% | 81.76% |
HSB/HSV | 120° | 18.70% | 90.20% |
CMYK | 18.70% | 0.00% | 18.70% |
9.80% |
Die Farbe #BBE6BB in den populären Zahlensystemen.
Hexadezimal | BB | E6 | BB |
Dezimal | 187 | 230 | 187 |
Binär | 10111011 | 11100110 | 10111011 |
Oktal | 273 | 346 | 273 |
Dunkle Töne der Farbe #BBE6BB
Helle Töne der Farbe #BBE6BB
Beispiele css- und html für Elemente in der Farbe #BBE6BB. Bitte benutzen Sie auch rgb(187,230,187) statt hex-Code.
.myTextColor { color: #BBE6BB; }
<p style="color:#BBE6BB">This sample text font color is #BBE6BB.</p>
Die Farbe dieses Textes ist #BBE6BB.
.myBgColor { background-color: #BBE6BB; }
<div style="background-color:#BBE6BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BBE6BB.
.myBorderColor { border: 1px solid #BBE6BB; }
<div style="border:3px solid #BBE6BB">Div</div>
Die Grenzen von diesem div sind in Farbe #BBE6BB.
.myOpacity80 { color: #BBE6BB; opacity: 0.8; }
<p style="color:#BBE6BB;opacity:0.8;">80%</p>
Text in Farbe #BBE6BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBE6BB;}
<p style="text-shadow: 3px 3px 1px #BBE6BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #BBE6BB.
.textShadow {text-shadow: 3px 3px 1px #BBE6BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBE6BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BBE6BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBE6BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBE6BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBE6BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBE6BB;
-webkit-box-shadow: 1px 1px 3px 2px #BBE6BB;
box-shadow: 1px 1px 3px 2px #BBE6BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBE6BB; -webkit-box-shadow: 1px 1px 3px 2px #BBE6BB; box-shadow:1px 1px 3px 2px #BBE6BB;">
Div content here
</div>
Dieser Text ist in der Farbe #BBE6BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BBE6BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BBE6BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BBE6BB.
Kontrastfarbe für #hex ist #441944.