HEX: #BCD99C
RGB: (188,217,156)
#BCD99C enthält hauptsächlich rote und grüne Farbe. Für #BCD99C ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #BCD99C wird in RGB als (188,217,156) definiert.
RGB: (188,217,156)
(74%, 85%, 61%)
R 188 von 255 = 74%
G 217 von 255 = 85%
B 156 von 255 = 61%
R + G + B ~ 73%. #BCD99C ziemlich helle Farbe.
R + G + B = 188 + 217 + 156 = 561 (100%)
R 188 von 561 ~ 33.51%
G 217 von 561 ~ 38.68%
B 156 von 561 ~ 27.81'%
Die Farbe #BCD99C wird in CMYK als (13,0,28,15) definiert.
CMYK: (13,0,28,15)
C13M0Y28K15 (13%, 0%, 28%, 15%)
(0.13 / 0.00 / 0.28 / 0.15)
Farbe #BCD99C in den populären Farbmodellen.
BC | D9 | 9C | |
---|---|---|---|
RGB | 188 | 217 | 156 |
HSL | 89° | 44.53% | 73.14% |
HSB/HSV | 89° | 28.11% | 85.10% |
CMYK | 13.36% | 0.00% | 28.11% |
14.90% |
Die Farbe #BCD99C in den populären Zahlensystemen.
Hexadezimal | BC | D9 | 9C |
Dezimal | 188 | 217 | 156 |
Binär | 10111100 | 11011001 | 10011100 |
Oktal | 274 | 331 | 234 |
Dunkle Töne der Farbe #BCD99C
Helle Töne der Farbe #BCD99C
Beispiele css- und html für Elemente in der Farbe #BCD99C. Bitte benutzen Sie auch rgb(188,217,156) statt hex-Code.
.myTextColor { color: #BCD99C; }
<p style="color:#BCD99C">This sample text font color is #BCD99C.</p>
Die Farbe dieses Textes ist #BCD99C.
.myBgColor { background-color: #BCD99C; }
<div style="background-color:#BCD99C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BCD99C.
.myBorderColor { border: 1px solid #BCD99C; }
<div style="border:3px solid #BCD99C">Div</div>
Die Grenzen von diesem div sind in Farbe #BCD99C.
.myOpacity80 { color: #BCD99C; opacity: 0.8; }
<p style="color:#BCD99C;opacity:0.8;">80%</p>
Text in Farbe #BCD99C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCD99C;}
<p style="text-shadow: 3px 3px 1px #BCD99C">Text here.</p>
Dieser Text hat den Schatten in Farbe #BCD99C.
.textShadow {text-shadow: 3px 3px 1px #BCD99C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCD99C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BCD99C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCD99C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCD99C, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCD99C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCD99C;
-webkit-box-shadow: 1px 1px 3px 2px #BCD99C;
box-shadow: 1px 1px 3px 2px #BCD99C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCD99C; -webkit-box-shadow: 1px 1px 3px 2px #BCD99C; box-shadow:1px 1px 3px 2px #BCD99C;">
Div content here
</div>
Dieser Text ist in der Farbe #BCD99C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BCD99C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BCD99C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BCD99C.
Kontrastfarbe für #hex ist #432663.