Shades of Lily #B5A0AB
Tints of Lily #B5A0AB
RGB
CMYK
RGB Variations
Color information
#B5A0AB (or 0xB5A0AB) is known color: Lily. HEX triplet: B5, A0 and AB. RGB value is (181,160,171). Sum of RGB (Red+Green+Blue) = 181+160+171=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A0AB is #4A5F54. Grayscale: #A7A7A7. Windows color (decimal): -4874069 or 11247797. OLE color: 11247797.
HSL color Cylindrical-coordinate representation of color #B5A0AB: hue angle of 328.57º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5A0AB is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 160 | 171 | - |
CMYK | 0 | 0.12 | 0.06 | 0.29 |
HSL | 328.57º | 0.12% | 0.67% | - |
HSV(B) | 328.57º | 0.12% | 0.71% | - |
XYZ | 38.98 | 37.91 | 43.79 | - |
YUV | 167.53 | 129.96 | 137.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 160 | 171 | 0 | 0.12 | 0.06 | 0.29 | 328.57 | 0.12 | 0.67 |
Hex | B5 | A0 | AB | 0 | C | 6 | 1D | 149 | C | 43 |
Octal | 265 | 240 | 253 | 0 | 14 | 6 | 35 | 511 | 14 | 103 |
Binary | 10110101 | 10100000 | 10101011 | 0 | 1100 | 110 | 11101 | 101001001 | 1100 | 1000011 |
Color Harmonies of #B5A0AB
Complementary color
Monochromatic Colors of #B5A0AB
Black with #B5A0AB
Text Example
Text Example
White with #B5A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A0AB; }
p { color: rgb(181,160,171); }
H1.HeaderClassName
{
color: #B5A0AB;
}
.AnyTagClassName
{
color: #B5A0AB;
}
</style>
background-color css
<style>
a { background-color: #B5A0AB; }
a { background-color: rgb(181,160,171); }
div.DivClassName
{
background-color: #B5A0AB;
}
.BgClassName
{
background-color: #B5A0AB;
}
</style>
border-color css
<style>
span { border-color: #B5A0AB; }
span { border-color: rgb(181,160,171); }
td.TdClassName
{
border-color: #B5A0AB;
}
.TagClassName
{
border-color: #B5A0AB;
}
</style>