Shades of Perfume #B99EF2
Tints of Perfume #B99EF2
RGB
CMYK
RGB Variations
Color information
#B99EF2 (or 0xB99EF2) is known color: Perfume. HEX triplet: B9, 9E and F2. RGB value is (185,158,242). Sum of RGB (Red+Green+Blue) = 185+158+242=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #B99EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99EF2 is #46610D. Grayscale: #AFAFAF. Windows color (decimal): -4612366 or 15900345. OLE color: 15900345.
HSL color Cylindrical-coordinate representation of color #B99EF2: hue angle of 259.29º 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 #B99EF2 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 158 | 242 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.05 |
| HSL | 259.29º | 0.76% | 0.78% | - |
| HSV(B) | 259.29º | 0.35% | 0.95% | - |
| XYZ | 48.26 | 41.18 | 89.41 | - |
| YUV | 175.65 | 165.45 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 242 | 0.24 | 0.35 | 0 | 0.05 | 259.29 | 0.76 | 0.78 |
| Hex | B9 | 9E | F2 | 18 | 23 | 0 | 5 | 103 | 4C | 4E |
| Octal | 271 | 236 | 362 | 30 | 43 | 0 | 5 | 403 | 114 | 116 |
| Binary | 10111001 | 10011110 | 11110010 | 11000 | 100011 | 0 | 101 | 100000011 | 1001100 | 1001110 |
Color Harmonies of #B99EF2
Complementary color
Monochromatic Colors of #B99EF2
Black with #B99EF2
Text Example
Text Example
White with #B99EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99EF2; }
p { color: rgb(185,158,242); }
H1.HeaderClassName
{
color: #B99EF2;
}
.AnyTagClassName
{
color: #B99EF2;
}
</style>
background-color css
<style>
a { background-color: #B99EF2; }
a { background-color: rgb(185,158,242); }
div.DivClassName
{
background-color: #B99EF2;
}
.BgClassName
{
background-color: #B99EF2;
}
</style>
border-color css
<style>
span { border-color: #B99EF2; }
span { border-color: rgb(185,158,242); }
td.TdClassName
{
border-color: #B99EF2;
}
.TagClassName
{
border-color: #B99EF2;
}
</style>