Shades of Perfume #B99ED7
Tints of Perfume #B99ED7
RGB
CMYK
RGB Variations
Color information
#B99ED7 (or 0xB99ED7) is known color: Perfume. HEX triplet: B9, 9E and D7. RGB value is (185,158,215). Sum of RGB (Red+Green+Blue) = 185+158+215=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #B99ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ED7 is #466128. Grayscale: #ACACAC. Windows color (decimal): -4612393 or 14130873. OLE color: 14130873.
HSL color Cylindrical-coordinate representation of color #B99ED7: hue angle of 268.42º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B99ED7 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 158 | 215 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.16 |
| HSL | 268.42º | 0.42% | 0.73% | - |
| HSV(B) | 268.42º | 0.27% | 0.84% | - |
| XYZ | 44.5 | 39.67 | 69.6 | - |
| YUV | 172.57 | 151.95 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 215 | 0.14 | 0.27 | 0 | 0.16 | 268.42 | 0.42 | 0.73 |
| Hex | B9 | 9E | D7 | E | 1B | 0 | 10 | 10C | 2A | 49 |
| Octal | 271 | 236 | 327 | 16 | 33 | 0 | 20 | 414 | 52 | 111 |
| Binary | 10111001 | 10011110 | 11010111 | 1110 | 11011 | 0 | 10000 | 100001100 | 101010 | 1001001 |
Color Harmonies of #B99ED7
Complementary color
Monochromatic Colors of #B99ED7
Black with #B99ED7
Text Example
Text Example
White with #B99ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99ED7; }
p { color: rgb(185,158,215); }
H1.HeaderClassName
{
color: #B99ED7;
}
.AnyTagClassName
{
color: #B99ED7;
}
</style>
background-color css
<style>
a { background-color: #B99ED7; }
a { background-color: rgb(185,158,215); }
div.DivClassName
{
background-color: #B99ED7;
}
.BgClassName
{
background-color: #B99ED7;
}
</style>
border-color css
<style>
span { border-color: #B99ED7; }
span { border-color: rgb(185,158,215); }
td.TdClassName
{
border-color: #B99ED7;
}
.TagClassName
{
border-color: #B99ED7;
}
</style>