HEX: #B9BCEB
RGB: (185,188,235)
#B9BCEB contains red, green and blue colors in about the same proportion. Web safe color of #B9BCEB is #CCCCFF (or #CCF).
#B9BCEB color RGB value is (185,188,235).
RGB: (185,188,235)
(73%, 74%, 92%)
R 185 of 255 = 73%
G 188 of 255 = 74%
B 235 of 255 = 92%
R + G + B ~ 80%. #B9BCEB is quite light color.
R + G + B = 185 + 188 + 235 = 608 (100%)
R 185 of 608 ~ 30.43%
G 188 of 608 ~ 30.92%
B 235 of 608 ~ 38.65'%
#B9BCEB color CMYK value is (21,20,0,8).
CMYK: (21,20,0,8)
C21M20Y0K8 (21%, 20%, 0%, 8%)
(0.21 / 0.20 / 0.00 / 0.08)
Color #B9BCEB in popluar color models
B9 | BC | EB | |
---|---|---|---|
RGB | 185 | 188 | 235 |
HSL | 236° | 55.56% | 82.35% |
HSB/HSV | 236° | 21.28% | 92.16% |
CMYK | 21.28% | 20.00% | 0.00% |
7.84% |
Color #B9BCEB in popluar number systems.
HEX | B9 | BC | EB |
Decimal | 185 | 188 | 235 |
Binary | 10111001 | 10111100 | 11101011 |
Octal | 271 | 274 | 353 |
Shades of #B9BCEB
Tints of #B9BCEB
Examples of css and html codes for elements with #B9BCEB color. Also use rgb(185,188,235) instead hex code.
.myTextColor { color: #B9BCEB; }
<p style="color:#B9BCEB">This sample text font color is #B9BCEB.</p>
This text font color is #B9BCEB.
.myBgColor { background-color: #B9BCEB; }
<div style="background-color:#B9BCEB">Inner text</div>
This div background color is #B9BCEB.
.myBorderColor { border: 1px solid #B9BCEB; }
<div style="border:3px solid #B9BCEB">Div</div>
This div border color is #B9BCEB.
.myOpacity80 { color: #B9BCEB; opacity: 0.8; }
<p style="color:#B9BCEB;opacity:0.8;">80%</p>
Text with #B9BCEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B9BCEB;}
<p style="text-shadow: 3px 3px 1px #B9BCEB">Text here.</p>
This text has shadow with #B9BCEB color.
.textShadow {text-shadow: 3px 3px 1px #B9BCEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B9BCEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #B9BCEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9BCEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B9BCEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B9BCEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B9BCEB;
-webkit-box-shadow: 1px 1px 3px 2px #B9BCEB;
box-shadow: 1px 1px 3px 2px #B9BCEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B9BCEB; -webkit-box-shadow: 1px 1px 3px 2px #B9BCEB; box-shadow:1px 1px 3px 2px #B9BCEB;">
Div content here
</div>
This text has color #B9BCEB on black background.
This text has color #B9BCEB on white background.
This text has black color on #B9BCEB background.
This text has white color on #B9BCEB background.
Complementary color for #hex is #464314.