Shades of Perfume #BB96E1
Tints of Perfume #BB96E1
RGB
CMYK
RGB Variations
Color information
#BB96E1 (or 0xBB96E1) is known color: Perfume. HEX triplet: BB, 96 and E1. RGB value is (187,150,225). Sum of RGB (Red+Green+Blue) = 187+150+225=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB96E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96E1 is #44691E. Grayscale: #A9A9A9. Windows color (decimal): -4483359 or 14784187. OLE color: 14784187.
HSL color Cylindrical-coordinate representation of color #BB96E1: hue angle of 269.6º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB96E1 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 150 | 225 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.12 |
| HSL | 269.6º | 0.56% | 0.74% | - |
| HSV(B) | 269.6º | 0.33% | 0.88% | - |
| XYZ | 44.99 | 37.81 | 76.16 | - |
| YUV | 169.61 | 159.26 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 225 | 0.17 | 0.33 | 0 | 0.12 | 269.6 | 0.56 | 0.74 |
| Hex | BB | 96 | E1 | 11 | 21 | 0 | C | 10E | 38 | 4A |
| Octal | 273 | 226 | 341 | 21 | 41 | 0 | 14 | 416 | 70 | 112 |
| Binary | 10111011 | 10010110 | 11100001 | 10001 | 100001 | 0 | 1100 | 100001110 | 111000 | 1001010 |
Color Harmonies of #BB96E1
Complementary color
Monochromatic Colors of #BB96E1
Black with #BB96E1
Text Example
Text Example
White with #BB96E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB96E1; }
p { color: rgb(187,150,225); }
H1.HeaderClassName
{
color: #BB96E1;
}
.AnyTagClassName
{
color: #BB96E1;
}
</style>
background-color css
<style>
a { background-color: #BB96E1; }
a { background-color: rgb(187,150,225); }
div.DivClassName
{
background-color: #BB96E1;
}
.BgClassName
{
background-color: #BB96E1;
}
</style>
border-color css
<style>
span { border-color: #BB96E1; }
span { border-color: rgb(187,150,225); }
td.TdClassName
{
border-color: #BB96E1;
}
.TagClassName
{
border-color: #BB96E1;
}
</style>