Shades of Lily #B9A2AD
Tints of Lily #B9A2AD
RGB
CMYK
RGB Variations
Color information
#B9A2AD (or 0xB9A2AD) is known color: Lily. HEX triplet: B9, A2 and AD. RGB value is (185,162,173). Sum of RGB (Red+Green+Blue) = 185+162+173=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A2AD is #465D52. Grayscale: #AAAAAA. Windows color (decimal): -4611411 or 11379385. OLE color: 11379385.
HSL color Cylindrical-coordinate representation of color #B9A2AD: hue angle of 331.3º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9A2AD is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 162 | 173 | - |
CMYK | 0 | 0.12 | 0.06 | 0.27 |
HSL | 331.3º | 0.14% | 0.68% | - |
HSV(B) | 331.3º | 0.12% | 0.73% | - |
XYZ | 40.47 | 39.17 | 44.96 | - |
YUV | 170.13 | 129.62 | 138.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 162 | 173 | 0 | 0.12 | 0.06 | 0.27 | 331.3 | 0.14 | 0.68 |
Hex | B9 | A2 | AD | 0 | C | 6 | 1B | 14B | E | 44 |
Octal | 271 | 242 | 255 | 0 | 14 | 6 | 33 | 513 | 16 | 104 |
Binary | 10111001 | 10100010 | 10101101 | 0 | 1100 | 110 | 11011 | 101001011 | 1110 | 1000100 |
Color Harmonies of #B9A2AD
Complementary color
Monochromatic Colors of #B9A2AD
Black with #B9A2AD
Text Example
Text Example
White with #B9A2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A2AD; }
p { color: rgb(185,162,173); }
H1.HeaderClassName
{
color: #B9A2AD;
}
.AnyTagClassName
{
color: #B9A2AD;
}
</style>
background-color css
<style>
a { background-color: #B9A2AD; }
a { background-color: rgb(185,162,173); }
div.DivClassName
{
background-color: #B9A2AD;
}
.BgClassName
{
background-color: #B9A2AD;
}
</style>
border-color css
<style>
span { border-color: #B9A2AD; }
span { border-color: rgb(185,162,173); }
td.TdClassName
{
border-color: #B9A2AD;
}
.TagClassName
{
border-color: #B9A2AD;
}
</style>