Shades of Perfume #BB96E0
Tints of Perfume #BB96E0
RGB
CMYK
RGB Variations
Color information
#BB96E0 (or 0xBB96E0) is known color: Perfume. HEX triplet: BB, 96 and E0. RGB value is (187,150,224). Sum of RGB (Red+Green+Blue) = 187+150+224=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB96E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96E0 is #44691F. Grayscale: #A9A9A9. Windows color (decimal): -4483360 or 14718651. OLE color: 14718651.
HSL color Cylindrical-coordinate representation of color #BB96E0: hue angle of 270º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB96E0 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 150 | 224 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.12 |
| HSL | 270º | 0.54% | 0.73% | - |
| HSV(B) | 270º | 0.33% | 0.88% | - |
| XYZ | 44.85 | 37.76 | 75.45 | - |
| YUV | 169.5 | 158.76 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 224 | 0.17 | 0.33 | 0 | 0.12 | 270 | 0.54 | 0.73 |
| Hex | BB | 96 | E0 | 11 | 21 | 0 | C | 10E | 36 | 49 |
| Octal | 273 | 226 | 340 | 21 | 41 | 0 | 14 | 416 | 66 | 111 |
| Binary | 10111011 | 10010110 | 11100000 | 10001 | 100001 | 0 | 1100 | 100001110 | 110110 | 1001001 |
Color Harmonies of #BB96E0
Complementary color
Monochromatic Colors of #BB96E0
Black with #BB96E0
Text Example
Text Example
White with #BB96E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB96E0; }
p { color: rgb(187,150,224); }
H1.HeaderClassName
{
color: #BB96E0;
}
.AnyTagClassName
{
color: #BB96E0;
}
</style>
background-color css
<style>
a { background-color: #BB96E0; }
a { background-color: rgb(187,150,224); }
div.DivClassName
{
background-color: #BB96E0;
}
.BgClassName
{
background-color: #BB96E0;
}
</style>
border-color css
<style>
span { border-color: #BB96E0; }
span { border-color: rgb(187,150,224); }
td.TdClassName
{
border-color: #BB96E0;
}
.TagClassName
{
border-color: #BB96E0;
}
</style>