HEX: #B4BCCB
RGB: (180,188,203)
#B4BCCB contains red, green and blue colors in about the same proportion. Web safe color of #B4BCCB is #CCCCCC (or #CCC).
#B4BCCB color RGB value is (180,188,203).
RGB: (180,188,203)
(71%, 74%, 80%)
R 180 of 255 = 71%
G 188 of 255 = 74%
B 203 of 255 = 80%
R + G + B ~ 75%. #B4BCCB is quite light color.
R + G + B = 180 + 188 + 203 = 571 (100%)
R 180 of 571 ~ 31.52%
G 188 of 571 ~ 32.92%
B 203 of 571 ~ 35.55'%
#B4BCCB color CMYK value is (11,7,0,20).
CMYK: (11,7,0,20)
C11M7Y0K20 (11%, 7%, 0%, 20%)
(0.11 / 0.07 / 0.00 / 0.20)
Color #B4BCCB in popluar color models
B4 | BC | CB | |
---|---|---|---|
RGB | 180 | 188 | 203 |
HSL | 219° | 18.11% | 75.10% |
HSB/HSV | 219° | 11.33% | 79.61% |
CMYK | 11.33% | 7.39% | 0.00% |
20.39% |
Color #B4BCCB in popluar number systems.
HEX | B4 | BC | CB |
Decimal | 180 | 188 | 203 |
Binary | 10110100 | 10111100 | 11001011 |
Octal | 264 | 274 | 313 |
Shades of #B4BCCB
Tints of #B4BCCB
Examples of css and html codes for elements with #B4BCCB color. Also use rgb(180,188,203) instead hex code.
.myTextColor { color: #B4BCCB; }
<p style="color:#B4BCCB">This sample text font color is #B4BCCB.</p>
This text font color is #B4BCCB.
.myBgColor { background-color: #B4BCCB; }
<div style="background-color:#B4BCCB">Inner text</div>
This div background color is #B4BCCB.
.myBorderColor { border: 1px solid #B4BCCB; }
<div style="border:3px solid #B4BCCB">Div</div>
This div border color is #B4BCCB.
.myOpacity80 { color: #B4BCCB; opacity: 0.8; }
<p style="color:#B4BCCB;opacity:0.8;">80%</p>
Text with #B4BCCB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4BCCB;}
<p style="text-shadow: 3px 3px 1px #B4BCCB">Text here.</p>
This text has shadow with #B4BCCB color.
.textShadow {text-shadow: 3px 3px 1px #B4BCCB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4BCCB, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4BCCB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4BCCB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4BCCB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4BCCB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4BCCB;
-webkit-box-shadow: 1px 1px 3px 2px #B4BCCB;
box-shadow: 1px 1px 3px 2px #B4BCCB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4BCCB; -webkit-box-shadow: 1px 1px 3px 2px #B4BCCB; box-shadow:1px 1px 3px 2px #B4BCCB;">
Div content here
</div>
This text has color #B4BCCB on black background.
This text has color #B4BCCB on white background.
This text has black color on #B4BCCB background.
This text has white color on #B4BCCB background.
Complementary color for #hex is #4B4334.