HEX: #BCD587
RGB: (188,213,135)
#BCD587 contains mainly red and green colors. Web safe color of #BCD587 is #CCCC99 (or #CC9).
#BCD587 color RGB value is (188,213,135).
RGB: (188,213,135)
(74%, 84%, 53%)
R 188 of 255 = 74%
G 213 of 255 = 84%
B 135 of 255 = 53%
R + G + B ~ 70%. #BCD587 is quite light color.
R + G + B = 188 + 213 + 135 = 536 (100%)
R 188 of 536 ~ 35.07%
G 213 of 536 ~ 39.74%
B 135 of 536 ~ 25.19'%
#BCD587 color CMYK value is (12,0,37,16).
CMYK: (12,0,37,16)
C12M0Y37K16 (12%, 0%, 37%, 16%)
(0.12 / 0.00 / 0.37 / 0.16)
Color #BCD587 in popluar color models
BC | D5 | 87 | |
---|---|---|---|
RGB | 188 | 213 | 135 |
HSL | 79° | 48.15% | 68.24% |
HSB/HSV | 79° | 36.62% | 83.53% |
CMYK | 11.74% | 0.00% | 36.62% |
16.47% |
Color #BCD587 in popluar number systems.
HEX | BC | D5 | 87 |
Decimal | 188 | 213 | 135 |
Binary | 10111100 | 11010101 | 10000111 |
Octal | 274 | 325 | 207 |
Shades of #BCD587
Tints of #BCD587
Examples of css and html codes for elements with #BCD587 color. Also use rgb(188,213,135) instead hex code.
.myTextColor { color: #BCD587; }
<p style="color:#BCD587">This sample text font color is #BCD587.</p>
This text font color is #BCD587.
.myBgColor { background-color: #BCD587; }
<div style="background-color:#BCD587">Inner text</div>
This div background color is #BCD587.
.myBorderColor { border: 1px solid #BCD587; }
<div style="border:3px solid #BCD587">Div</div>
This div border color is #BCD587.
.myOpacity80 { color: #BCD587; opacity: 0.8; }
<p style="color:#BCD587;opacity:0.8;">80%</p>
Text with #BCD587 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCD587;}
<p style="text-shadow: 3px 3px 1px #BCD587">Text here.</p>
This text has shadow with #BCD587 color.
.textShadow {text-shadow: 3px 3px 1px #BCD587', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCD587, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCD587 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCD587, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCD587, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCD587 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCD587;
-webkit-box-shadow: 1px 1px 3px 2px #BCD587;
box-shadow: 1px 1px 3px 2px #BCD587;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCD587; -webkit-box-shadow: 1px 1px 3px 2px #BCD587; box-shadow:1px 1px 3px 2px #BCD587;">
Div content here
</div>
This text has color #BCD587 on black background.
This text has color #BCD587 on white background.
This text has black color on #BCD587 background.
This text has white color on #BCD587 background.
Complementary color for #hex is #432A78.