HEX: #BBE180
RGB: (187,225,128)
#BBE180 enthält hauptsächlich rote und grüne Farbe. Für #BBE180 ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #BBE180 wird in RGB als (187,225,128) definiert.
RGB: (187,225,128)
(73%, 88%, 50%)
R 187 von 255 = 73%
G 225 von 255 = 88%
B 128 von 255 = 50%
R + G + B ~ 70%. #BBE180 ziemlich helle Farbe.
R + G + B = 187 + 225 + 128 = 540 (100%)
R 187 von 540 ~ 34.63%
G 225 von 540 ~ 41.67%
B 128 von 540 ~ 23.7'%
Die Farbe #BBE180 wird in CMYK als (17,0,43,12) definiert.
CMYK: (17,0,43,12)
C17M0Y43K12 (17%, 0%, 43%, 12%)
(0.17 / 0.00 / 0.43 / 0.12)
Farbe #BBE180 in den populären Farbmodellen.
BB | E1 | 80 | |
---|---|---|---|
RGB | 187 | 225 | 128 |
HSL | 84° | 61.78% | 69.22% |
HSB/HSV | 84° | 43.11% | 88.24% |
CMYK | 16.89% | 0.00% | 43.11% |
11.76% |
Die Farbe #BBE180 in den populären Zahlensystemen.
Hexadezimal | BB | E1 | 80 |
Dezimal | 187 | 225 | 128 |
Binär | 10111011 | 11100001 | 10000000 |
Oktal | 273 | 341 | 200 |
Dunkle Töne der Farbe #BBE180
Helle Töne der Farbe #BBE180
Beispiele css- und html für Elemente in der Farbe #BBE180. Bitte benutzen Sie auch rgb(187,225,128) statt hex-Code.
.myTextColor { color: #BBE180; }
<p style="color:#BBE180">This sample text font color is #BBE180.</p>
Die Farbe dieses Textes ist #BBE180.
.myBgColor { background-color: #BBE180; }
<div style="background-color:#BBE180">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BBE180.
.myBorderColor { border: 1px solid #BBE180; }
<div style="border:3px solid #BBE180">Div</div>
Die Grenzen von diesem div sind in Farbe #BBE180.
.myOpacity80 { color: #BBE180; opacity: 0.8; }
<p style="color:#BBE180;opacity:0.8;">80%</p>
Text in Farbe #BBE180 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBE180;}
<p style="text-shadow: 3px 3px 1px #BBE180">Text here.</p>
Dieser Text hat den Schatten in Farbe #BBE180.
.textShadow {text-shadow: 3px 3px 1px #BBE180', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBE180, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BBE180 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBE180, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBE180, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBE180 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBE180;
-webkit-box-shadow: 1px 1px 3px 2px #BBE180;
box-shadow: 1px 1px 3px 2px #BBE180;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBE180; -webkit-box-shadow: 1px 1px 3px 2px #BBE180; box-shadow:1px 1px 3px 2px #BBE180;">
Div content here
</div>
Dieser Text ist in der Farbe #BBE180 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BBE180 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BBE180.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BBE180.
Kontrastfarbe für #hex ist #441E7F.