Shades of Lily #B2A0AA
Tints of Lily #B2A0AA
RGB
CMYK
RGB Variations
Color information
#B2A0AA (or 0xB2A0AA) is known color: Lily. HEX triplet: B2, A0 and AA. RGB value is (178,160,170). Sum of RGB (Red+Green+Blue) = 178+160+170=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A0AA is #4D5F55. Grayscale: #A6A6A6. Windows color (decimal): -5070678 or 11182258. OLE color: 11182258.
HSL color Cylindrical-coordinate representation of color #B2A0AA: hue angle of 326.67º 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 #B2A0AA is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 170 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.30 |
| HSL | 326.67º | 0.1% | 0.66% | - |
| HSV(B) | 326.67º | 0.1% | 0.7% | - |
| XYZ | 38.19 | 37.51 | 43.26 | - |
| YUV | 166.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 170 | 0 | 0.10 | 0.04 | 0.30 | 326.67 | 0.1 | 0.66 |
| Hex | B2 | A0 | AA | 0 | A | 4 | 1E | 147 | A | 42 |
| Octal | 262 | 240 | 252 | 0 | 12 | 4 | 36 | 507 | 12 | 102 |
| Binary | 10110010 | 10100000 | 10101010 | 0 | 1010 | 100 | 11110 | 101000111 | 1010 | 1000010 |
Color Harmonies of #B2A0AA
Complementary color
Monochromatic Colors of #B2A0AA
Black with #B2A0AA
Text Example
Text Example
White with #B2A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A0AA; }
p { color: rgb(178,160,170); }
H1.HeaderClassName
{
color: #B2A0AA;
}
.AnyTagClassName
{
color: #B2A0AA;
}
</style>
background-color css
<style>
a { background-color: #B2A0AA; }
a { background-color: rgb(178,160,170); }
div.DivClassName
{
background-color: #B2A0AA;
}
.BgClassName
{
background-color: #B2A0AA;
}
</style>
border-color css
<style>
span { border-color: #B2A0AA; }
span { border-color: rgb(178,160,170); }
td.TdClassName
{
border-color: #B2A0AA;
}
.TagClassName
{
border-color: #B2A0AA;
}
</style>