HEX: #B488AB
RGB: (180,136,171)
#B488AB contains red, green and blue colors in about the same proportion. Web safe color of #B488AB is #CC9999 (or #C99).
#B488AB color RGB value is (180,136,171).
RGB: (180,136,171)
(71%, 53%, 67%)
R 180 of 255 = 71%
G 136 of 255 = 53%
B 171 of 255 = 67%
R + G + B ~ 64%. #B488AB is quite light color.
R + G + B = 180 + 136 + 171 = 487 (100%)
R 180 of 487 ~ 36.96%
G 136 of 487 ~ 27.93%
B 171 of 487 ~ 35.11'%
#B488AB color CMYK value is (0,24,5,29).
CMYK: (0,24,5,29) C0M24Y5K29 (0%,24%,5%,29%) (0.00/0.24/0.05/0.29)
Color #B488AB in popluar color models
B4 | 88 | AB | |
---|---|---|---|
RGB | 180 | 136 | 171 |
HSL | 312° | 22.68% | 61.96% |
HSB/HSV | 312° | 24.44% | 70.59% |
CMYK | 0.00% | 24.44% | 5.00% |
29.41% |
Color #B488AB in popluar number systems.
HEX | B4 | 88 | AB |
Decimal | 180 | 136 | 171 |
Binary | 10110100 | 10001000 | 10101011 |
Octal | 264 | 210 | 253 |
Shades of #B488AB
Tints of #B488AB
Examples of css and html codes for elements with #B488AB color. Also use rgb(180,136,171) instead hex code.
.myTextColor { color: #B488AB; }
<p style="color:#B488AB">This sample text font color is #B488AB.</p>
This text font color is #B488AB.
.myBgColor { background-color: #B488AB; }
<div style="background-color:#B488AB">Inner text</div>
This div background color is #B488AB.
.myBorderColor { border: 1px solid #B488AB; }
<div style="border:3px solid #B488AB">Div</div>
This div border color is #B488AB.
.myOpacity80 { color: #B488AB; opacity: 0.8; }
<p style="color:#B488AB;opacity:0.8;">80%</p>
Text with #B488AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B488AB;}
<p style="text-shadow: 3px 3px 1px #B488AB">Text here.</p>
This text has shadow with #B488AB color.
.textShadow {text-shadow: 3px 3px 1px #B488AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B488AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #B488AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B488AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B488AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B488AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B488AB;
-webkit-box-shadow: 1px 1px 3px 2px #B488AB;
box-shadow: 1px 1px 3px 2px #B488AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B488AB; -webkit-box-shadow: 1px 1px 3px 2px #B488AB; box-shadow:1px 1px 3px 2px #B488AB;">
Div content here
</div>
This text has color #B488AB on black background.
This text has color #B488AB on white background.
This text has black color on #B488AB background.
This text has white color on #B488AB background.
Complementary color for #hex is #4B7754.