Shades of Lily #B0A8AD
Tints of Lily #B0A8AD
RGB
CMYK
RGB Variations
Color information
#B0A8AD (or 0xB0A8AD) is known color: Lily. HEX triplet: B0, A8 and AD. RGB value is (176,168,173). Sum of RGB (Red+Green+Blue) = 176+168+173=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A8AD is #4F5752. Grayscale: #AAAAAA. Windows color (decimal): -5199699 or 11380912. OLE color: 11380912.
HSL color Cylindrical-coordinate representation of color #B0A8AD: hue angle of 322.5º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B0A8AD is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 173 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.31 |
| HSL | 322.5º | 0.05% | 0.67% | - |
| HSV(B) | 322.5º | 0.05% | 0.69% | - |
| XYZ | 39.45 | 40.25 | 45.23 | - |
| YUV | 170.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 173 | 0 | 0.05 | 0.02 | 0.31 | 322.5 | 0.05 | 0.67 |
| Hex | B0 | A8 | AD | 0 | 5 | 2 | 1F | 142 | 5 | 43 |
| Octal | 260 | 250 | 255 | 0 | 5 | 2 | 37 | 502 | 5 | 103 |
| Binary | 10110000 | 10101000 | 10101101 | 0 | 101 | 10 | 11111 | 101000010 | 101 | 1000011 |
Color Harmonies of #B0A8AD
Complementary color
Monochromatic Colors of #B0A8AD
Black with #B0A8AD
Text Example
Text Example
White with #B0A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A8AD; }
p { color: rgb(176,168,173); }
H1.HeaderClassName
{
color: #B0A8AD;
}
.AnyTagClassName
{
color: #B0A8AD;
}
</style>
background-color css
<style>
a { background-color: #B0A8AD; }
a { background-color: rgb(176,168,173); }
div.DivClassName
{
background-color: #B0A8AD;
}
.BgClassName
{
background-color: #B0A8AD;
}
</style>
border-color css
<style>
span { border-color: #B0A8AD; }
span { border-color: rgb(176,168,173); }
td.TdClassName
{
border-color: #B0A8AD;
}
.TagClassName
{
border-color: #B0A8AD;
}
</style>