Shades of Lily #B5A3AD
Tints of Lily #B5A3AD
RGB
CMYK
RGB Variations
Color information
#B5A3AD (or 0xB5A3AD) is known color: Lily. HEX triplet: B5, A3 and AD. RGB value is (181,163,173). Sum of RGB (Red+Green+Blue) = 181+163+173=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A3AD is #4A5C52. Grayscale: #A9A9A9. Windows color (decimal): -4873299 or 11379637. OLE color: 11379637.
HSL color Cylindrical-coordinate representation of color #B5A3AD: hue angle of 326.67º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5A3AD is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 173 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.29 |
| HSL | 326.67º | 0.11% | 0.67% | - |
| HSV(B) | 326.67º | 0.1% | 0.71% | - |
| XYZ | 39.7 | 39.04 | 44.98 | - |
| YUV | 169.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 173 | 0 | 0.10 | 0.04 | 0.29 | 326.67 | 0.11 | 0.67 |
| Hex | B5 | A3 | AD | 0 | A | 4 | 1D | 147 | B | 43 |
| Octal | 265 | 243 | 255 | 0 | 12 | 4 | 35 | 507 | 13 | 103 |
| Binary | 10110101 | 10100011 | 10101101 | 0 | 1010 | 100 | 11101 | 101000111 | 1011 | 1000011 |
Color Harmonies of #B5A3AD
Complementary color
Monochromatic Colors of #B5A3AD
Black with #B5A3AD
Text Example
Text Example
White with #B5A3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A3AD; }
p { color: rgb(181,163,173); }
H1.HeaderClassName
{
color: #B5A3AD;
}
.AnyTagClassName
{
color: #B5A3AD;
}
</style>
background-color css
<style>
a { background-color: #B5A3AD; }
a { background-color: rgb(181,163,173); }
div.DivClassName
{
background-color: #B5A3AD;
}
.BgClassName
{
background-color: #B5A3AD;
}
</style>
border-color css
<style>
span { border-color: #B5A3AD; }
span { border-color: rgb(181,163,173); }
td.TdClassName
{
border-color: #B5A3AD;
}
.TagClassName
{
border-color: #B5A3AD;
}
</style>