Shades of Perfume #B99DED
Tints of Perfume #B99DED
RGB
CMYK
RGB Variations
Color information
#B99DED (or 0xB99DED) is known color: Perfume. HEX triplet: B9, 9D and ED. RGB value is (185,157,237). Sum of RGB (Red+Green+Blue) = 185+157+237=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #B99DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99DED is #466212. Grayscale: #AEAEAE. Windows color (decimal): -4612627 or 15572409. OLE color: 15572409.
HSL color Cylindrical-coordinate representation of color #B99DED: hue angle of 261º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B99DED is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 157 | 237 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.07 |
| HSL | 261º | 0.69% | 0.77% | - |
| HSV(B) | 261º | 0.34% | 0.93% | - |
| XYZ | 47.35 | 40.54 | 85.45 | - |
| YUV | 174.49 | 163.28 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 237 | 0.22 | 0.34 | 0 | 0.07 | 261 | 0.69 | 0.77 |
| Hex | B9 | 9D | ED | 16 | 22 | 0 | 7 | 105 | 45 | 4D |
| Octal | 271 | 235 | 355 | 26 | 42 | 0 | 7 | 405 | 105 | 115 |
| Binary | 10111001 | 10011101 | 11101101 | 10110 | 100010 | 0 | 111 | 100000101 | 1000101 | 1001101 |
Color Harmonies of #B99DED
Complementary color
Monochromatic Colors of #B99DED
Black with #B99DED
Text Example
Text Example
White with #B99DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99DED; }
p { color: rgb(185,157,237); }
H1.HeaderClassName
{
color: #B99DED;
}
.AnyTagClassName
{
color: #B99DED;
}
</style>
background-color css
<style>
a { background-color: #B99DED; }
a { background-color: rgb(185,157,237); }
div.DivClassName
{
background-color: #B99DED;
}
.BgClassName
{
background-color: #B99DED;
}
</style>
border-color css
<style>
span { border-color: #B99DED; }
span { border-color: rgb(185,157,237); }
td.TdClassName
{
border-color: #B99DED;
}
.TagClassName
{
border-color: #B99DED;
}
</style>