Shades of Perfume #BB99E0
Tints of Perfume #BB99E0
RGB
CMYK
RGB Variations
Color information
#BB99E0 (or 0xBB99E0) is known color: Perfume. HEX triplet: BB, 99 and E0. RGB value is (187,153,224). Sum of RGB (Red+Green+Blue) = 187+153+224=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB99E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99E0 is #44661F. Grayscale: #ABABAB. Windows color (decimal): -4482592 or 14719419. OLE color: 14719419.
HSL color Cylindrical-coordinate representation of color #BB99E0: hue angle of 268.73º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB99E0 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 153 | 224 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.12 |
| HSL | 268.73º | 0.53% | 0.74% | - |
| HSV(B) | 268.73º | 0.32% | 0.88% | - |
| XYZ | 45.34 | 38.73 | 75.61 | - |
| YUV | 171.26 | 157.76 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 224 | 0.17 | 0.32 | 0 | 0.12 | 268.73 | 0.53 | 0.74 |
| Hex | BB | 99 | E0 | 11 | 20 | 0 | C | 10D | 35 | 4A |
| Octal | 273 | 231 | 340 | 21 | 40 | 0 | 14 | 415 | 65 | 112 |
| Binary | 10111011 | 10011001 | 11100000 | 10001 | 100000 | 0 | 1100 | 100001101 | 110101 | 1001010 |
Color Harmonies of #BB99E0
Complementary color
Monochromatic Colors of #BB99E0
Black with #BB99E0
Text Example
Text Example
White with #BB99E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB99E0; }
p { color: rgb(187,153,224); }
H1.HeaderClassName
{
color: #BB99E0;
}
.AnyTagClassName
{
color: #BB99E0;
}
</style>
background-color css
<style>
a { background-color: #BB99E0; }
a { background-color: rgb(187,153,224); }
div.DivClassName
{
background-color: #BB99E0;
}
.BgClassName
{
background-color: #BB99E0;
}
</style>
border-color css
<style>
span { border-color: #BB99E0; }
span { border-color: rgb(187,153,224); }
td.TdClassName
{
border-color: #BB99E0;
}
.TagClassName
{
border-color: #BB99E0;
}
</style>