HEX: #BBE999
RGB: (187,233,153)
#BBE999 enthält hauptsächlich rote und grüne Farbe. Für #BBE999 ist eine «websichere» Webfarbe #CCFF99 (oder kurz #CF9).
Die Farbe #BBE999 wird in RGB als (187,233,153) definiert.
RGB: (187,233,153) (73%,91%,60%)
R 187 von 255 = 73%
G 233 von 255 = 91%
B 153 von 255 = 60%
R + G + B ~ 75%. #BBE999 ziemlich helle Farbe.
R + G + B =
187 + 233 + 153 = 573 (100%)
R 187 von 573 ~ 32.64%
G 233 von 573 ~ 40.66%
B 153 von 573 ~ 26.7%
Die Farbe #BBE999 wird in CMYK als (20,0,34,9) definiert.
CMYK: (20,0,34,9) C20M0Y34K9 (20%,0%,34%,9%) (0.20/0.00/0.34/0.09)
BB | E9 | 99 | |
---|---|---|---|
RGB | 187 | 233 | 153 |
HSL | 95° | 64.52% | 75.69% |
HSB/HSV | 95° | 34.33% | 91.37% |
CMYK | 19.74% | 0.00% | 34.33% |
8.63% |
Hexadezimal | BB | E9 | 99 |
Dezimal | 187 | 233 | 153 |
Binär | 10111011 | 11101001 | 10011001 |
Oktal | 273 | 351 | 231 |
Beispiele css- und html für Elemente in der Farbe #BBE999. Bitte benutzen Sie auch rgb(187,233,153) statt hex-Code.
.myTextColor { color: #BBE999; }
<p style="color:#BBE999">This sample text font color is #BBE999.</p>
Die Farbe dieses Textes ist #BBE999.
.myBgColor { background-color: #BBE999; }
<div style="background-color:#BBE999">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BBE999.
.myBorderColor { border: 1px solid #BBE999; }
<div style="border:3px solid #BBE999">Div</div>
Die Grenzen von diesem div sind in Farbe #BBE999.
.myOpacity80 { color: #BBE999; opacity: 0.8; }
<p style="color:#BBE999;opacity:0.8;">80%</p>
Text in Farbe #BBE999 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBE999;}
<p style="text-shadow: 3px 3px 1px #BBE999">Text here.</p>
Dieser Text hat den Schatten in Farbe #BBE999.
.textShadow {text-shadow: 3px 3px 1px #BBE999, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBE999, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BBE999 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBE999, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBE999, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBE999 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BBE999; -webkit-box-shadow: 1px 1px 3px 2px #BBE999; box-shadow: 1px 1px 3px 2px #BBE999; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BBE999; -webkit-box-shadow: 1px 1px 3px 2px #BBE999; box-shadow:1px 1px 3px 2px #BBE999;">
Div content here</div>
Dieser Text ist in der Farbe #BBE999 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BBE999 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BBE999.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BBE999.