Shades of Lily #B1A5AA
Tints of Lily #B1A5AA
RGB
CMYK
RGB Variations
Color information
#B1A5AA (or 0xB1A5AA) is known color: Lily. HEX triplet: B1, A5 and AA. RGB value is (177,165,170). Sum of RGB (Red+Green+Blue) = 177+165+170=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A5AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A5AA is #4E5A55. Grayscale: #A9A9A9. Windows color (decimal): -5134934 or 11183537. OLE color: 11183537.
HSL color Cylindrical-coordinate representation of color #B1A5AA: hue angle of 335º 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 #B1A5AA is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 165 | 170 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.31 |
| HSL | 335º | 0.07% | 0.67% | - |
| HSV(B) | 335º | 0.07% | 0.69% | - |
| XYZ | 38.84 | 39.16 | 43.54 | - |
| YUV | 169.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 170 | 0 | 0.07 | 0.04 | 0.31 | 335 | 0.07 | 0.67 |
| Hex | B1 | A5 | AA | 0 | 7 | 4 | 1F | 14F | 7 | 43 |
| Octal | 261 | 245 | 252 | 0 | 7 | 4 | 37 | 517 | 7 | 103 |
| Binary | 10110001 | 10100101 | 10101010 | 0 | 111 | 100 | 11111 | 101001111 | 111 | 1000011 |
Color Harmonies of #B1A5AA
Complementary color
Monochromatic Colors of #B1A5AA
Black with #B1A5AA
Text Example
Text Example
White with #B1A5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A5AA; }
p { color: rgb(177,165,170); }
H1.HeaderClassName
{
color: #B1A5AA;
}
.AnyTagClassName
{
color: #B1A5AA;
}
</style>
background-color css
<style>
a { background-color: #B1A5AA; }
a { background-color: rgb(177,165,170); }
div.DivClassName
{
background-color: #B1A5AA;
}
.BgClassName
{
background-color: #B1A5AA;
}
</style>
border-color css
<style>
span { border-color: #B1A5AA; }
span { border-color: rgb(177,165,170); }
td.TdClassName
{
border-color: #B1A5AA;
}
.TagClassName
{
border-color: #B1A5AA;
}
</style>