Shades of Lily #B2A1A9
Tints of Lily #B2A1A9
RGB
CMYK
RGB Variations
Color information
#B2A1A9 (or 0xB2A1A9) is known color: Lily. HEX triplet: B2, A1 and A9. RGB value is (178,161,169). Sum of RGB (Red+Green+Blue) = 178+161+169=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A1A9 is #4D5E56. Grayscale: #A6A6A6. Windows color (decimal): -5070423 or 11116978. OLE color: 11116978.
HSL color Cylindrical-coordinate representation of color #B2A1A9: hue angle of 331.76º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2A1A9 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 161 | 169 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.30 |
| HSL | 331.76º | 0.1% | 0.66% | - |
| HSV(B) | 331.76º | 0.1% | 0.7% | - |
| XYZ | 38.27 | 37.82 | 42.82 | - |
| YUV | 167 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 161 | 169 | 0 | 0.10 | 0.05 | 0.30 | 331.76 | 0.1 | 0.66 |
| Hex | B2 | A1 | A9 | 0 | A | 5 | 1E | 14C | A | 42 |
| Octal | 262 | 241 | 251 | 0 | 12 | 5 | 36 | 514 | 12 | 102 |
| Binary | 10110010 | 10100001 | 10101001 | 0 | 1010 | 101 | 11110 | 101001100 | 1010 | 1000010 |
Color Harmonies of #B2A1A9
Complementary color
Monochromatic Colors of #B2A1A9
Black with #B2A1A9
Text Example
Text Example
White with #B2A1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A1A9; }
p { color: rgb(178,161,169); }
H1.HeaderClassName
{
color: #B2A1A9;
}
.AnyTagClassName
{
color: #B2A1A9;
}
</style>
background-color css
<style>
a { background-color: #B2A1A9; }
a { background-color: rgb(178,161,169); }
div.DivClassName
{
background-color: #B2A1A9;
}
.BgClassName
{
background-color: #B2A1A9;
}
</style>
border-color css
<style>
span { border-color: #B2A1A9; }
span { border-color: rgb(178,161,169); }
td.TdClassName
{
border-color: #B2A1A9;
}
.TagClassName
{
border-color: #B2A1A9;
}
</style>