HEX: #B496BC
RGB: (180,150,188)
#B496BC contains red, green and blue colors in about the same proportion. Web safe color of #B496BC is #CC99CC (or #C9C).
#B496BC color RGB value is (180,150,188).
RGB: (180,150,188)
(71%, 59%, 74%)
R 180 of 255 = 71%
G 150 of 255 = 59%
B 188 of 255 = 74%
R + G + B ~ 68%. #B496BC is quite light color.
R + G + B = 180 + 150 + 188 = 518 (100%)
R 180 of 518 ~ 34.75%
G 150 of 518 ~ 28.96%
B 188 of 518 ~ 36.29'%
#B496BC color CMYK value is (4,20,0,26).
CMYK: (4,20,0,26)
C4M20Y0K26 (4%, 20%, 0%, 26%)
(0.04 / 0.20 / 0.00 / 0.26)
Color #B496BC in popluar color models
B4 | 96 | BC | |
---|---|---|---|
RGB | 180 | 150 | 188 |
HSL | 287° | 22.09% | 66.27% |
HSB/HSV | 287° | 20.21% | 73.73% |
CMYK | 4.26% | 20.21% | 0.00% |
26.27% |
Color #B496BC in popluar number systems.
HEX | B4 | 96 | BC |
Decimal | 180 | 150 | 188 |
Binary | 10110100 | 10010110 | 10111100 |
Octal | 264 | 226 | 274 |
Shades of #B496BC
Tints of #B496BC
Examples of css and html codes for elements with #B496BC color. Also use rgb(180,150,188) instead hex code.
.myTextColor { color: #B496BC; }
<p style="color:#B496BC">This sample text font color is #B496BC.</p>
This text font color is #B496BC.
.myBgColor { background-color: #B496BC; }
<div style="background-color:#B496BC">Inner text</div>
This div background color is #B496BC.
.myBorderColor { border: 1px solid #B496BC; }
<div style="border:3px solid #B496BC">Div</div>
This div border color is #B496BC.
.myOpacity80 { color: #B496BC; opacity: 0.8; }
<p style="color:#B496BC;opacity:0.8;">80%</p>
Text with #B496BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B496BC;}
<p style="text-shadow: 3px 3px 1px #B496BC">Text here.</p>
This text has shadow with #B496BC color.
.textShadow {text-shadow: 3px 3px 1px #B496BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B496BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #B496BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B496BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B496BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B496BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B496BC;
-webkit-box-shadow: 1px 1px 3px 2px #B496BC;
box-shadow: 1px 1px 3px 2px #B496BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B496BC; -webkit-box-shadow: 1px 1px 3px 2px #B496BC; box-shadow:1px 1px 3px 2px #B496BC;">
Div content here
</div>
This text has color #B496BC on black background.
This text has color #B496BC on white background.
This text has black color on #B496BC background.
This text has white color on #B496BC background.
Complementary color for #hex is #4B6943.