HEX: #BCCF96
RGB: (188,207,150)
#BCCF96 contains red, green and blue colors in about the same proportion. Web safe color of #BCCF96 is #CCCC99 (or #CC9).
#BCCF96 color RGB value is (188,207,150).
RGB: (188,207,150)
(74%, 81%, 59%)
R 188 of 255 = 74%
G 207 of 255 = 81%
B 150 of 255 = 59%
R + G + B ~ 71%. #BCCF96 is quite light color.
R + G + B = 188 + 207 + 150 = 545 (100%)
R 188 of 545 ~ 34.5%
G 207 of 545 ~ 37.98%
B 150 of 545 ~ 27.52'%
#BCCF96 color CMYK value is (9,0,28,19).
CMYK: (9,0,28,19) C9M0Y28K19 (9%,0%,28%,19%) (0.09/0.00/0.28/0.19)
Color #BCCF96 in popluar color models
BC | CF | 96 | |
---|---|---|---|
RGB | 188 | 207 | 150 |
HSL | 80° | 37.25% | 70.00% |
HSB/HSV | 80° | 27.54% | 81.18% |
CMYK | 9.18% | 0.00% | 27.54% |
18.82% |
Color #BCCF96 in popluar number systems.
HEX | BC | CF | 96 |
Decimal | 188 | 207 | 150 |
Binary | 10111100 | 11001111 | 10010110 |
Octal | 274 | 317 | 226 |
Shades of #BCCF96
Tints of #BCCF96
Examples of css and html codes for elements with #BCCF96 color. Also use rgb(188,207,150) instead hex code.
.myTextColor { color: #BCCF96; }
<p style="color:#BCCF96">This sample text font color is #BCCF96.</p>
This text font color is #BCCF96.
.myBgColor { background-color: #BCCF96; }
<div style="background-color:#BCCF96">Inner text</div>
This div background color is #BCCF96.
.myBorderColor { border: 1px solid #BCCF96; }
<div style="border:3px solid #BCCF96">Div</div>
This div border color is #BCCF96.
.myOpacity80 { color: #BCCF96; opacity: 0.8; }
<p style="color:#BCCF96;opacity:0.8;">80%</p>
Text with #BCCF96 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCCF96;}
<p style="text-shadow: 3px 3px 1px #BCCF96">Text here.</p>
This text has shadow with #BCCF96 color.
.textShadow {text-shadow: 3px 3px 1px #BCCF96', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCCF96, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCCF96 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCCF96, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCCF96, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCCF96 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCCF96;
-webkit-box-shadow: 1px 1px 3px 2px #BCCF96;
box-shadow: 1px 1px 3px 2px #BCCF96;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCCF96; -webkit-box-shadow: 1px 1px 3px 2px #BCCF96; box-shadow:1px 1px 3px 2px #BCCF96;">
Div content here
</div>
This text has color #BCCF96 on black background.
This text has color #BCCF96 on white background.
This text has black color on #BCCF96 background.
This text has white color on #BCCF96 background.
Complementary color for #hex is #433069.