Shades of Perfume #BB9EF2
Tints of Perfume #BB9EF2
RGB
CMYK
RGB Variations
Color information
#BB9EF2 (or 0xBB9EF2) is known color: Perfume. HEX triplet: BB, 9E and F2. RGB value is (187,158,242). Sum of RGB (Red+Green+Blue) = 187+158+242=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB9EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9EF2 is #44610D. Grayscale: #AFAFAF. Windows color (decimal): -4481294 or 15900347. OLE color: 15900347.
HSL color Cylindrical-coordinate representation of color #BB9EF2: hue angle of 260.71º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB9EF2 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 158 | 242 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.05 |
| HSL | 260.71º | 0.76% | 0.78% | - |
| HSV(B) | 260.71º | 0.35% | 0.95% | - |
| XYZ | 48.75 | 41.43 | 89.43 | - |
| YUV | 176.25 | 165.11 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 242 | 0.23 | 0.35 | 0 | 0.05 | 260.71 | 0.76 | 0.78 |
| Hex | BB | 9E | F2 | 17 | 23 | 0 | 5 | 105 | 4C | 4E |
| Octal | 273 | 236 | 362 | 27 | 43 | 0 | 5 | 405 | 114 | 116 |
| Binary | 10111011 | 10011110 | 11110010 | 10111 | 100011 | 0 | 101 | 100000101 | 1001100 | 1001110 |
Color Harmonies of #BB9EF2
Complementary color
Monochromatic Colors of #BB9EF2
Black with #BB9EF2
Text Example
Text Example
White with #BB9EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9EF2; }
p { color: rgb(187,158,242); }
H1.HeaderClassName
{
color: #BB9EF2;
}
.AnyTagClassName
{
color: #BB9EF2;
}
</style>
background-color css
<style>
a { background-color: #BB9EF2; }
a { background-color: rgb(187,158,242); }
div.DivClassName
{
background-color: #BB9EF2;
}
.BgClassName
{
background-color: #BB9EF2;
}
</style>
border-color css
<style>
span { border-color: #BB9EF2; }
span { border-color: rgb(187,158,242); }
td.TdClassName
{
border-color: #BB9EF2;
}
.TagClassName
{
border-color: #BB9EF2;
}
</style>