Shades of Lily #B1A3AD
Tints of Lily #B1A3AD
RGB
CMYK
RGB Variations
Color information
#B1A3AD (or 0xB1A3AD) is known color: Lily. HEX triplet: B1, A3 and AD. RGB value is (177,163,173). Sum of RGB (Red+Green+Blue) = 177+163+173=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A3AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A3AD is #4E5C52. Grayscale: #A8A8A8. Windows color (decimal): -5135443 or 11379633. OLE color: 11379633.
HSL color Cylindrical-coordinate representation of color #B1A3AD: hue angle of 317.14º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1A3AD is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 173 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.31 |
| HSL | 317.14º | 0.08% | 0.67% | - |
| HSV(B) | 317.14º | 0.08% | 0.69% | - |
| XYZ | 38.77 | 38.56 | 44.93 | - |
| YUV | 168.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 173 | 0 | 0.08 | 0.02 | 0.31 | 317.14 | 0.08 | 0.67 |
| Hex | B1 | A3 | AD | 0 | 8 | 2 | 1F | 13D | 8 | 43 |
| Octal | 261 | 243 | 255 | 0 | 10 | 2 | 37 | 475 | 10 | 103 |
| Binary | 10110001 | 10100011 | 10101101 | 0 | 1000 | 10 | 11111 | 100111101 | 1000 | 1000011 |
Color Harmonies of #B1A3AD
Complementary color
Monochromatic Colors of #B1A3AD
Black with #B1A3AD
Text Example
Text Example
White with #B1A3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A3AD; }
p { color: rgb(177,163,173); }
H1.HeaderClassName
{
color: #B1A3AD;
}
.AnyTagClassName
{
color: #B1A3AD;
}
</style>
background-color css
<style>
a { background-color: #B1A3AD; }
a { background-color: rgb(177,163,173); }
div.DivClassName
{
background-color: #B1A3AD;
}
.BgClassName
{
background-color: #B1A3AD;
}
</style>
border-color css
<style>
span { border-color: #B1A3AD; }
span { border-color: rgb(177,163,173); }
td.TdClassName
{
border-color: #B1A3AD;
}
.TagClassName
{
border-color: #B1A3AD;
}
</style>