Shades of Perfume #BB99E4
Tints of Perfume #BB99E4
RGB
CMYK
RGB Variations
Color information
#BB99E4 (or 0xBB99E4) is known color: Perfume. HEX triplet: BB, 99 and E4. RGB value is (187,153,228). Sum of RGB (Red+Green+Blue) = 187+153+228=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB99E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99E4 is #44661B. Grayscale: #ABABAB. Windows color (decimal): -4482588 or 14981563. OLE color: 14981563.
HSL color Cylindrical-coordinate representation of color #BB99E4: hue angle of 267.2º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB99E4 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 153 | 228 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.11 |
| HSL | 267.2º | 0.58% | 0.75% | - |
| HSV(B) | 267.2º | 0.33% | 0.89% | - |
| XYZ | 45.89 | 38.95 | 78.5 | - |
| YUV | 171.72 | 159.76 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 228 | 0.18 | 0.33 | 0 | 0.11 | 267.2 | 0.58 | 0.75 |
| Hex | BB | 99 | E4 | 12 | 21 | 0 | B | 10B | 3A | 4B |
| Octal | 273 | 231 | 344 | 22 | 41 | 0 | 13 | 413 | 72 | 113 |
| Binary | 10111011 | 10011001 | 11100100 | 10010 | 100001 | 0 | 1011 | 100001011 | 111010 | 1001011 |
Color Harmonies of #BB99E4
Complementary color
Monochromatic Colors of #BB99E4
Black with #BB99E4
Text Example
Text Example
White with #BB99E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB99E4; }
p { color: rgb(187,153,228); }
H1.HeaderClassName
{
color: #BB99E4;
}
.AnyTagClassName
{
color: #BB99E4;
}
</style>
background-color css
<style>
a { background-color: #BB99E4; }
a { background-color: rgb(187,153,228); }
div.DivClassName
{
background-color: #BB99E4;
}
.BgClassName
{
background-color: #BB99E4;
}
</style>
border-color css
<style>
span { border-color: #BB99E4; }
span { border-color: rgb(187,153,228); }
td.TdClassName
{
border-color: #BB99E4;
}
.TagClassName
{
border-color: #BB99E4;
}
</style>