Shades of Perfume #BB99F2
Tints of Perfume #BB99F2
RGB
CMYK
RGB Variations
Color information
#BB99F2 (or 0xBB99F2) is known color: Perfume. HEX triplet: BB, 99 and F2. RGB value is (187,153,242). Sum of RGB (Red+Green+Blue) = 187+153+242=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB99F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB99F2 is #44660D. Grayscale: #ACACAC. Windows color (decimal): -4482574 or 15899067. OLE color: 15899067.
HSL color Cylindrical-coordinate representation of color #BB99F2: hue angle of 262.92º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB99F2 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 153 | 242 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.05 |
| HSL | 262.92º | 0.77% | 0.77% | - |
| HSV(B) | 262.92º | 0.37% | 0.95% | - |
| XYZ | 47.91 | 39.76 | 89.15 | - |
| YUV | 173.31 | 166.76 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 242 | 0.23 | 0.37 | 0 | 0.05 | 262.92 | 0.77 | 0.77 |
| Hex | BB | 99 | F2 | 17 | 25 | 0 | 5 | 107 | 4D | 4D |
| Octal | 273 | 231 | 362 | 27 | 45 | 0 | 5 | 407 | 115 | 115 |
| Binary | 10111011 | 10011001 | 11110010 | 10111 | 100101 | 0 | 101 | 100000111 | 1001101 | 1001101 |
Color Harmonies of #BB99F2
Complementary color
Monochromatic Colors of #BB99F2
Black with #BB99F2
Text Example
Text Example
White with #BB99F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB99F2; }
p { color: rgb(187,153,242); }
H1.HeaderClassName
{
color: #BB99F2;
}
.AnyTagClassName
{
color: #BB99F2;
}
</style>
background-color css
<style>
a { background-color: #BB99F2; }
a { background-color: rgb(187,153,242); }
div.DivClassName
{
background-color: #BB99F2;
}
.BgClassName
{
background-color: #BB99F2;
}
</style>
border-color css
<style>
span { border-color: #BB99F2; }
span { border-color: rgb(187,153,242); }
td.TdClassName
{
border-color: #BB99F2;
}
.TagClassName
{
border-color: #BB99F2;
}
</style>