HEX: #BCD395
RGB: (188,211,149)
#BCD395 contains mainly red and green colors. Web safe color of #BCD395 is #CCCC99 (or #CC9).
#BCD395 color RGB value is (188,211,149).
RGB: (188,211,149)
(74%, 83%, 58%)
R 188 of 255 = 74%
G 211 of 255 = 83%
B 149 of 255 = 58%
R + G + B ~ 72%. #BCD395 is quite light color.
R + G + B = 188 + 211 + 149 = 548 (100%)
R 188 of 548 ~ 34.31%
G 211 of 548 ~ 38.5%
B 149 of 548 ~ 27.19'%
#BCD395 color CMYK value is (11,0,29,17).
CMYK: (11,0,29,17)
C11M0Y29K17 (11%, 0%, 29%, 17%)
(0.11 / 0.00 / 0.29 / 0.17)
Color #BCD395 in popluar color models
BC | D3 | 95 | |
---|---|---|---|
RGB | 188 | 211 | 149 |
HSL | 82° | 41.33% | 70.59% |
HSB/HSV | 82° | 29.38% | 82.75% |
CMYK | 10.90% | 0.00% | 29.38% |
17.25% |
Color #BCD395 in popluar number systems.
HEX | BC | D3 | 95 |
Decimal | 188 | 211 | 149 |
Binary | 10111100 | 11010011 | 10010101 |
Octal | 274 | 323 | 225 |
Shades of #BCD395
Tints of #BCD395
Examples of css and html codes for elements with #BCD395 color. Also use rgb(188,211,149) instead hex code.
.myTextColor { color: #BCD395; }
<p style="color:#BCD395">This sample text font color is #BCD395.</p>
This text font color is #BCD395.
.myBgColor { background-color: #BCD395; }
<div style="background-color:#BCD395">Inner text</div>
This div background color is #BCD395.
.myBorderColor { border: 1px solid #BCD395; }
<div style="border:3px solid #BCD395">Div</div>
This div border color is #BCD395.
.myOpacity80 { color: #BCD395; opacity: 0.8; }
<p style="color:#BCD395;opacity:0.8;">80%</p>
Text with #BCD395 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCD395;}
<p style="text-shadow: 3px 3px 1px #BCD395">Text here.</p>
This text has shadow with #BCD395 color.
.textShadow {text-shadow: 3px 3px 1px #BCD395', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCD395, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCD395 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCD395, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCD395, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCD395 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCD395;
-webkit-box-shadow: 1px 1px 3px 2px #BCD395;
box-shadow: 1px 1px 3px 2px #BCD395;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCD395; -webkit-box-shadow: 1px 1px 3px 2px #BCD395; box-shadow:1px 1px 3px 2px #BCD395;">
Div content here
</div>
This text has color #BCD395 on black background.
This text has color #BCD395 on white background.
This text has black color on #BCD395 background.
This text has white color on #BCD395 background.
Complementary color for #hex is #432C6A.