Shades of Lily #B1A5AD
Tints of Lily #B1A5AD
RGB
CMYK
RGB Variations
Color information
#B1A5AD (or 0xB1A5AD) is known color: Lily. HEX triplet: B1, A5 and AD. RGB value is (177,165,173). Sum of RGB (Red+Green+Blue) = 177+165+173=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A5AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A5AD is #4E5A52. Grayscale: #A9A9A9. Windows color (decimal): -5134931 or 11380145. OLE color: 11380145.
HSL color Cylindrical-coordinate representation of color #B1A5AD: hue angle of 320º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B1A5AD is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 165 | 173 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.31 |
| HSL | 320º | 0.07% | 0.67% | - |
| HSV(B) | 320º | 0.07% | 0.69% | - |
| XYZ | 39.13 | 39.27 | 45.05 | - |
| YUV | 169.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 173 | 0 | 0.07 | 0.02 | 0.31 | 320 | 0.07 | 0.67 |
| Hex | B1 | A5 | AD | 0 | 7 | 2 | 1F | 140 | 7 | 43 |
| Octal | 261 | 245 | 255 | 0 | 7 | 2 | 37 | 500 | 7 | 103 |
| Binary | 10110001 | 10100101 | 10101101 | 0 | 111 | 10 | 11111 | 101000000 | 111 | 1000011 |
Color Harmonies of #B1A5AD
Complementary color
Monochromatic Colors of #B1A5AD
Black with #B1A5AD
Text Example
Text Example
White with #B1A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A5AD; }
p { color: rgb(177,165,173); }
H1.HeaderClassName
{
color: #B1A5AD;
}
.AnyTagClassName
{
color: #B1A5AD;
}
</style>
background-color css
<style>
a { background-color: #B1A5AD; }
a { background-color: rgb(177,165,173); }
div.DivClassName
{
background-color: #B1A5AD;
}
.BgClassName
{
background-color: #B1A5AD;
}
</style>
border-color css
<style>
span { border-color: #B1A5AD; }
span { border-color: rgb(177,165,173); }
td.TdClassName
{
border-color: #B1A5AD;
}
.TagClassName
{
border-color: #B1A5AD;
}
</style>