Shades of Lily #B5A4AF
Tints of Lily #B5A4AF
RGB
CMYK
RGB Variations
Color information
#B5A4AF (or 0xB5A4AF) is known color: Lily. HEX triplet: B5, A4 and AF. RGB value is (181,164,175). Sum of RGB (Red+Green+Blue) = 181+164+175=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A4AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A4AF is #4A5B50. Grayscale: #AAAAAA. Windows color (decimal): -4873041 or 11510965. OLE color: 11510965.
HSL color Cylindrical-coordinate representation of color #B5A4AF: hue angle of 321.18º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5A4AF is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 164 | 175 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.29 |
| HSL | 321.18º | 0.1% | 0.68% | - |
| HSV(B) | 321.18º | 0.09% | 0.71% | - |
| XYZ | 40.07 | 39.47 | 46.06 | - |
| YUV | 170.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 164 | 175 | 0 | 0.09 | 0.03 | 0.29 | 321.18 | 0.1 | 0.68 |
| Hex | B5 | A4 | AF | 0 | 9 | 3 | 1D | 141 | A | 44 |
| Octal | 265 | 244 | 257 | 0 | 11 | 3 | 35 | 501 | 12 | 104 |
| Binary | 10110101 | 10100100 | 10101111 | 0 | 1001 | 11 | 11101 | 101000001 | 1010 | 1000100 |
Color Harmonies of #B5A4AF
Complementary color
Monochromatic Colors of #B5A4AF
Black with #B5A4AF
Text Example
Text Example
White with #B5A4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A4AF; }
p { color: rgb(181,164,175); }
H1.HeaderClassName
{
color: #B5A4AF;
}
.AnyTagClassName
{
color: #B5A4AF;
}
</style>
background-color css
<style>
a { background-color: #B5A4AF; }
a { background-color: rgb(181,164,175); }
div.DivClassName
{
background-color: #B5A4AF;
}
.BgClassName
{
background-color: #B5A4AF;
}
</style>
border-color css
<style>
span { border-color: #B5A4AF; }
span { border-color: rgb(181,164,175); }
td.TdClassName
{
border-color: #B5A4AF;
}
.TagClassName
{
border-color: #B5A4AF;
}
</style>