HEX: #BCCADB
RGB: (188,202,219)
#BCCADB contains red, green and blue colors in about the same proportion. Web safe color of #BCCADB is #CCCCCC (or #CCC).
#BCCADB color RGB value is (188,202,219).
RGB: (188,202,219)
(74%, 79%, 86%)
R 188 of 255 = 74%
G 202 of 255 = 79%
B 219 of 255 = 86%
R + G + B ~ 80%. #BCCADB is quite light color.
R + G + B = 188 + 202 + 219 = 609 (100%)
R 188 of 609 ~ 30.87%
G 202 of 609 ~ 33.17%
B 219 of 609 ~ 35.96'%
#BCCADB color CMYK value is (14,8,0,14).
CMYK: (14,8,0,14)
C14M8Y0K14 (14%, 8%, 0%, 14%)
(0.14 / 0.08 / 0.00 / 0.14)
Color #BCCADB in popluar color models
BC | CA | DB | |
---|---|---|---|
RGB | 188 | 202 | 219 |
HSL | 213° | 30.10% | 79.80% |
HSB/HSV | 213° | 14.16% | 85.88% |
CMYK | 14.16% | 7.76% | 0.00% |
14.12% |
Color #BCCADB in popluar number systems.
HEX | BC | CA | DB |
Decimal | 188 | 202 | 219 |
Binary | 10111100 | 11001010 | 11011011 |
Octal | 274 | 312 | 333 |
Shades of #BCCADB
Tints of #BCCADB
Examples of css and html codes for elements with #BCCADB color. Also use rgb(188,202,219) instead hex code.
.myTextColor { color: #BCCADB; }
<p style="color:#BCCADB">This sample text font color is #BCCADB.</p>
This text font color is #BCCADB.
.myBgColor { background-color: #BCCADB; }
<div style="background-color:#BCCADB">Inner text</div>
This div background color is #BCCADB.
.myBorderColor { border: 1px solid #BCCADB; }
<div style="border:3px solid #BCCADB">Div</div>
This div border color is #BCCADB.
.myOpacity80 { color: #BCCADB; opacity: 0.8; }
<p style="color:#BCCADB;opacity:0.8;">80%</p>
Text with #BCCADB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCCADB;}
<p style="text-shadow: 3px 3px 1px #BCCADB">Text here.</p>
This text has shadow with #BCCADB color.
.textShadow {text-shadow: 3px 3px 1px #BCCADB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCCADB, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCCADB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCCADB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCCADB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCCADB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCCADB;
-webkit-box-shadow: 1px 1px 3px 2px #BCCADB;
box-shadow: 1px 1px 3px 2px #BCCADB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCCADB; -webkit-box-shadow: 1px 1px 3px 2px #BCCADB; box-shadow:1px 1px 3px 2px #BCCADB;">
Div content here
</div>
This text has color #BCCADB on black background.
This text has color #BCCADB on white background.
This text has black color on #BCCADB background.
This text has white color on #BCCADB background.
Complementary color for #hex is #433524.