HEX: #B096BD
RGB: (176,150,189)
#B096BD contains red, green and blue colors in about the same proportion. Web safe color of #B096BD is #9999CC (or #99C).
#B096BD color RGB value is (176,150,189).
RGB: (176,150,189)
(69%, 59%, 74%)
R 176 of 255 = 69%
G 150 of 255 = 59%
B 189 of 255 = 74%
R + G + B ~ 67%. #B096BD is quite light color.
R + G + B = 176 + 150 + 189 = 515 (100%)
R 176 of 515 ~ 34.17%
G 150 of 515 ~ 29.13%
B 189 of 515 ~ 36.7'%
#B096BD color CMYK value is (7,21,0,26).
CMYK: (7,21,0,26) C7M21Y0K26 (7%,21%,0%,26%) (0.07/0.21/0.00/0.26)
Color #B096BD in popluar color models
B0 | 96 | BD | |
---|---|---|---|
RGB | 176 | 150 | 189 |
HSL | 280° | 22.81% | 66.47% |
HSB/HSV | 280° | 20.63% | 74.12% |
CMYK | 6.88% | 20.63% | 0.00% |
25.88% |
Color #B096BD in popluar number systems.
HEX | B0 | 96 | BD |
Decimal | 176 | 150 | 189 |
Binary | 10110000 | 10010110 | 10111101 |
Octal | 260 | 226 | 275 |
Shades of #B096BD
Tints of #B096BD
Examples of css and html codes for elements with #B096BD color. Also use rgb(176,150,189) instead hex code.
.myTextColor { color: #B096BD; }
<p style="color:#B096BD">This sample text font color is #B096BD.</p>
This text font color is #B096BD.
.myBgColor { background-color: #B096BD; }
<div style="background-color:#B096BD">Inner text</div>
This div background color is #B096BD.
.myBorderColor { border: 1px solid #B096BD; }
<div style="border:3px solid #B096BD">Div</div>
This div border color is #B096BD.
.myOpacity80 { color: #B096BD; opacity: 0.8; }
<p style="color:#B096BD;opacity:0.8;">80%</p>
Text with #B096BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B096BD;}
<p style="text-shadow: 3px 3px 1px #B096BD">Text here.</p>
This text has shadow with #B096BD color.
.textShadow {text-shadow: 3px 3px 1px #B096BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B096BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #B096BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B096BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B096BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B096BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B096BD;
-webkit-box-shadow: 1px 1px 3px 2px #B096BD;
box-shadow: 1px 1px 3px 2px #B096BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B096BD; -webkit-box-shadow: 1px 1px 3px 2px #B096BD; box-shadow:1px 1px 3px 2px #B096BD;">
Div content here
</div>
This text has color #B096BD on black background.
This text has color #B096BD on white background.
This text has black color on #B096BD background.
This text has white color on #B096BD background.
Complementary color for #hex is #4F6942.