HEX: #BCC0CC
RGB: (188,192,204)
#BCC0CC contains red, green and blue colors in about the same proportion. Web safe color of #BCC0CC is #CCCCCC (or #CCC).
#BCC0CC color RGB value is (188,192,204).
RGB: (188,192,204)
(74%, 75%, 80%)
R 188 of 255 = 74%
G 192 of 255 = 75%
B 204 of 255 = 80%
R + G + B ~ 76%. #BCC0CC is quite light color.
R + G + B = 188 + 192 + 204 = 584 (100%)
R 188 of 584 ~ 32.19%
G 192 of 584 ~ 32.88%
B 204 of 584 ~ 34.93'%
#BCC0CC color CMYK value is (8,6,0,20).
CMYK: (8,6,0,20)
C8M6Y0K20 (8%, 6%, 0%, 20%)
(0.08 / 0.06 / 0.00 / 0.20)
Color #BCC0CC in popluar color models
BC | C0 | CC | |
---|---|---|---|
RGB | 188 | 192 | 204 |
HSL | 225° | 13.56% | 76.86% |
HSB/HSV | 225° | 7.84% | 80.00% |
CMYK | 7.84% | 5.88% | 0.00% |
20.00% |
Color #BCC0CC in popluar number systems.
HEX | BC | C0 | CC |
Decimal | 188 | 192 | 204 |
Binary | 10111100 | 11000000 | 11001100 |
Octal | 274 | 300 | 314 |
Shades of #BCC0CC
Tints of #BCC0CC
Examples of css and html codes for elements with #BCC0CC color. Also use rgb(188,192,204) instead hex code.
.myTextColor { color: #BCC0CC; }
<p style="color:#BCC0CC">This sample text font color is #BCC0CC.</p>
This text font color is #BCC0CC.
.myBgColor { background-color: #BCC0CC; }
<div style="background-color:#BCC0CC">Inner text</div>
This div background color is #BCC0CC.
.myBorderColor { border: 1px solid #BCC0CC; }
<div style="border:3px solid #BCC0CC">Div</div>
This div border color is #BCC0CC.
.myOpacity80 { color: #BCC0CC; opacity: 0.8; }
<p style="color:#BCC0CC;opacity:0.8;">80%</p>
Text with #BCC0CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCC0CC;}
<p style="text-shadow: 3px 3px 1px #BCC0CC">Text here.</p>
This text has shadow with #BCC0CC color.
.textShadow {text-shadow: 3px 3px 1px #BCC0CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCC0CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCC0CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCC0CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCC0CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCC0CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCC0CC;
-webkit-box-shadow: 1px 1px 3px 2px #BCC0CC;
box-shadow: 1px 1px 3px 2px #BCC0CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCC0CC; -webkit-box-shadow: 1px 1px 3px 2px #BCC0CC; box-shadow:1px 1px 3px 2px #BCC0CC;">
Div content here
</div>
This text has color #BCC0CC on black background.
This text has color #BCC0CC on white background.
This text has black color on #BCC0CC background.
This text has white color on #BCC0CC background.
Complementary color for #hex is #433F33.