Shades of Lily #B99DAA
Tints of Lily #B99DAA
RGB
CMYK
RGB Variations
Color information
#B99DAA (or 0xB99DAA) is known color: Lily. HEX triplet: B9, 9D and AA. RGB value is (185,157,170). Sum of RGB (Red+Green+Blue) = 185+157+170=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 185 - color contains mainly: red. Hex color #B99DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99DAA is #466255. Grayscale: #A6A6A6. Windows color (decimal): -4612694 or 11181497. OLE color: 11181497.
HSL color Cylindrical-coordinate representation of color #B99DAA: hue angle of 332.14º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B99DAA is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 170 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.27 |
| HSL | 332.14º | 0.17% | 0.67% | - |
| HSV(B) | 332.14º | 0.15% | 0.73% | - |
| XYZ | 39.32 | 37.33 | 43.16 | - |
| YUV | 166.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 170 | 0 | 0.15 | 0.08 | 0.27 | 332.14 | 0.17 | 0.67 |
| Hex | B9 | 9D | AA | 0 | F | 8 | 1B | 14C | 11 | 43 |
| Octal | 271 | 235 | 252 | 0 | 17 | 10 | 33 | 514 | 21 | 103 |
| Binary | 10111001 | 10011101 | 10101010 | 0 | 1111 | 1000 | 11011 | 101001100 | 10001 | 1000011 |
Color Harmonies of #B99DAA
Complementary color
Monochromatic Colors of #B99DAA
Black with #B99DAA
Text Example
Text Example
White with #B99DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99DAA; }
p { color: rgb(185,157,170); }
H1.HeaderClassName
{
color: #B99DAA;
}
.AnyTagClassName
{
color: #B99DAA;
}
</style>
background-color css
<style>
a { background-color: #B99DAA; }
a { background-color: rgb(185,157,170); }
div.DivClassName
{
background-color: #B99DAA;
}
.BgClassName
{
background-color: #B99DAA;
}
</style>
border-color css
<style>
span { border-color: #B99DAA; }
span { border-color: rgb(185,157,170); }
td.TdClassName
{
border-color: #B99DAA;
}
.TagClassName
{
border-color: #B99DAA;
}
</style>