HEX: #BCC988
RGB: (188,201,136)
#BCC988 contains mainly red and green colors. Web safe color of #BCC988 is #CCCC99 (or #CC9).
#BCC988 color RGB value is (188,201,136).
RGB: (188,201,136)
(74%, 79%, 53%)
R 188 of 255 = 74%
G 201 of 255 = 79%
B 136 of 255 = 53%
R + G + B ~ 69%. #BCC988 is quite light color.
R + G + B = 188 + 201 + 136 = 525 (100%)
R 188 of 525 ~ 35.81%
G 201 of 525 ~ 38.29%
B 136 of 525 ~ 25.9'%
#BCC988 color CMYK value is (6,0,32,21).
CMYK: (6,0,32,21) C6M0Y32K21 (6%,0%,32%,21%) (0.06/0.00/0.32/0.21)
Color #BCC988 in popluar color models
BC | C9 | 88 | |
---|---|---|---|
RGB | 188 | 201 | 136 |
HSL | 72° | 37.57% | 66.08% |
HSB/HSV | 72° | 32.34% | 78.82% |
CMYK | 6.47% | 0.00% | 32.34% |
21.18% |
Color #BCC988 in popluar number systems.
HEX | BC | C9 | 88 |
Decimal | 188 | 201 | 136 |
Binary | 10111100 | 11001001 | 10001000 |
Octal | 274 | 311 | 210 |
Shades of #BCC988
Tints of #BCC988
Examples of css and html codes for elements with #BCC988 color. Also use rgb(188,201,136) instead hex code.
.myTextColor { color: #BCC988; }
<p style="color:#BCC988">This sample text font color is #BCC988.</p>
This text font color is #BCC988.
.myBgColor { background-color: #BCC988; }
<div style="background-color:#BCC988">Inner text</div>
This div background color is #BCC988.
.myBorderColor { border: 1px solid #BCC988; }
<div style="border:3px solid #BCC988">Div</div>
This div border color is #BCC988.
.myOpacity80 { color: #BCC988; opacity: 0.8; }
<p style="color:#BCC988;opacity:0.8;">80%</p>
Text with #BCC988 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCC988;}
<p style="text-shadow: 3px 3px 1px #BCC988">Text here.</p>
This text has shadow with #BCC988 color.
.textShadow {text-shadow: 3px 3px 1px #BCC988', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCC988, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCC988 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCC988, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCC988, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCC988 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCC988;
-webkit-box-shadow: 1px 1px 3px 2px #BCC988;
box-shadow: 1px 1px 3px 2px #BCC988;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCC988; -webkit-box-shadow: 1px 1px 3px 2px #BCC988; box-shadow:1px 1px 3px 2px #BCC988;">
Div content here
</div>
This text has color #BCC988 on black background.
This text has color #BCC988 on white background.
This text has black color on #BCC988 background.
This text has white color on #BCC988 background.
Complementary color for #hex is #433677.