Shades of Perfume #BB96DD
Tints of Perfume #BB96DD
RGB
CMYK
RGB Variations
Color information
#BB96DD (or 0xBB96DD) is known color: Perfume. HEX triplet: BB, 96 and DD. RGB value is (187,150,221). Sum of RGB (Red+Green+Blue) = 187+150+221=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB96DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96DD is #446922. Grayscale: #A8A8A8. Windows color (decimal): -4483363 or 14522043. OLE color: 14522043.
HSL color Cylindrical-coordinate representation of color #BB96DD: hue angle of 271.27º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB96DD is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 150 | 221 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.13 |
| HSL | 271.27º | 0.51% | 0.73% | - |
| HSV(B) | 271.27º | 0.32% | 0.87% | - |
| XYZ | 44.45 | 37.6 | 73.32 | - |
| YUV | 169.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 221 | 0.15 | 0.32 | 0 | 0.13 | 271.27 | 0.51 | 0.73 |
| Hex | BB | 96 | DD | F | 20 | 0 | D | 10F | 33 | 49 |
| Octal | 273 | 226 | 335 | 17 | 40 | 0 | 15 | 417 | 63 | 111 |
| Binary | 10111011 | 10010110 | 11011101 | 1111 | 100000 | 0 | 1101 | 100001111 | 110011 | 1001001 |
Color Harmonies of #BB96DD
Complementary color
Monochromatic Colors of #BB96DD
Black with #BB96DD
Text Example
Text Example
White with #BB96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB96DD; }
p { color: rgb(187,150,221); }
H1.HeaderClassName
{
color: #BB96DD;
}
.AnyTagClassName
{
color: #BB96DD;
}
</style>
background-color css
<style>
a { background-color: #BB96DD; }
a { background-color: rgb(187,150,221); }
div.DivClassName
{
background-color: #BB96DD;
}
.BgClassName
{
background-color: #BB96DD;
}
</style>
border-color css
<style>
span { border-color: #BB96DD; }
span { border-color: rgb(187,150,221); }
td.TdClassName
{
border-color: #BB96DD;
}
.TagClassName
{
border-color: #BB96DD;
}
</style>