Shades of Lily #B9A0AA
Tints of Lily #B9A0AA
RGB
CMYK
RGB Variations
Color information
#B9A0AA (or 0xB9A0AA) is known color: Lily. HEX triplet: B9, A0 and AA. RGB value is (185,160,170). Sum of RGB (Red+Green+Blue) = 185+160+170=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A0AA is #465F55. Grayscale: #A8A8A8. Windows color (decimal): -4611926 or 11182265. OLE color: 11182265.
HSL color Cylindrical-coordinate representation of color #B9A0AA: hue angle of 336º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9A0AA is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 170 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.27 |
| HSL | 336º | 0.15% | 0.68% | - |
| HSV(B) | 336º | 0.14% | 0.73% | - |
| XYZ | 39.83 | 38.36 | 43.33 | - |
| YUV | 168.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 170 | 0 | 0.14 | 0.08 | 0.27 | 336 | 0.15 | 0.68 |
| Hex | B9 | A0 | AA | 0 | E | 8 | 1B | 150 | F | 44 |
| Octal | 271 | 240 | 252 | 0 | 16 | 10 | 33 | 520 | 17 | 104 |
| Binary | 10111001 | 10100000 | 10101010 | 0 | 1110 | 1000 | 11011 | 101010000 | 1111 | 1000100 |
Color Harmonies of #B9A0AA
Complementary color
Monochromatic Colors of #B9A0AA
Black with #B9A0AA
Text Example
Text Example
White with #B9A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A0AA; }
p { color: rgb(185,160,170); }
H1.HeaderClassName
{
color: #B9A0AA;
}
.AnyTagClassName
{
color: #B9A0AA;
}
</style>
background-color css
<style>
a { background-color: #B9A0AA; }
a { background-color: rgb(185,160,170); }
div.DivClassName
{
background-color: #B9A0AA;
}
.BgClassName
{
background-color: #B9A0AA;
}
</style>
border-color css
<style>
span { border-color: #B9A0AA; }
span { border-color: rgb(185,160,170); }
td.TdClassName
{
border-color: #B9A0AA;
}
.TagClassName
{
border-color: #B9A0AA;
}
</style>