HEX: #BB999D
RGB: (187,153,157)
#BB999D contains red, green and blue colors in about the same proportion. Web safe color of #BB999D is #CC9999 (or #C99).
#BB999D color RGB value is (187,153,157).
RGB: (187,153,157)
(73%, 60%, 62%)
R 187 of 255 = 73%
G 153 of 255 = 60%
B 157 of 255 = 62%
R + G + B ~ 65%. #BB999D is quite light color.
R + G + B = 187 + 153 + 157 = 497 (100%)
R 187 of 497 ~ 37.63%
G 153 of 497 ~ 30.78%
B 157 of 497 ~ 31.59'%
#BB999D color CMYK value is (0,18,16,27).
CMYK: (0,18,16,27) C0M18Y16K27 (0%,18%,16%,27%) (0.00/0.18/0.16/0.27)
Color #BB999D in popluar color models
BB | 99 | 9D | |
---|---|---|---|
RGB | 187 | 153 | 157 |
HSL | 353° | 20.00% | 66.67% |
HSB/HSV | 353° | 18.18% | 73.33% |
CMYK | 0.00% | 18.18% | 16.04% |
26.67% |
Color #BB999D in popluar number systems.
HEX | BB | 99 | 9D |
Decimal | 187 | 153 | 157 |
Binary | 10111011 | 10011001 | 10011101 |
Octal | 273 | 231 | 235 |
Shades of #BB999D
Tints of #BB999D
Examples of css and html codes for elements with #BB999D color. Also use rgb(187,153,157) instead hex code.
.myTextColor { color: #BB999D; }
<p style="color:#BB999D">This sample text font color is #BB999D.</p>
This text font color is #BB999D.
.myBgColor { background-color: #BB999D; }
<div style="background-color:#BB999D">Inner text</div>
This div background color is #BB999D.
.myBorderColor { border: 1px solid #BB999D; }
<div style="border:3px solid #BB999D">Div</div>
This div border color is #BB999D.
.myOpacity80 { color: #BB999D; opacity: 0.8; }
<p style="color:#BB999D;opacity:0.8;">80%</p>
Text with #BB999D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB999D;}
<p style="text-shadow: 3px 3px 1px #BB999D">Text here.</p>
This text has shadow with #BB999D color.
.textShadow {text-shadow: 3px 3px 1px #BB999D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB999D, 5px 5px 20px red">Text here.</p>
This text has shadow with #BB999D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB999D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB999D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB999D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB999D;
-webkit-box-shadow: 1px 1px 3px 2px #BB999D;
box-shadow: 1px 1px 3px 2px #BB999D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB999D; -webkit-box-shadow: 1px 1px 3px 2px #BB999D; box-shadow:1px 1px 3px 2px #BB999D;">
Div content here
</div>
This text has color #BB999D on black background.
This text has color #BB999D on white background.
This text has black color on #BB999D background.
This text has white color on #BB999D background.
Complementary color for #hex is #446662.