HEX: #BCCEC5
RGB: (188,206,197)
#BCCEC5 contains red, green and blue colors in about the same proportion. Web safe color of #BCCEC5 is #CCCCCC (or #CCC).
#BCCEC5 color RGB value is (188,206,197).
RGB: (188,206,197)
(74%, 81%, 77%)
R 188 of 255 = 74%
G 206 of 255 = 81%
B 197 of 255 = 77%
R + G + B ~ 77%. #BCCEC5 is quite light color.
R + G + B = 188 + 206 + 197 = 591 (100%)
R 188 of 591 ~ 31.81%
G 206 of 591 ~ 34.86%
B 197 of 591 ~ 33.33'%
#BCCEC5 color CMYK value is (9,0,4,19).
CMYK: (9,0,4,19)
C9M0Y4K19 (9%, 0%, 4%, 19%)
(0.09 / 0.00 / 0.04 / 0.19)
Color #BCCEC5 in popluar color models
BC | CE | C5 | |
---|---|---|---|
RGB | 188 | 206 | 197 |
HSL | 150° | 15.52% | 77.25% |
HSB/HSV | 150° | 8.74% | 80.78% |
CMYK | 8.74% | 0.00% | 4.37% |
19.22% |
Color #BCCEC5 in popluar number systems.
HEX | BC | CE | C5 |
Decimal | 188 | 206 | 197 |
Binary | 10111100 | 11001110 | 11000101 |
Octal | 274 | 316 | 305 |
Shades of #BCCEC5
Tints of #BCCEC5
Examples of css and html codes for elements with #BCCEC5 color. Also use rgb(188,206,197) instead hex code.
.myTextColor { color: #BCCEC5; }
<p style="color:#BCCEC5">This sample text font color is #BCCEC5.</p>
This text font color is #BCCEC5.
.myBgColor { background-color: #BCCEC5; }
<div style="background-color:#BCCEC5">Inner text</div>
This div background color is #BCCEC5.
.myBorderColor { border: 1px solid #BCCEC5; }
<div style="border:3px solid #BCCEC5">Div</div>
This div border color is #BCCEC5.
.myOpacity80 { color: #BCCEC5; opacity: 0.8; }
<p style="color:#BCCEC5;opacity:0.8;">80%</p>
Text with #BCCEC5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCCEC5;}
<p style="text-shadow: 3px 3px 1px #BCCEC5">Text here.</p>
This text has shadow with #BCCEC5 color.
.textShadow {text-shadow: 3px 3px 1px #BCCEC5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCCEC5, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCCEC5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCCEC5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCCEC5, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCCEC5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCCEC5;
-webkit-box-shadow: 1px 1px 3px 2px #BCCEC5;
box-shadow: 1px 1px 3px 2px #BCCEC5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCCEC5; -webkit-box-shadow: 1px 1px 3px 2px #BCCEC5; box-shadow:1px 1px 3px 2px #BCCEC5;">
Div content here
</div>
This text has color #BCCEC5 on black background.
This text has color #BCCEC5 on white background.
This text has black color on #BCCEC5 background.
This text has white color on #BCCEC5 background.
Complementary color for #hex is #43313A.