HEX: #BB99E6
RGB: (187,153,230)
#BB99E6 contains mainly red and blue colors. Web safe color of #BB99E6 is #CC99CC (or #C9C).
#BB99E6 color RGB value is (187,153,230).
RGB: (187,153,230)
(73%, 60%, 90%)
R 187 of 255 = 73%
G 153 of 255 = 60%
B 230 of 255 = 90%
R + G + B ~ 74%. #BB99E6 is quite light color.
R + G + B = 187 + 153 + 230 = 570 (100%)
R 187 of 570 ~ 32.81%
G 153 of 570 ~ 26.84%
B 230 of 570 ~ 40.35'%
#BB99E6 color CMYK value is (19,33,0,10).
CMYK: (19,33,0,10)
C19M33Y0K10 (19%, 33%, 0%, 10%)
(0.19 / 0.33 / 0.00 / 0.10)
Color #BB99E6 in popluar color models
BB | 99 | E6 | |
---|---|---|---|
RGB | 187 | 153 | 230 |
HSL | 266° | 60.63% | 75.10% |
HSB/HSV | 266° | 33.48% | 90.20% |
CMYK | 18.70% | 33.48% | 0.00% |
9.80% |
Color #BB99E6 in popluar number systems.
HEX | BB | 99 | E6 |
Decimal | 187 | 153 | 230 |
Binary | 10111011 | 10011001 | 11100110 |
Octal | 273 | 231 | 346 |
Shades of #BB99E6
Tints of #BB99E6
Examples of css and html codes for elements with #BB99E6 color. Also use rgb(187,153,230) instead hex code.
.myTextColor { color: #BB99E6; }
<p style="color:#BB99E6">This sample text font color is #BB99E6.</p>
This text font color is #BB99E6.
.myBgColor { background-color: #BB99E6; }
<div style="background-color:#BB99E6">Inner text</div>
This div background color is #BB99E6.
.myBorderColor { border: 1px solid #BB99E6; }
<div style="border:3px solid #BB99E6">Div</div>
This div border color is #BB99E6.
.myOpacity80 { color: #BB99E6; opacity: 0.8; }
<p style="color:#BB99E6;opacity:0.8;">80%</p>
Text with #BB99E6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB99E6;}
<p style="text-shadow: 3px 3px 1px #BB99E6">Text here.</p>
This text has shadow with #BB99E6 color.
.textShadow {text-shadow: 3px 3px 1px #BB99E6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB99E6, 5px 5px 20px red">Text here.</p>
This text has shadow with #BB99E6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB99E6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB99E6, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB99E6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB99E6;
-webkit-box-shadow: 1px 1px 3px 2px #BB99E6;
box-shadow: 1px 1px 3px 2px #BB99E6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB99E6; -webkit-box-shadow: 1px 1px 3px 2px #BB99E6; box-shadow:1px 1px 3px 2px #BB99E6;">
Div content here
</div>
This text has color #BB99E6 on black background.
This text has color #BB99E6 on white background.
This text has black color on #BB99E6 background.
This text has white color on #BB99E6 background.
Complementary color for #hex is #446619.