HEX: #BCC5CB
RGB: (188,197,203)
#BCC5CB contains red, green and blue colors in about the same proportion. Web safe color of #BCC5CB is #CCCCCC (or #CCC).
#BCC5CB color RGB value is (188,197,203).
RGB: (188,197,203)
(74%, 77%, 80%)
R 188 of 255 = 74%
G 197 of 255 = 77%
B 203 of 255 = 80%
R + G + B ~ 77%. #BCC5CB is quite light color.
R + G + B = 188 + 197 + 203 = 588 (100%)
R 188 of 588 ~ 31.97%
G 197 of 588 ~ 33.5%
B 203 of 588 ~ 34.52'%
#BCC5CB color CMYK value is (7,3,0,20).
CMYK: (7,3,0,20)
C7M3Y0K20 (7%, 3%, 0%, 20%)
(0.07 / 0.03 / 0.00 / 0.20)
Color #BCC5CB in popluar color models
BC | C5 | CB | |
---|---|---|---|
RGB | 188 | 197 | 203 |
HSL | 204° | 12.61% | 76.67% |
HSB/HSV | 204° | 7.39% | 79.61% |
CMYK | 7.39% | 2.96% | 0.00% |
20.39% |
Color #BCC5CB in popluar number systems.
HEX | BC | C5 | CB |
Decimal | 188 | 197 | 203 |
Binary | 10111100 | 11000101 | 11001011 |
Octal | 274 | 305 | 313 |
Shades of #BCC5CB
Tints of #BCC5CB
Examples of css and html codes for elements with #BCC5CB color. Also use rgb(188,197,203) instead hex code.
.myTextColor { color: #BCC5CB; }
<p style="color:#BCC5CB">This sample text font color is #BCC5CB.</p>
This text font color is #BCC5CB.
.myBgColor { background-color: #BCC5CB; }
<div style="background-color:#BCC5CB">Inner text</div>
This div background color is #BCC5CB.
.myBorderColor { border: 1px solid #BCC5CB; }
<div style="border:3px solid #BCC5CB">Div</div>
This div border color is #BCC5CB.
.myOpacity80 { color: #BCC5CB; opacity: 0.8; }
<p style="color:#BCC5CB;opacity:0.8;">80%</p>
Text with #BCC5CB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCC5CB;}
<p style="text-shadow: 3px 3px 1px #BCC5CB">Text here.</p>
This text has shadow with #BCC5CB color.
.textShadow {text-shadow: 3px 3px 1px #BCC5CB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCC5CB, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCC5CB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCC5CB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCC5CB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCC5CB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCC5CB;
-webkit-box-shadow: 1px 1px 3px 2px #BCC5CB;
box-shadow: 1px 1px 3px 2px #BCC5CB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCC5CB; -webkit-box-shadow: 1px 1px 3px 2px #BCC5CB; box-shadow:1px 1px 3px 2px #BCC5CB;">
Div content here
</div>
This text has color #BCC5CB on black background.
This text has color #BCC5CB on white background.
This text has black color on #BCC5CB background.
This text has white color on #BCC5CB background.
Complementary color for #hex is #433A34.