Shades of Perfume #B99EE2
Tints of Perfume #B99EE2
RGB
CMYK
RGB Variations
Color information
#B99EE2 (or 0xB99EE2) is known color: Perfume. HEX triplet: B9, 9E and E2. RGB value is (185,158,226). Sum of RGB (Red+Green+Blue) = 185+158+226=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 226 (88.67% from 255 or 39.72% from 569); Max value from RGB is 226 - color contains mainly: blue. Hex color #B99EE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EE2 is #46611D. Grayscale: #ADADAD. Windows color (decimal): -4612382 or 14851769. OLE color: 14851769.
HSL color Cylindrical-coordinate representation of color #B99EE2: hue angle of 263.82º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B99EE2 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 158 | 226 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.11 |
| HSL | 263.82º | 0.54% | 0.75% | - |
| HSV(B) | 263.82º | 0.3% | 0.89% | - |
| XYZ | 45.96 | 40.26 | 77.3 | - |
| YUV | 173.83 | 157.45 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 226 | 0.18 | 0.30 | 0 | 0.11 | 263.82 | 0.54 | 0.75 |
| Hex | B9 | 9E | E2 | 12 | 1E | 0 | B | 108 | 36 | 4B |
| Octal | 271 | 236 | 342 | 22 | 36 | 0 | 13 | 410 | 66 | 113 |
| Binary | 10111001 | 10011110 | 11100010 | 10010 | 11110 | 0 | 1011 | 100001000 | 110110 | 1001011 |
Color Harmonies of #B99EE2
Complementary color
Monochromatic Colors of #B99EE2
Black with #B99EE2
Text Example
Text Example
White with #B99EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99EE2; }
p { color: rgb(185,158,226); }
H1.HeaderClassName
{
color: #B99EE2;
}
.AnyTagClassName
{
color: #B99EE2;
}
</style>
background-color css
<style>
a { background-color: #B99EE2; }
a { background-color: rgb(185,158,226); }
div.DivClassName
{
background-color: #B99EE2;
}
.BgClassName
{
background-color: #B99EE2;
}
</style>
border-color css
<style>
span { border-color: #B99EE2; }
span { border-color: rgb(185,158,226); }
td.TdClassName
{
border-color: #B99EE2;
}
.TagClassName
{
border-color: #B99EE2;
}
</style>