Shades of Perfume #BB99E1
Tints of Perfume #BB99E1
RGB
CMYK
RGB Variations
Color information
#BB99E1 (or 0xBB99E1) is known color: Perfume. HEX triplet: BB, 99 and E1. RGB value is (187,153,225). Sum of RGB (Red+Green+Blue) = 187+153+225=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 225 (88.28% from 255 or 39.82% from 565); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB99E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99E1 is #44661E. Grayscale: #ABABAB. Windows color (decimal): -4482591 or 14784955. OLE color: 14784955.
HSL color Cylindrical-coordinate representation of color #BB99E1: hue angle of 268.33º degrees, saturation: 0.55, 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 #BB99E1 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 153 | 225 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.12 |
| HSL | 268.33º | 0.55% | 0.74% | - |
| HSV(B) | 268.33º | 0.32% | 0.88% | - |
| XYZ | 45.48 | 38.78 | 76.32 | - |
| YUV | 171.37 | 158.26 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 225 | 0.17 | 0.32 | 0 | 0.12 | 268.33 | 0.55 | 0.74 |
| Hex | BB | 99 | E1 | 11 | 20 | 0 | C | 10C | 37 | 4A |
| Octal | 273 | 231 | 341 | 21 | 40 | 0 | 14 | 414 | 67 | 112 |
| Binary | 10111011 | 10011001 | 11100001 | 10001 | 100000 | 0 | 1100 | 100001100 | 110111 | 1001010 |
Color Harmonies of #BB99E1
Complementary color
Monochromatic Colors of #BB99E1
Black with #BB99E1
Text Example
Text Example
White with #BB99E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB99E1; }
p { color: rgb(187,153,225); }
H1.HeaderClassName
{
color: #BB99E1;
}
.AnyTagClassName
{
color: #BB99E1;
}
</style>
background-color css
<style>
a { background-color: #BB99E1; }
a { background-color: rgb(187,153,225); }
div.DivClassName
{
background-color: #BB99E1;
}
.BgClassName
{
background-color: #BB99E1;
}
</style>
border-color css
<style>
span { border-color: #BB99E1; }
span { border-color: rgb(187,153,225); }
td.TdClassName
{
border-color: #BB99E1;
}
.TagClassName
{
border-color: #BB99E1;
}
</style>