Shades of Lily #B5A1AD
Tints of Lily #B5A1AD
RGB
CMYK
RGB Variations
Color information
#B5A1AD (or 0xB5A1AD) is known color: Lily. HEX triplet: B5, A1 and AD. RGB value is (181,161,173). Sum of RGB (Red+Green+Blue) = 181+161+173=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A1AD is #4A5E52. Grayscale: #A8A8A8. Windows color (decimal): -4873811 or 11379125. OLE color: 11379125.
HSL color Cylindrical-coordinate representation of color #B5A1AD: hue angle of 324º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5A1AD is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 173 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.29 |
| HSL | 324º | 0.12% | 0.67% | - |
| HSV(B) | 324º | 0.11% | 0.71% | - |
| XYZ | 39.34 | 38.33 | 44.86 | - |
| YUV | 168.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 173 | 0 | 0.11 | 0.04 | 0.29 | 324 | 0.12 | 0.67 |
| Hex | B5 | A1 | AD | 0 | B | 4 | 1D | 144 | C | 43 |
| Octal | 265 | 241 | 255 | 0 | 13 | 4 | 35 | 504 | 14 | 103 |
| Binary | 10110101 | 10100001 | 10101101 | 0 | 1011 | 100 | 11101 | 101000100 | 1100 | 1000011 |
Color Harmonies of #B5A1AD
Complementary color
Monochromatic Colors of #B5A1AD
Black with #B5A1AD
Text Example
Text Example
White with #B5A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A1AD; }
p { color: rgb(181,161,173); }
H1.HeaderClassName
{
color: #B5A1AD;
}
.AnyTagClassName
{
color: #B5A1AD;
}
</style>
background-color css
<style>
a { background-color: #B5A1AD; }
a { background-color: rgb(181,161,173); }
div.DivClassName
{
background-color: #B5A1AD;
}
.BgClassName
{
background-color: #B5A1AD;
}
</style>
border-color css
<style>
span { border-color: #B5A1AD; }
span { border-color: rgb(181,161,173); }
td.TdClassName
{
border-color: #B5A1AD;
}
.TagClassName
{
border-color: #B5A1AD;
}
</style>