Shades of Perfume #BB9FF7
Tints of Perfume #BB9FF7
RGB
CMYK
RGB Variations
Color information
#BB9FF7 (or 0xBB9FF7) is known color: Perfume. HEX triplet: BB, 9F and F7. RGB value is (187,159,247). Sum of RGB (Red+Green+Blue) = 187+159+247=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 247 (96.88% from 255 or 41.65% from 593); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB9FF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9FF7 is #446008. Grayscale: #B1B1B1. Windows color (decimal): -4481033 or 16228283. OLE color: 16228283.
HSL color Cylindrical-coordinate representation of color #BB9FF7: hue angle of 259.09º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB9FF7 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 159 | 247 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.03 |
| HSL | 259.09º | 0.85% | 0.8% | - |
| HSV(B) | 259.09º | 0.36% | 0.97% | - |
| XYZ | 49.68 | 42.08 | 93.5 | - |
| YUV | 177.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 247 | 0.24 | 0.36 | 0 | 0.03 | 259.09 | 0.85 | 0.8 |
| Hex | BB | 9F | F7 | 18 | 24 | 0 | 3 | 103 | 55 | 50 |
| Octal | 273 | 237 | 367 | 30 | 44 | 0 | 3 | 403 | 125 | 120 |
| Binary | 10111011 | 10011111 | 11110111 | 11000 | 100100 | 0 | 11 | 100000011 | 1010101 | 1010000 |
Color Harmonies of #BB9FF7
Complementary color
Monochromatic Colors of #BB9FF7
Black with #BB9FF7
Text Example
Text Example
White with #BB9FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FF7; }
p { color: rgb(187,159,247); }
H1.HeaderClassName
{
color: #BB9FF7;
}
.AnyTagClassName
{
color: #BB9FF7;
}
</style>
background-color css
<style>
a { background-color: #BB9FF7; }
a { background-color: rgb(187,159,247); }
div.DivClassName
{
background-color: #BB9FF7;
}
.BgClassName
{
background-color: #BB9FF7;
}
</style>
border-color css
<style>
span { border-color: #BB9FF7; }
span { border-color: rgb(187,159,247); }
td.TdClassName
{
border-color: #BB9FF7;
}
.TagClassName
{
border-color: #BB9FF7;
}
</style>