Shades of Lily #B7A8AD
Tints of Lily #B7A8AD
RGB
CMYK
RGB Variations
Color information
#B7A8AD (or 0xB7A8AD) is known color: Lily. HEX triplet: B7, A8 and AD. RGB value is (183,168,173). Sum of RGB (Red+Green+Blue) = 183+168+173=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A8AD is #485752. Grayscale: #ADADAD. Windows color (decimal): -4740947 or 11380919. OLE color: 11380919.
HSL color Cylindrical-coordinate representation of color #B7A8AD: hue angle of 340º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7A8AD is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 168 | 173 | - |
CMYK | 0 | 0.08 | 0.05 | 0.28 |
HSL | 340º | 0.09% | 0.69% | - |
HSV(B) | 340º | 0.08% | 0.72% | - |
XYZ | 41.07 | 41.09 | 45.3 | - |
YUV | 173.06 | 127.97 | 135.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 168 | 173 | 0 | 0.08 | 0.05 | 0.28 | 340 | 0.09 | 0.69 |
Hex | B7 | A8 | AD | 0 | 8 | 5 | 1C | 154 | 9 | 45 |
Octal | 267 | 250 | 255 | 0 | 10 | 5 | 34 | 524 | 11 | 105 |
Binary | 10110111 | 10101000 | 10101101 | 0 | 1000 | 101 | 11100 | 101010100 | 1001 | 1000101 |
Color Harmonies of #B7A8AD
Complementary color
Monochromatic Colors of #B7A8AD
Black with #B7A8AD
Text Example
Text Example
White with #B7A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A8AD; }
p { color: rgb(183,168,173); }
H1.HeaderClassName
{
color: #B7A8AD;
}
.AnyTagClassName
{
color: #B7A8AD;
}
</style>
background-color css
<style>
a { background-color: #B7A8AD; }
a { background-color: rgb(183,168,173); }
div.DivClassName
{
background-color: #B7A8AD;
}
.BgClassName
{
background-color: #B7A8AD;
}
</style>
border-color css
<style>
span { border-color: #B7A8AD; }
span { border-color: rgb(183,168,173); }
td.TdClassName
{
border-color: #B7A8AD;
}
.TagClassName
{
border-color: #B7A8AD;
}
</style>