Shades of Perfume #B99ED2
Tints of Perfume #B99ED2
RGB
CMYK
RGB Variations
Color information
#B99ED2 (or 0xB99ED2) is known color: Perfume. HEX triplet: B9, 9E and D2. RGB value is (185,158,210). Sum of RGB (Red+Green+Blue) = 185+158+210=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 210 - color contains mainly: blue. Hex color #B99ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ED2 is #46612D. Grayscale: #ABABAB. Windows color (decimal): -4612398 or 13803193. OLE color: 13803193.
HSL color Cylindrical-coordinate representation of color #B99ED2: hue angle of 271.15º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B99ED2 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 158 | 210 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.18 |
| HSL | 271.15º | 0.37% | 0.72% | - |
| HSV(B) | 271.15º | 0.25% | 0.82% | - |
| XYZ | 43.87 | 39.42 | 66.27 | - |
| YUV | 172 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 210 | 0.12 | 0.25 | 0 | 0.18 | 271.15 | 0.37 | 0.72 |
| Hex | B9 | 9E | D2 | C | 19 | 0 | 12 | 10F | 25 | 48 |
| Octal | 271 | 236 | 322 | 14 | 31 | 0 | 22 | 417 | 45 | 110 |
| Binary | 10111001 | 10011110 | 11010010 | 1100 | 11001 | 0 | 10010 | 100001111 | 100101 | 1001000 |
Color Harmonies of #B99ED2
Complementary color
Monochromatic Colors of #B99ED2
Black with #B99ED2
Text Example
Text Example
White with #B99ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99ED2; }
p { color: rgb(185,158,210); }
H1.HeaderClassName
{
color: #B99ED2;
}
.AnyTagClassName
{
color: #B99ED2;
}
</style>
background-color css
<style>
a { background-color: #B99ED2; }
a { background-color: rgb(185,158,210); }
div.DivClassName
{
background-color: #B99ED2;
}
.BgClassName
{
background-color: #B99ED2;
}
</style>
border-color css
<style>
span { border-color: #B99ED2; }
span { border-color: rgb(185,158,210); }
td.TdClassName
{
border-color: #B99ED2;
}
.TagClassName
{
border-color: #B99ED2;
}
</style>