Shades of Perfume #BB9EFB
Tints of Perfume #BB9EFB
RGB
CMYK
RGB Variations
Color information
#BB9EFB (or 0xBB9EFB) is known color: Perfume. HEX triplet: BB, 9E and FB. RGB value is (187,158,251). Sum of RGB (Red+Green+Blue) = 187+158+251=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB9EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9EFB is #446104. Grayscale: #B0B0B0. Windows color (decimal): -4481285 or 16490171. OLE color: 16490171.
HSL color Cylindrical-coordinate representation of color #BB9EFB: hue angle of 258.71º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB9EFB is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 158 | 251 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.02 |
| HSL | 258.71º | 0.92% | 0.8% | - |
| HSV(B) | 258.71º | 0.37% | 0.98% | - |
| XYZ | 50.13 | 41.98 | 96.73 | - |
| YUV | 177.27 | 169.61 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 251 | 0.25 | 0.37 | 0 | 0.02 | 258.71 | 0.92 | 0.8 |
| Hex | BB | 9E | FB | 19 | 25 | 0 | 2 | 103 | 5C | 50 |
| Octal | 273 | 236 | 373 | 31 | 45 | 0 | 2 | 403 | 134 | 120 |
| Binary | 10111011 | 10011110 | 11111011 | 11001 | 100101 | 0 | 10 | 100000011 | 1011100 | 1010000 |
Color Harmonies of #BB9EFB
Complementary color
Monochromatic Colors of #BB9EFB
Black with #BB9EFB
Text Example
Text Example
White with #BB9EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9EFB; }
p { color: rgb(187,158,251); }
H1.HeaderClassName
{
color: #BB9EFB;
}
.AnyTagClassName
{
color: #BB9EFB;
}
</style>
background-color css
<style>
a { background-color: #BB9EFB; }
a { background-color: rgb(187,158,251); }
div.DivClassName
{
background-color: #BB9EFB;
}
.BgClassName
{
background-color: #BB9EFB;
}
</style>
border-color css
<style>
span { border-color: #BB9EFB; }
span { border-color: rgb(187,158,251); }
td.TdClassName
{
border-color: #BB9EFB;
}
.TagClassName
{
border-color: #BB9EFB;
}
</style>