HEX: #BCD399
RGB: (188,211,153)
#BCD399 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BCD399 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #BCD399 wird in RGB als (188,211,153) definiert.
RGB: (188,211,153)
(74%, 83%, 60%)
R 188 von 255 = 74%
G 211 von 255 = 83%
B 153 von 255 = 60%
R + G + B ~ 72%. #BCD399 ziemlich helle Farbe.
R + G + B = 188 + 211 + 153 = 552 (100%)
R 188 von 552 ~ 34.06%
G 211 von 552 ~ 38.22%
B 153 von 552 ~ 27.72'%
Die Farbe #BCD399 wird in CMYK als (11,0,27,17) definiert.
CMYK: (11,0,27,17)
C11M0Y27K17 (11%, 0%, 27%, 17%)
(0.11 / 0.00 / 0.27 / 0.17)
Farbe #BCD399 in den populären Farbmodellen.
BC | D3 | 99 | |
---|---|---|---|
RGB | 188 | 211 | 153 |
HSL | 84° | 39.73% | 71.37% |
HSB/HSV | 84° | 27.49% | 82.75% |
CMYK | 10.90% | 0.00% | 27.49% |
17.25% |
Die Farbe #BCD399 in den populären Zahlensystemen.
Hexadezimal | BC | D3 | 99 |
Dezimal | 188 | 211 | 153 |
Binär | 10111100 | 11010011 | 10011001 |
Oktal | 274 | 323 | 231 |
Dunkle Töne der Farbe #BCD399
Helle Töne der Farbe #BCD399
Beispiele css- und html für Elemente in der Farbe #BCD399. Bitte benutzen Sie auch rgb(188,211,153) statt hex-Code.
.myTextColor { color: #BCD399; }
<p style="color:#BCD399">This sample text font color is #BCD399.</p>
Die Farbe dieses Textes ist #BCD399.
.myBgColor { background-color: #BCD399; }
<div style="background-color:#BCD399">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BCD399.
.myBorderColor { border: 1px solid #BCD399; }
<div style="border:3px solid #BCD399">Div</div>
Die Grenzen von diesem div sind in Farbe #BCD399.
.myOpacity80 { color: #BCD399; opacity: 0.8; }
<p style="color:#BCD399;opacity:0.8;">80%</p>
Text in Farbe #BCD399 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCD399;}
<p style="text-shadow: 3px 3px 1px #BCD399">Text here.</p>
Dieser Text hat den Schatten in Farbe #BCD399.
.textShadow {text-shadow: 3px 3px 1px #BCD399', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCD399, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BCD399 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCD399, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCD399, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCD399 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCD399;
-webkit-box-shadow: 1px 1px 3px 2px #BCD399;
box-shadow: 1px 1px 3px 2px #BCD399;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCD399; -webkit-box-shadow: 1px 1px 3px 2px #BCD399; box-shadow:1px 1px 3px 2px #BCD399;">
Div content here
</div>
Dieser Text ist in der Farbe #BCD399 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BCD399 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BCD399.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BCD399.
Kontrastfarbe für #BCD399 ist #432C66.