HEX: #B4BDCC
RGB: (180,189,204)
#B4BDCC contains red, green and blue colors in about the same proportion. Web safe color of #B4BDCC is #CCCCCC (or #CCC).
#B4BDCC color RGB value is (180,189,204).
RGB: (180,189,204)
(71%, 74%, 80%)
R 180 of 255 = 71%
G 189 of 255 = 74%
B 204 of 255 = 80%
R + G + B ~ 75%. #B4BDCC is quite light color.
R + G + B = 180 + 189 + 204 = 573 (100%)
R 180 of 573 ~ 31.41%
G 189 of 573 ~ 32.98%
B 204 of 573 ~ 35.6'%
#B4BDCC color CMYK value is (12,7,0,20).
CMYK: (12,7,0,20)
C12M7Y0K20 (12%, 7%, 0%, 20%)
(0.12 / 0.07 / 0.00 / 0.20)
Color #B4BDCC in popluar color models
B4 | BD | CC | |
---|---|---|---|
RGB | 180 | 189 | 204 |
HSL | 218° | 19.05% | 75.29% |
HSB/HSV | 218° | 11.76% | 80.00% |
CMYK | 11.76% | 7.35% | 0.00% |
20.00% |
Color #B4BDCC in popluar number systems.
HEX | B4 | BD | CC |
Decimal | 180 | 189 | 204 |
Binary | 10110100 | 10111101 | 11001100 |
Octal | 264 | 275 | 314 |
Shades of #B4BDCC
Tints of #B4BDCC
Examples of css and html codes for elements with #B4BDCC color. Also use rgb(180,189,204) instead hex code.
.myTextColor { color: #B4BDCC; }
<p style="color:#B4BDCC">This sample text font color is #B4BDCC.</p>
This text font color is #B4BDCC.
.myBgColor { background-color: #B4BDCC; }
<div style="background-color:#B4BDCC">Inner text</div>
This div background color is #B4BDCC.
.myBorderColor { border: 1px solid #B4BDCC; }
<div style="border:3px solid #B4BDCC">Div</div>
This div border color is #B4BDCC.
.myOpacity80 { color: #B4BDCC; opacity: 0.8; }
<p style="color:#B4BDCC;opacity:0.8;">80%</p>
Text with #B4BDCC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4BDCC;}
<p style="text-shadow: 3px 3px 1px #B4BDCC">Text here.</p>
This text has shadow with #B4BDCC color.
.textShadow {text-shadow: 3px 3px 1px #B4BDCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4BDCC, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4BDCC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4BDCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4BDCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4BDCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4BDCC;
-webkit-box-shadow: 1px 1px 3px 2px #B4BDCC;
box-shadow: 1px 1px 3px 2px #B4BDCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4BDCC; -webkit-box-shadow: 1px 1px 3px 2px #B4BDCC; box-shadow:1px 1px 3px 2px #B4BDCC;">
Div content here
</div>
This text has color #B4BDCC on black background.
This text has color #B4BDCC on white background.
This text has black color on #B4BDCC background.
This text has white color on #B4BDCC background.
Complementary color for #hex is #4B4233.