Shades of Lily #B0A6AD
Tints of Lily #B0A6AD
RGB
CMYK
RGB Variations
Color information
#B0A6AD (or 0xB0A6AD) is known color: Lily. HEX triplet: B0, A6 and AD. RGB value is (176,166,173). Sum of RGB (Red+Green+Blue) = 176+166+173=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A6AD is #4F5952. Grayscale: #A9A9A9. Windows color (decimal): -5200211 or 11380400. OLE color: 11380400.
HSL color Cylindrical-coordinate representation of color #B0A6AD: hue angle of 318º degrees, saturation: 0.06, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B0A6AD is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 166 | 173 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.31 |
| HSL | 318º | 0.06% | 0.67% | - |
| HSV(B) | 318º | 0.06% | 0.69% | - |
| XYZ | 39.08 | 39.52 | 45.1 | - |
| YUV | 169.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 166 | 173 | 0 | 0.06 | 0.02 | 0.31 | 318 | 0.06 | 0.67 |
| Hex | B0 | A6 | AD | 0 | 6 | 2 | 1F | 13E | 6 | 43 |
| Octal | 260 | 246 | 255 | 0 | 6 | 2 | 37 | 476 | 6 | 103 |
| Binary | 10110000 | 10100110 | 10101101 | 0 | 110 | 10 | 11111 | 100111110 | 110 | 1000011 |
Color Harmonies of #B0A6AD
Complementary color
Monochromatic Colors of #B0A6AD
Black with #B0A6AD
Text Example
Text Example
White with #B0A6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A6AD; }
p { color: rgb(176,166,173); }
H1.HeaderClassName
{
color: #B0A6AD;
}
.AnyTagClassName
{
color: #B0A6AD;
}
</style>
background-color css
<style>
a { background-color: #B0A6AD; }
a { background-color: rgb(176,166,173); }
div.DivClassName
{
background-color: #B0A6AD;
}
.BgClassName
{
background-color: #B0A6AD;
}
</style>
border-color css
<style>
span { border-color: #B0A6AD; }
span { border-color: rgb(176,166,173); }
td.TdClassName
{
border-color: #B0A6AD;
}
.TagClassName
{
border-color: #B0A6AD;
}
</style>