HEX: #B0BCDB
RGB: (176,188,219)
#B0BCDB contains red, green and blue colors in about the same proportion. Web safe color of #B0BCDB is #99CCCC (or #9CC).
#B0BCDB color RGB value is (176,188,219).
RGB: (176,188,219)
(69%, 74%, 86%)
R 176 of 255 = 69%
G 188 of 255 = 74%
B 219 of 255 = 86%
R + G + B ~ 76%. #B0BCDB is quite light color.
R + G + B = 176 + 188 + 219 = 583 (100%)
R 176 of 583 ~ 30.19%
G 188 of 583 ~ 32.25%
B 219 of 583 ~ 37.56'%
#B0BCDB color CMYK value is (20,14,0,14).
CMYK: (20,14,0,14) C20M14Y0K14 (20%,14%,0%,14%) (0.20/0.14/0.00/0.14)
Color #B0BCDB in popluar color models
B0 | BC | DB | |
---|---|---|---|
RGB | 176 | 188 | 219 |
HSL | 223° | 37.39% | 77.45% |
HSB/HSV | 223° | 19.63% | 85.88% |
CMYK | 19.63% | 14.16% | 0.00% |
14.12% |
Color #B0BCDB in popluar number systems.
HEX | B0 | BC | DB |
Decimal | 176 | 188 | 219 |
Binary | 10110000 | 10111100 | 11011011 |
Octal | 260 | 274 | 333 |
Shades of #B0BCDB
Tints of #B0BCDB
Examples of css and html codes for elements with #B0BCDB color. Also use rgb(176,188,219) instead hex code.
.myTextColor { color: #B0BCDB; }
<p style="color:#B0BCDB">This sample text font color is #B0BCDB.</p>
This text font color is #B0BCDB.
.myBgColor { background-color: #B0BCDB; }
<div style="background-color:#B0BCDB">Inner text</div>
This div background color is #B0BCDB.
.myBorderColor { border: 1px solid #B0BCDB; }
<div style="border:3px solid #B0BCDB">Div</div>
This div border color is #B0BCDB.
.myOpacity80 { color: #B0BCDB; opacity: 0.8; }
<p style="color:#B0BCDB;opacity:0.8;">80%</p>
Text with #B0BCDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B0BCDB;}
<p style="text-shadow: 3px 3px 1px #B0BCDB">Text here.</p>
This text has shadow with #B0BCDB color.
.textShadow {text-shadow: 3px 3px 1px #B0BCDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B0BCDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #B0BCDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B0BCDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B0BCDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B0BCDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B0BCDB;
-webkit-box-shadow: 1px 1px 3px 2px #B0BCDB;
box-shadow: 1px 1px 3px 2px #B0BCDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B0BCDB; -webkit-box-shadow: 1px 1px 3px 2px #B0BCDB; box-shadow:1px 1px 3px 2px #B0BCDB;">
Div content here
</div>
This text has color #B0BCDB on black background.
This text has color #B0BCDB on white background.
This text has black color on #B0BCDB background.
This text has white color on #B0BCDB background.
Complementary color for #hex is #4F4324.