Shades of Perfume #B99EE9
Tints of Perfume #B99EE9
RGB
CMYK
RGB Variations
Color information
#B99EE9 (or 0xB99EE9) is known color: Perfume. HEX triplet: B9, 9E and E9. RGB value is (185,158,233). Sum of RGB (Red+Green+Blue) = 185+158+233=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 233 (91.41% from 255 or 40.45% from 576); Max value from RGB is 233 - color contains mainly: blue. Hex color #B99EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99EE9 is #466116. Grayscale: #AEAEAE. Windows color (decimal): -4612375 or 15310521. OLE color: 15310521.
HSL color Cylindrical-coordinate representation of color #B99EE9: hue angle of 261.6º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B99EE9 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 158 | 233 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.09 |
| HSL | 261.6º | 0.63% | 0.77% | - |
| HSV(B) | 261.6º | 0.32% | 0.91% | - |
| XYZ | 46.94 | 40.65 | 82.46 | - |
| YUV | 174.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 233 | 0.21 | 0.32 | 0 | 0.09 | 261.6 | 0.63 | 0.77 |
| Hex | B9 | 9E | E9 | 15 | 20 | 0 | 9 | 106 | 3F | 4D |
| Octal | 271 | 236 | 351 | 25 | 40 | 0 | 11 | 406 | 77 | 115 |
| Binary | 10111001 | 10011110 | 11101001 | 10101 | 100000 | 0 | 1001 | 100000110 | 111111 | 1001101 |
Color Harmonies of #B99EE9
Complementary color
Monochromatic Colors of #B99EE9
Black with #B99EE9
Text Example
Text Example
White with #B99EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99EE9; }
p { color: rgb(185,158,233); }
H1.HeaderClassName
{
color: #B99EE9;
}
.AnyTagClassName
{
color: #B99EE9;
}
</style>
background-color css
<style>
a { background-color: #B99EE9; }
a { background-color: rgb(185,158,233); }
div.DivClassName
{
background-color: #B99EE9;
}
.BgClassName
{
background-color: #B99EE9;
}
</style>
border-color css
<style>
span { border-color: #B99EE9; }
span { border-color: rgb(185,158,233); }
td.TdClassName
{
border-color: #B99EE9;
}
.TagClassName
{
border-color: #B99EE9;
}
</style>