HEX: #BCD6CC
RGB: (188,214,204)
#BCD6CC contains red, green and blue colors in about the same proportion. Web safe color of #BCD6CC is #CCCCCC (or #CCC).
#BCD6CC color RGB value is (188,214,204).
RGB: (188,214,204)
(74%, 84%, 80%)
R 188 of 255 = 74%
G 214 of 255 = 84%
B 204 of 255 = 80%
R + G + B ~ 79%. #BCD6CC is quite light color.
R + G + B = 188 + 214 + 204 = 606 (100%)
R 188 of 606 ~ 31.02%
G 214 of 606 ~ 35.31%
B 204 of 606 ~ 33.66'%
#BCD6CC color CMYK value is (12,0,5,16).
CMYK: (12,0,5,16)
C12M0Y5K16 (12%, 0%, 5%, 16%)
(0.12 / 0.00 / 0.05 / 0.16)
Color #BCD6CC in popluar color models
BC | D6 | CC | |
---|---|---|---|
RGB | 188 | 214 | 204 |
HSL | 157° | 24.07% | 78.82% |
HSB/HSV | 157° | 12.15% | 83.92% |
CMYK | 12.15% | 0.00% | 4.67% |
16.08% |
Color #BCD6CC in popluar number systems.
HEX | BC | D6 | CC |
Decimal | 188 | 214 | 204 |
Binary | 10111100 | 11010110 | 11001100 |
Octal | 274 | 326 | 314 |
Shades of #BCD6CC
Tints of #BCD6CC
Examples of css and html codes for elements with #BCD6CC color. Also use rgb(188,214,204) instead hex code.
.myTextColor { color: #BCD6CC; }
<p style="color:#BCD6CC">This sample text font color is #BCD6CC.</p>
This text font color is #BCD6CC.
.myBgColor { background-color: #BCD6CC; }
<div style="background-color:#BCD6CC">Inner text</div>
This div background color is #BCD6CC.
.myBorderColor { border: 1px solid #BCD6CC; }
<div style="border:3px solid #BCD6CC">Div</div>
This div border color is #BCD6CC.
.myOpacity80 { color: #BCD6CC; opacity: 0.8; }
<p style="color:#BCD6CC;opacity:0.8;">80%</p>
Text with #BCD6CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCD6CC;}
<p style="text-shadow: 3px 3px 1px #BCD6CC">Text here.</p>
This text has shadow with #BCD6CC color.
.textShadow {text-shadow: 3px 3px 1px #BCD6CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCD6CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCD6CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCD6CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCD6CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCD6CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCD6CC;
-webkit-box-shadow: 1px 1px 3px 2px #BCD6CC;
box-shadow: 1px 1px 3px 2px #BCD6CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCD6CC; -webkit-box-shadow: 1px 1px 3px 2px #BCD6CC; box-shadow:1px 1px 3px 2px #BCD6CC;">
Div content here
</div>
This text has color #BCD6CC on black background.
This text has color #BCD6CC on white background.
This text has black color on #BCD6CC background.
This text has white color on #BCD6CC background.
Complementary color for #hex is #432933.