Shades of Perfume #BB96EE
Tints of Perfume #BB96EE
RGB
CMYK
RGB Variations
Color information
#BB96EE (or 0xBB96EE) is known color: Perfume. HEX triplet: BB, 96 and EE. RGB value is (187,150,238). Sum of RGB (Red+Green+Blue) = 187+150+238=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB96EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB96EE is #446911. Grayscale: #AAAAAA. Windows color (decimal): -4483346 or 15636155. OLE color: 15636155.
HSL color Cylindrical-coordinate representation of color #BB96EE: hue angle of 265.23º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB96EE is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 150 | 238 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.07 |
| HSL | 265.23º | 0.72% | 0.76% | - |
| HSV(B) | 265.23º | 0.37% | 0.93% | - |
| XYZ | 46.83 | 38.55 | 85.86 | - |
| YUV | 171.1 | 165.76 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 238 | 0.21 | 0.37 | 0 | 0.07 | 265.23 | 0.72 | 0.76 |
| Hex | BB | 96 | EE | 15 | 25 | 0 | 7 | 109 | 48 | 4C |
| Octal | 273 | 226 | 356 | 25 | 45 | 0 | 7 | 411 | 110 | 114 |
| Binary | 10111011 | 10010110 | 11101110 | 10101 | 100101 | 0 | 111 | 100001001 | 1001000 | 1001100 |
Color Harmonies of #BB96EE
Complementary color
Monochromatic Colors of #BB96EE
Black with #BB96EE
Text Example
Text Example
White with #BB96EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB96EE; }
p { color: rgb(187,150,238); }
H1.HeaderClassName
{
color: #BB96EE;
}
.AnyTagClassName
{
color: #BB96EE;
}
</style>
background-color css
<style>
a { background-color: #BB96EE; }
a { background-color: rgb(187,150,238); }
div.DivClassName
{
background-color: #BB96EE;
}
.BgClassName
{
background-color: #BB96EE;
}
</style>
border-color css
<style>
span { border-color: #BB96EE; }
span { border-color: rgb(187,150,238); }
td.TdClassName
{
border-color: #BB96EE;
}
.TagClassName
{
border-color: #BB96EE;
}
</style>