Shades of Perfume #B99DE6
Tints of Perfume #B99DE6
RGB
CMYK
RGB Variations
Color information
#B99DE6 (or 0xB99DE6) is known color: Perfume. HEX triplet: B9, 9D and E6. RGB value is (185,157,230). Sum of RGB (Red+Green+Blue) = 185+157+230=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 230 - color contains mainly: blue. Hex color #B99DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99DE6 is #466219. Grayscale: #ADADAD. Windows color (decimal): -4612634 or 15113657. OLE color: 15113657.
HSL color Cylindrical-coordinate representation of color #B99DE6: hue angle of 263.01º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B99DE6 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 157 | 230 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.10 |
| HSL | 263.01º | 0.59% | 0.76% | - |
| HSV(B) | 263.01º | 0.32% | 0.9% | - |
| XYZ | 46.35 | 40.14 | 80.17 | - |
| YUV | 173.69 | 159.78 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 230 | 0.20 | 0.32 | 0 | 0.10 | 263.01 | 0.59 | 0.76 |
| Hex | B9 | 9D | E6 | 14 | 20 | 0 | A | 107 | 3B | 4C |
| Octal | 271 | 235 | 346 | 24 | 40 | 0 | 12 | 407 | 73 | 114 |
| Binary | 10111001 | 10011101 | 11100110 | 10100 | 100000 | 0 | 1010 | 100000111 | 111011 | 1001100 |
Color Harmonies of #B99DE6
Complementary color
Monochromatic Colors of #B99DE6
Black with #B99DE6
Text Example
Text Example
White with #B99DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99DE6; }
p { color: rgb(185,157,230); }
H1.HeaderClassName
{
color: #B99DE6;
}
.AnyTagClassName
{
color: #B99DE6;
}
</style>
background-color css
<style>
a { background-color: #B99DE6; }
a { background-color: rgb(185,157,230); }
div.DivClassName
{
background-color: #B99DE6;
}
.BgClassName
{
background-color: #B99DE6;
}
</style>
border-color css
<style>
span { border-color: #B99DE6; }
span { border-color: rgb(185,157,230); }
td.TdClassName
{
border-color: #B99DE6;
}
.TagClassName
{
border-color: #B99DE6;
}
</style>