Shades of Perfume #BB96DB
Tints of Perfume #BB96DB
RGB
CMYK
RGB Variations
Color information
#BB96DB (or 0xBB96DB) is known color: Perfume. HEX triplet: BB, 96 and DB. RGB value is (187,150,219). Sum of RGB (Red+Green+Blue) = 187+150+219=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB96DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96DB is #446924. Grayscale: #A8A8A8. Windows color (decimal): -4483365 or 14390971. OLE color: 14390971.
HSL color Cylindrical-coordinate representation of color #BB96DB: hue angle of 272.17º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB96DB is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 150 | 219 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.14 |
| HSL | 272.17º | 0.49% | 0.72% | - |
| HSV(B) | 272.17º | 0.32% | 0.86% | - |
| XYZ | 44.19 | 37.49 | 71.93 | - |
| YUV | 168.93 | 156.26 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 219 | 0.15 | 0.32 | 0 | 0.14 | 272.17 | 0.49 | 0.72 |
| Hex | BB | 96 | DB | F | 20 | 0 | E | 110 | 31 | 48 |
| Octal | 273 | 226 | 333 | 17 | 40 | 0 | 16 | 420 | 61 | 110 |
| Binary | 10111011 | 10010110 | 11011011 | 1111 | 100000 | 0 | 1110 | 100010000 | 110001 | 1001000 |
Color Harmonies of #BB96DB
Complementary color
Monochromatic Colors of #BB96DB
Black with #BB96DB
Text Example
Text Example
White with #BB96DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB96DB; }
p { color: rgb(187,150,219); }
H1.HeaderClassName
{
color: #BB96DB;
}
.AnyTagClassName
{
color: #BB96DB;
}
</style>
background-color css
<style>
a { background-color: #BB96DB; }
a { background-color: rgb(187,150,219); }
div.DivClassName
{
background-color: #BB96DB;
}
.BgClassName
{
background-color: #BB96DB;
}
</style>
border-color css
<style>
span { border-color: #BB96DB; }
span { border-color: rgb(187,150,219); }
td.TdClassName
{
border-color: #BB96DB;
}
.TagClassName
{
border-color: #BB96DB;
}
</style>