Shades of Lily #B1A4AD
Tints of Lily #B1A4AD
RGB
CMYK
RGB Variations
Color information
#B1A4AD (or 0xB1A4AD) is known color: Lily. HEX triplet: B1, A4 and AD. RGB value is (177,164,173). Sum of RGB (Red+Green+Blue) = 177+164+173=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A4AD is #4E5B52. Grayscale: #A8A8A8. Windows color (decimal): -5135187 or 11379889. OLE color: 11379889.
HSL color Cylindrical-coordinate representation of color #B1A4AD: hue angle of 318.46º degrees, saturation: 0.08, 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 #B1A4AD is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 164 | 173 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.31 |
| HSL | 318.46º | 0.08% | 0.67% | - |
| HSV(B) | 318.46º | 0.07% | 0.69% | - |
| XYZ | 38.95 | 38.92 | 44.99 | - |
| YUV | 168.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 173 | 0 | 0.07 | 0.02 | 0.31 | 318.46 | 0.08 | 0.67 |
| Hex | B1 | A4 | AD | 0 | 7 | 2 | 1F | 13E | 8 | 43 |
| Octal | 261 | 244 | 255 | 0 | 7 | 2 | 37 | 476 | 10 | 103 |
| Binary | 10110001 | 10100100 | 10101101 | 0 | 111 | 10 | 11111 | 100111110 | 1000 | 1000011 |
Color Harmonies of #B1A4AD
Complementary color
Monochromatic Colors of #B1A4AD
Black with #B1A4AD
Text Example
Text Example
White with #B1A4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A4AD; }
p { color: rgb(177,164,173); }
H1.HeaderClassName
{
color: #B1A4AD;
}
.AnyTagClassName
{
color: #B1A4AD;
}
</style>
background-color css
<style>
a { background-color: #B1A4AD; }
a { background-color: rgb(177,164,173); }
div.DivClassName
{
background-color: #B1A4AD;
}
.BgClassName
{
background-color: #B1A4AD;
}
</style>
border-color css
<style>
span { border-color: #B1A4AD; }
span { border-color: rgb(177,164,173); }
td.TdClassName
{
border-color: #B1A4AD;
}
.TagClassName
{
border-color: #B1A4AD;
}
</style>