Shades of Perfume #BB9EFC
Tints of Perfume #BB9EFC
RGB
CMYK
RGB Variations
Color information
#BB9EFC (or 0xBB9EFC) is known color: Perfume. HEX triplet: BB, 9E and FC. RGB value is (187,158,252). Sum of RGB (Red+Green+Blue) = 187+158+252=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB9EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9EFC is #446103. Grayscale: #B1B1B1. Windows color (decimal): -4481284 or 16555707. OLE color: 16555707.
HSL color Cylindrical-coordinate representation of color #BB9EFC: hue angle of 258.51º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB9EFC is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 158 | 252 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.01 |
| HSL | 258.51º | 0.94% | 0.8% | - |
| HSV(B) | 258.51º | 0.37% | 0.99% | - |
| XYZ | 50.29 | 42.05 | 97.56 | - |
| YUV | 177.39 | 170.11 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 252 | 0.26 | 0.37 | 0 | 0.01 | 258.51 | 0.94 | 0.8 |
| Hex | BB | 9E | FC | 1A | 25 | 0 | 1 | 103 | 5E | 50 |
| Octal | 273 | 236 | 374 | 32 | 45 | 0 | 1 | 403 | 136 | 120 |
| Binary | 10111011 | 10011110 | 11111100 | 11010 | 100101 | 0 | 1 | 100000011 | 1011110 | 1010000 |
Color Harmonies of #BB9EFC
Complementary color
Monochromatic Colors of #BB9EFC
Black with #BB9EFC
Text Example
Text Example
White with #BB9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9EFC; }
p { color: rgb(187,158,252); }
H1.HeaderClassName
{
color: #BB9EFC;
}
.AnyTagClassName
{
color: #BB9EFC;
}
</style>
background-color css
<style>
a { background-color: #BB9EFC; }
a { background-color: rgb(187,158,252); }
div.DivClassName
{
background-color: #BB9EFC;
}
.BgClassName
{
background-color: #BB9EFC;
}
</style>
border-color css
<style>
span { border-color: #BB9EFC; }
span { border-color: rgb(187,158,252); }
td.TdClassName
{
border-color: #BB9EFC;
}
.TagClassName
{
border-color: #BB9EFC;
}
</style>