Shades of Lily #B0A7AD
Tints of Lily #B0A7AD
RGB
CMYK
RGB Variations
Color information
#B0A7AD (or 0xB0A7AD) is known color: Lily. HEX triplet: B0, A7 and AD. RGB value is (176,167,173). Sum of RGB (Red+Green+Blue) = 176+167+173=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A7AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A7AD is #4F5852. Grayscale: #AAAAAA. Windows color (decimal): -5199955 or 11380656. OLE color: 11380656.
HSL color Cylindrical-coordinate representation of color #B0A7AD: hue angle of 320º 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 #B0A7AD is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 167 | 173 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.31 |
| HSL | 320º | 0.05% | 0.67% | - |
| HSV(B) | 320º | 0.05% | 0.69% | - |
| XYZ | 39.27 | 39.88 | 45.16 | - |
| YUV | 170.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 167 | 173 | 0 | 0.05 | 0.02 | 0.31 | 320 | 0.05 | 0.67 |
| Hex | B0 | A7 | AD | 0 | 5 | 2 | 1F | 140 | 5 | 43 |
| Octal | 260 | 247 | 255 | 0 | 5 | 2 | 37 | 500 | 5 | 103 |
| Binary | 10110000 | 10100111 | 10101101 | 0 | 101 | 10 | 11111 | 101000000 | 101 | 1000011 |
Color Harmonies of #B0A7AD
Complementary color
Monochromatic Colors of #B0A7AD
Black with #B0A7AD
Text Example
Text Example
White with #B0A7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A7AD; }
p { color: rgb(176,167,173); }
H1.HeaderClassName
{
color: #B0A7AD;
}
.AnyTagClassName
{
color: #B0A7AD;
}
</style>
background-color css
<style>
a { background-color: #B0A7AD; }
a { background-color: rgb(176,167,173); }
div.DivClassName
{
background-color: #B0A7AD;
}
.BgClassName
{
background-color: #B0A7AD;
}
</style>
border-color css
<style>
span { border-color: #B0A7AD; }
span { border-color: rgb(176,167,173); }
td.TdClassName
{
border-color: #B0A7AD;
}
.TagClassName
{
border-color: #B0A7AD;
}
</style>