Shades of Perfume #BB96ED
Tints of Perfume #BB96ED
RGB
CMYK
RGB Variations
Color information
#BB96ED (or 0xBB96ED) is known color: Perfume. HEX triplet: BB, 96 and ED. RGB value is (187,150,237). Sum of RGB (Red+Green+Blue) = 187+150+237=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB96ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB96ED is #446912. Grayscale: #AAAAAA. Windows color (decimal): -4483347 or 15570619. OLE color: 15570619.
HSL color Cylindrical-coordinate representation of color #BB96ED: hue angle of 265.52º degrees, saturation: 0.71, 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 #BB96ED is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 150 | 237 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.07 |
| HSL | 265.52º | 0.71% | 0.76% | - |
| HSV(B) | 265.52º | 0.37% | 0.93% | - |
| XYZ | 46.69 | 38.49 | 85.09 | - |
| YUV | 170.98 | 165.26 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 237 | 0.21 | 0.37 | 0 | 0.07 | 265.52 | 0.71 | 0.76 |
| Hex | BB | 96 | ED | 15 | 25 | 0 | 7 | 10A | 47 | 4C |
| Octal | 273 | 226 | 355 | 25 | 45 | 0 | 7 | 412 | 107 | 114 |
| Binary | 10111011 | 10010110 | 11101101 | 10101 | 100101 | 0 | 111 | 100001010 | 1000111 | 1001100 |
Color Harmonies of #BB96ED
Complementary color
Monochromatic Colors of #BB96ED
Black with #BB96ED
Text Example
Text Example
White with #BB96ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB96ED; }
p { color: rgb(187,150,237); }
H1.HeaderClassName
{
color: #BB96ED;
}
.AnyTagClassName
{
color: #BB96ED;
}
</style>
background-color css
<style>
a { background-color: #BB96ED; }
a { background-color: rgb(187,150,237); }
div.DivClassName
{
background-color: #BB96ED;
}
.BgClassName
{
background-color: #BB96ED;
}
</style>
border-color css
<style>
span { border-color: #BB96ED; }
span { border-color: rgb(187,150,237); }
td.TdClassName
{
border-color: #BB96ED;
}
.TagClassName
{
border-color: #BB96ED;
}
</style>