Shades of Perfume #BB96E6
Tints of Perfume #BB96E6
RGB
CMYK
RGB Variations
Color information
#BB96E6 (or 0xBB96E6) is known color: Perfume. HEX triplet: BB, 96 and E6. RGB value is (187,150,230). Sum of RGB (Red+Green+Blue) = 187+150+230=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB96E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB96E6 is #446919. Grayscale: #A9A9A9. Windows color (decimal): -4483354 or 15111867. OLE color: 15111867.
HSL color Cylindrical-coordinate representation of color #BB96E6: hue angle of 267.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB96E6 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 150 | 230 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.10 |
| HSL | 267.75º | 0.62% | 0.75% | - |
| HSV(B) | 267.75º | 0.35% | 0.9% | - |
| XYZ | 45.68 | 38.09 | 79.81 | - |
| YUV | 170.18 | 161.76 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 230 | 0.19 | 0.35 | 0 | 0.10 | 267.75 | 0.62 | 0.75 |
| Hex | BB | 96 | E6 | 13 | 23 | 0 | A | 10C | 3E | 4B |
| Octal | 273 | 226 | 346 | 23 | 43 | 0 | 12 | 414 | 76 | 113 |
| Binary | 10111011 | 10010110 | 11100110 | 10011 | 100011 | 0 | 1010 | 100001100 | 111110 | 1001011 |
Color Harmonies of #BB96E6
Complementary color
Monochromatic Colors of #BB96E6
Black with #BB96E6
Text Example
Text Example
White with #BB96E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB96E6; }
p { color: rgb(187,150,230); }
H1.HeaderClassName
{
color: #BB96E6;
}
.AnyTagClassName
{
color: #BB96E6;
}
</style>
background-color css
<style>
a { background-color: #BB96E6; }
a { background-color: rgb(187,150,230); }
div.DivClassName
{
background-color: #BB96E6;
}
.BgClassName
{
background-color: #BB96E6;
}
</style>
border-color css
<style>
span { border-color: #BB96E6; }
span { border-color: rgb(187,150,230); }
td.TdClassName
{
border-color: #BB96E6;
}
.TagClassName
{
border-color: #BB96E6;
}
</style>