Shades of Perfume #B99DDA
Tints of Perfume #B99DDA
RGB
CMYK
RGB Variations
Color information
#B99DDA (or 0xB99DDA) is known color: Perfume. HEX triplet: B9, 9D and DA. RGB value is (185,157,218). Sum of RGB (Red+Green+Blue) = 185+157+218=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #B99DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DDA is #466225. Grayscale: #ACACAC. Windows color (decimal): -4612646 or 14327225. OLE color: 14327225.
HSL color Cylindrical-coordinate representation of color #B99DDA: hue angle of 267.54º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B99DDA is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 157 | 218 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.15 |
| HSL | 267.54º | 0.45% | 0.74% | - |
| HSV(B) | 267.54º | 0.28% | 0.85% | - |
| XYZ | 44.72 | 39.49 | 71.6 | - |
| YUV | 172.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 218 | 0.15 | 0.28 | 0 | 0.15 | 267.54 | 0.45 | 0.74 |
| Hex | B9 | 9D | DA | F | 1C | 0 | F | 10C | 2D | 4A |
| Octal | 271 | 235 | 332 | 17 | 34 | 0 | 17 | 414 | 55 | 112 |
| Binary | 10111001 | 10011101 | 11011010 | 1111 | 11100 | 0 | 1111 | 100001100 | 101101 | 1001010 |
Color Harmonies of #B99DDA
Complementary color
Monochromatic Colors of #B99DDA
Black with #B99DDA
Text Example
Text Example
White with #B99DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99DDA; }
p { color: rgb(185,157,218); }
H1.HeaderClassName
{
color: #B99DDA;
}
.AnyTagClassName
{
color: #B99DDA;
}
</style>
background-color css
<style>
a { background-color: #B99DDA; }
a { background-color: rgb(185,157,218); }
div.DivClassName
{
background-color: #B99DDA;
}
.BgClassName
{
background-color: #B99DDA;
}
</style>
border-color css
<style>
span { border-color: #B99DDA; }
span { border-color: rgb(185,157,218); }
td.TdClassName
{
border-color: #B99DDA;
}
.TagClassName
{
border-color: #B99DDA;
}
</style>