Shades of Perfume #BB96F9
Tints of Perfume #BB96F9
RGB
CMYK
RGB Variations
Color information
#BB96F9 (or 0xBB96F9) is known color: Perfume. HEX triplet: BB, 96 and F9. RGB value is (187,150,249). Sum of RGB (Red+Green+Blue) = 187+150+249=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB96F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB96F9 is #446906. Grayscale: #ABABAB. Windows color (decimal): -4483335 or 16357051. OLE color: 16357051.
HSL color Cylindrical-coordinate representation of color #BB96F9: hue angle of 262.42º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB96F9 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 150 | 249 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.02 |
| HSL | 262.42º | 0.89% | 0.78% | - |
| HSV(B) | 262.42º | 0.4% | 0.98% | - |
| XYZ | 48.5 | 39.22 | 94.64 | - |
| YUV | 172.35 | 171.26 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 249 | 0.25 | 0.40 | 0 | 0.02 | 262.42 | 0.89 | 0.78 |
| Hex | BB | 96 | F9 | 19 | 28 | 0 | 2 | 106 | 59 | 4E |
| Octal | 273 | 226 | 371 | 31 | 50 | 0 | 2 | 406 | 131 | 116 |
| Binary | 10111011 | 10010110 | 11111001 | 11001 | 101000 | 0 | 10 | 100000110 | 1011001 | 1001110 |
Color Harmonies of #BB96F9
Complementary color
Monochromatic Colors of #BB96F9
Black with #BB96F9
Text Example
Text Example
White with #BB96F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB96F9; }
p { color: rgb(187,150,249); }
H1.HeaderClassName
{
color: #BB96F9;
}
.AnyTagClassName
{
color: #BB96F9;
}
</style>
background-color css
<style>
a { background-color: #BB96F9; }
a { background-color: rgb(187,150,249); }
div.DivClassName
{
background-color: #BB96F9;
}
.BgClassName
{
background-color: #BB96F9;
}
</style>
border-color css
<style>
span { border-color: #BB96F9; }
span { border-color: rgb(187,150,249); }
td.TdClassName
{
border-color: #BB96F9;
}
.TagClassName
{
border-color: #BB96F9;
}
</style>