Shades of Lily #B9A0AC
Tints of Lily #B9A0AC
RGB
CMYK
RGB Variations
Color information
#B9A0AC (or 0xB9A0AC) is known color: Lily. HEX triplet: B9, A0 and AC. RGB value is (185,160,172). Sum of RGB (Red+Green+Blue) = 185+160+172=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A0AC is #465F53. Grayscale: #A8A8A8. Windows color (decimal): -4611924 or 11313337. OLE color: 11313337.
HSL color Cylindrical-coordinate representation of color #B9A0AC: hue angle of 331.2º 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 #B9A0AC is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 172 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.27 |
| HSL | 331.2º | 0.15% | 0.68% | - |
| HSV(B) | 331.2º | 0.14% | 0.73% | - |
| XYZ | 40.02 | 38.43 | 44.34 | - |
| YUV | 168.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 172 | 0 | 0.14 | 0.07 | 0.27 | 331.2 | 0.15 | 0.68 |
| Hex | B9 | A0 | AC | 0 | E | 7 | 1B | 14B | F | 44 |
| Octal | 271 | 240 | 254 | 0 | 16 | 7 | 33 | 513 | 17 | 104 |
| Binary | 10111001 | 10100000 | 10101100 | 0 | 1110 | 111 | 11011 | 101001011 | 1111 | 1000100 |
Color Harmonies of #B9A0AC
Complementary color
Monochromatic Colors of #B9A0AC
Black with #B9A0AC
Text Example
Text Example
White with #B9A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A0AC; }
p { color: rgb(185,160,172); }
H1.HeaderClassName
{
color: #B9A0AC;
}
.AnyTagClassName
{
color: #B9A0AC;
}
</style>
background-color css
<style>
a { background-color: #B9A0AC; }
a { background-color: rgb(185,160,172); }
div.DivClassName
{
background-color: #B9A0AC;
}
.BgClassName
{
background-color: #B9A0AC;
}
</style>
border-color css
<style>
span { border-color: #B9A0AC; }
span { border-color: rgb(185,160,172); }
td.TdClassName
{
border-color: #B9A0AC;
}
.TagClassName
{
border-color: #B9A0AC;
}
</style>