Shades of Perfume #BB99FE
Tints of Perfume #BB99FE
RGB
CMYK
RGB Variations
Color information
#BB99FE (or 0xBB99FE) is known color: Perfume. HEX triplet: BB, 99 and FE. RGB value is (187,153,254). Sum of RGB (Red+Green+Blue) = 187+153+254=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB99FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB99FE is #446601. Grayscale: #AEAEAE. Windows color (decimal): -4482562 or 16685499. OLE color: 16685499.
HSL color Cylindrical-coordinate representation of color #BB99FE: hue angle of 260.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB99FE is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 153 | 254 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.00 |
| HSL | 260.2º | 0.98% | 0.8% | - |
| HSV(B) | 260.2º | 0.4% | 1% | - |
| XYZ | 49.77 | 40.5 | 98.96 | - |
| YUV | 174.68 | 172.76 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 254 | 0.26 | 0.40 | 0 | 0.00 | 260.2 | 0.98 | 0.8 |
| Hex | BB | 99 | FE | 1A | 28 | 0 | 0 | 104 | 62 | 50 |
| Octal | 273 | 231 | 376 | 32 | 50 | 0 | 0 | 404 | 142 | 120 |
| Binary | 10111011 | 10011001 | 11111110 | 11010 | 101000 | 0 | 0 | 100000100 | 1100010 | 1010000 |
Color Harmonies of #BB99FE
Complementary color
Monochromatic Colors of #BB99FE
Black with #BB99FE
Text Example
Text Example
White with #BB99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB99FE; }
p { color: rgb(187,153,254); }
H1.HeaderClassName
{
color: #BB99FE;
}
.AnyTagClassName
{
color: #BB99FE;
}
</style>
background-color css
<style>
a { background-color: #BB99FE; }
a { background-color: rgb(187,153,254); }
div.DivClassName
{
background-color: #BB99FE;
}
.BgClassName
{
background-color: #BB99FE;
}
</style>
border-color css
<style>
span { border-color: #BB99FE; }
span { border-color: rgb(187,153,254); }
td.TdClassName
{
border-color: #BB99FE;
}
.TagClassName
{
border-color: #BB99FE;
}
</style>