Shades of Lily #B1A7AD
Tints of Lily #B1A7AD
RGB
CMYK
RGB Variations
Color information
#B1A7AD (or 0xB1A7AD) is known color: Lily. HEX triplet: B1, A7 and AD. RGB value is (177,167,173). Sum of RGB (Red+Green+Blue) = 177+167+173=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A7AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A7AD is #4E5852. Grayscale: #AAAAAA. Windows color (decimal): -5134419 or 11380657. OLE color: 11380657.
HSL color Cylindrical-coordinate representation of color #B1A7AD: hue angle of 324º 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 #B1A7AD is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 167 | 173 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.31 |
| HSL | 324º | 0.06% | 0.67% | - |
| HSV(B) | 324º | 0.06% | 0.69% | - |
| XYZ | 39.49 | 40 | 45.17 | - |
| YUV | 170.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 173 | 0 | 0.06 | 0.02 | 0.31 | 324 | 0.06 | 0.67 |
| Hex | B1 | A7 | AD | 0 | 6 | 2 | 1F | 144 | 6 | 43 |
| Octal | 261 | 247 | 255 | 0 | 6 | 2 | 37 | 504 | 6 | 103 |
| Binary | 10110001 | 10100111 | 10101101 | 0 | 110 | 10 | 11111 | 101000100 | 110 | 1000011 |
Color Harmonies of #B1A7AD
Complementary color
Monochromatic Colors of #B1A7AD
Black with #B1A7AD
Text Example
Text Example
White with #B1A7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A7AD; }
p { color: rgb(177,167,173); }
H1.HeaderClassName
{
color: #B1A7AD;
}
.AnyTagClassName
{
color: #B1A7AD;
}
</style>
background-color css
<style>
a { background-color: #B1A7AD; }
a { background-color: rgb(177,167,173); }
div.DivClassName
{
background-color: #B1A7AD;
}
.BgClassName
{
background-color: #B1A7AD;
}
</style>
border-color css
<style>
span { border-color: #B1A7AD; }
span { border-color: rgb(177,167,173); }
td.TdClassName
{
border-color: #B1A7AD;
}
.TagClassName
{
border-color: #B1A7AD;
}
</style>