Shades of Lily #B1AAAD
Tints of Lily #B1AAAD
RGB
CMYK
RGB Variations
Color information
#B1AAAD (or 0xB1AAAD) is known color: Lily. HEX triplet: B1, AA and AD. RGB value is (177,170,173). Sum of RGB (Red+Green+Blue) = 177+170+173=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AAAD is #4E5552. Grayscale: #ACACAC. Windows color (decimal): -5133651 or 11381425. OLE color: 11381425.
HSL color Cylindrical-coordinate representation of color #B1AAAD: hue angle of 334.29º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B1AAAD is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 173 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.31 |
| HSL | 334.29º | 0.04% | 0.68% | - |
| HSV(B) | 334.29º | 0.04% | 0.69% | - |
| XYZ | 40.05 | 41.11 | 45.36 | - |
| YUV | 172.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 173 | 0 | 0.04 | 0.02 | 0.31 | 334.29 | 0.04 | 0.68 |
| Hex | B1 | AA | AD | 0 | 4 | 2 | 1F | 14E | 4 | 44 |
| Octal | 261 | 252 | 255 | 0 | 4 | 2 | 37 | 516 | 4 | 104 |
| Binary | 10110001 | 10101010 | 10101101 | 0 | 100 | 10 | 11111 | 101001110 | 100 | 1000100 |
Color Harmonies of #B1AAAD
Complementary color
Monochromatic Colors of #B1AAAD
Black with #B1AAAD
Text Example
Text Example
White with #B1AAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AAAD; }
p { color: rgb(177,170,173); }
H1.HeaderClassName
{
color: #B1AAAD;
}
.AnyTagClassName
{
color: #B1AAAD;
}
</style>
background-color css
<style>
a { background-color: #B1AAAD; }
a { background-color: rgb(177,170,173); }
div.DivClassName
{
background-color: #B1AAAD;
}
.BgClassName
{
background-color: #B1AAAD;
}
</style>
border-color css
<style>
span { border-color: #B1AAAD; }
span { border-color: rgb(177,170,173); }
td.TdClassName
{
border-color: #B1AAAD;
}
.TagClassName
{
border-color: #B1AAAD;
}
</style>