Shades of Perfume #B99EE5
Tints of Perfume #B99EE5
RGB
CMYK
RGB Variations
Color information
#B99EE5 (or 0xB99EE5) is known color: Perfume. HEX triplet: B9, 9E and E5. RGB value is (185,158,229). Sum of RGB (Red+Green+Blue) = 185+158+229=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #B99EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EE5 is #46611A. Grayscale: #ADADAD. Windows color (decimal): -4612379 or 15048377. OLE color: 15048377.
HSL color Cylindrical-coordinate representation of color #B99EE5: hue angle of 262.82º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B99EE5 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 158 | 229 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.10 |
| HSL | 262.82º | 0.58% | 0.76% | - |
| HSV(B) | 262.82º | 0.31% | 0.9% | - |
| XYZ | 46.38 | 40.43 | 79.49 | - |
| YUV | 174.17 | 158.95 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 229 | 0.19 | 0.31 | 0 | 0.10 | 262.82 | 0.58 | 0.76 |
| Hex | B9 | 9E | E5 | 13 | 1F | 0 | A | 107 | 3A | 4C |
| Octal | 271 | 236 | 345 | 23 | 37 | 0 | 12 | 407 | 72 | 114 |
| Binary | 10111001 | 10011110 | 11100101 | 10011 | 11111 | 0 | 1010 | 100000111 | 111010 | 1001100 |
Color Harmonies of #B99EE5
Complementary color
Monochromatic Colors of #B99EE5
Black with #B99EE5
Text Example
Text Example
White with #B99EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99EE5; }
p { color: rgb(185,158,229); }
H1.HeaderClassName
{
color: #B99EE5;
}
.AnyTagClassName
{
color: #B99EE5;
}
</style>
background-color css
<style>
a { background-color: #B99EE5; }
a { background-color: rgb(185,158,229); }
div.DivClassName
{
background-color: #B99EE5;
}
.BgClassName
{
background-color: #B99EE5;
}
</style>
border-color css
<style>
span { border-color: #B99EE5; }
span { border-color: rgb(185,158,229); }
td.TdClassName
{
border-color: #B99EE5;
}
.TagClassName
{
border-color: #B99EE5;
}
</style>