HEX: #BCD4CC
RGB: (188,212,204)
#BCD4CC contains red, green and blue colors in about the same proportion. Web safe color of #BCD4CC is #CCCCCC (or #CCC).
#BCD4CC color RGB value is (188,212,204).
RGB: (188,212,204)
(74%, 83%, 80%)
R 188 of 255 = 74%
G 212 of 255 = 83%
B 204 of 255 = 80%
R + G + B ~ 79%. #BCD4CC is quite light color.
R + G + B = 188 + 212 + 204 = 604 (100%)
R 188 of 604 ~ 31.13%
G 212 of 604 ~ 35.1%
B 204 of 604 ~ 33.77'%
#BCD4CC color CMYK value is (11,0,4,17).
CMYK: (11,0,4,17) C11M0Y4K17 (11%,0%,4%,17%) (0.11/0.00/0.04/0.17)
Color #BCD4CC in popluar color models
BC | D4 | CC | |
---|---|---|---|
RGB | 188 | 212 | 204 |
HSL | 160° | 21.82% | 78.43% |
HSB/HSV | 160° | 11.32% | 83.14% |
CMYK | 11.32% | 0.00% | 3.77% |
16.86% |
Color #BCD4CC in popluar number systems.
HEX | BC | D4 | CC |
Decimal | 188 | 212 | 204 |
Binary | 10111100 | 11010100 | 11001100 |
Octal | 274 | 324 | 314 |
Shades of #BCD4CC
Tints of #BCD4CC
Examples of css and html codes for elements with #BCD4CC color. Also use rgb(188,212,204) instead hex code.
.myTextColor { color: #BCD4CC; }
<p style="color:#BCD4CC">This sample text font color is #BCD4CC.</p>
This text font color is #BCD4CC.
.myBgColor { background-color: #BCD4CC; }
<div style="background-color:#BCD4CC">Inner text</div>
This div background color is #BCD4CC.
.myBorderColor { border: 1px solid #BCD4CC; }
<div style="border:3px solid #BCD4CC">Div</div>
This div border color is #BCD4CC.
.myOpacity80 { color: #BCD4CC; opacity: 0.8; }
<p style="color:#BCD4CC;opacity:0.8;">80%</p>
Text with #BCD4CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCD4CC;}
<p style="text-shadow: 3px 3px 1px #BCD4CC">Text here.</p>
This text has shadow with #BCD4CC color.
.textShadow {text-shadow: 3px 3px 1px #BCD4CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCD4CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCD4CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCD4CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCD4CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCD4CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCD4CC;
-webkit-box-shadow: 1px 1px 3px 2px #BCD4CC;
box-shadow: 1px 1px 3px 2px #BCD4CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCD4CC; -webkit-box-shadow: 1px 1px 3px 2px #BCD4CC; box-shadow:1px 1px 3px 2px #BCD4CC;">
Div content here
</div>
This text has color #BCD4CC on black background.
This text has color #BCD4CC on white background.
This text has black color on #BCD4CC background.
This text has white color on #BCD4CC background.
Complementary color for #hex is #432B33.