Shades of Perfume #BB96E9
Tints of Perfume #BB96E9
RGB
CMYK
RGB Variations
Color information
#BB96E9 (or 0xBB96E9) is known color: Perfume. HEX triplet: BB, 96 and E9. RGB value is (187,150,233). Sum of RGB (Red+Green+Blue) = 187+150+233=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 233 (91.41% from 255 or 40.88% from 570); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB96E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB96E9 is #446916. Grayscale: #AAAAAA. Windows color (decimal): -4483351 or 15308475. OLE color: 15308475.
HSL color Cylindrical-coordinate representation of color #BB96E9: hue angle of 266.75º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB96E9 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 150 | 233 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.09 |
| HSL | 266.75º | 0.65% | 0.75% | - |
| HSV(B) | 266.75º | 0.36% | 0.91% | - |
| XYZ | 46.11 | 38.26 | 82.05 | - |
| YUV | 170.53 | 163.26 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 233 | 0.20 | 0.36 | 0 | 0.09 | 266.75 | 0.65 | 0.75 |
| Hex | BB | 96 | E9 | 14 | 24 | 0 | 9 | 10B | 41 | 4B |
| Octal | 273 | 226 | 351 | 24 | 44 | 0 | 11 | 413 | 101 | 113 |
| Binary | 10111011 | 10010110 | 11101001 | 10100 | 100100 | 0 | 1001 | 100001011 | 1000001 | 1001011 |
Color Harmonies of #BB96E9
Complementary color
Monochromatic Colors of #BB96E9
Black with #BB96E9
Text Example
Text Example
White with #BB96E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB96E9; }
p { color: rgb(187,150,233); }
H1.HeaderClassName
{
color: #BB96E9;
}
.AnyTagClassName
{
color: #BB96E9;
}
</style>
background-color css
<style>
a { background-color: #BB96E9; }
a { background-color: rgb(187,150,233); }
div.DivClassName
{
background-color: #BB96E9;
}
.BgClassName
{
background-color: #BB96E9;
}
</style>
border-color css
<style>
span { border-color: #BB96E9; }
span { border-color: rgb(187,150,233); }
td.TdClassName
{
border-color: #BB96E9;
}
.TagClassName
{
border-color: #BB96E9;
}
</style>