Shades of Lily #B5A8AF
Tints of Lily #B5A8AF
RGB
CMYK
RGB Variations
Color information
#B5A8AF (or 0xB5A8AF) is known color: Lily. HEX triplet: B5, A8 and AF. RGB value is (181,168,175). Sum of RGB (Red+Green+Blue) = 181+168+175=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A8AF is #4A5750. Grayscale: #ACACAC. Windows color (decimal): -4872017 or 11511989. OLE color: 11511989.
HSL color Cylindrical-coordinate representation of color #B5A8AF: hue angle of 327.69º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5A8AF is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 168 | 175 | - |
CMYK | 0 | 0.07 | 0.03 | 0.29 |
HSL | 327.69º | 0.08% | 0.68% | - |
HSV(B) | 327.69º | 0.07% | 0.71% | - |
XYZ | 40.8 | 40.92 | 46.31 | - |
YUV | 172.69 | 129.31 | 133.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 168 | 175 | 0 | 0.07 | 0.03 | 0.29 | 327.69 | 0.08 | 0.68 |
Hex | B5 | A8 | AF | 0 | 7 | 3 | 1D | 148 | 8 | 44 |
Octal | 265 | 250 | 257 | 0 | 7 | 3 | 35 | 510 | 10 | 104 |
Binary | 10110101 | 10101000 | 10101111 | 0 | 111 | 11 | 11101 | 101001000 | 1000 | 1000100 |
Color Harmonies of #B5A8AF
Complementary color
Monochromatic Colors of #B5A8AF
Black with #B5A8AF
Text Example
Text Example
White with #B5A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A8AF; }
p { color: rgb(181,168,175); }
H1.HeaderClassName
{
color: #B5A8AF;
}
.AnyTagClassName
{
color: #B5A8AF;
}
</style>
background-color css
<style>
a { background-color: #B5A8AF; }
a { background-color: rgb(181,168,175); }
div.DivClassName
{
background-color: #B5A8AF;
}
.BgClassName
{
background-color: #B5A8AF;
}
</style>
border-color css
<style>
span { border-color: #B5A8AF; }
span { border-color: rgb(181,168,175); }
td.TdClassName
{
border-color: #B5A8AF;
}
.TagClassName
{
border-color: #B5A8AF;
}
</style>