Shades of Lily #B2AAAD
Tints of Lily #B2AAAD
RGB
CMYK
RGB Variations
Color information
#B2AAAD (or 0xB2AAAD) is known color: Lily. HEX triplet: B2, AA and AD. RGB value is (178,170,173). Sum of RGB (Red+Green+Blue) = 178+170+173=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AAAD is #4D5552. Grayscale: #ACACAC. Windows color (decimal): -5068115 or 11381426. OLE color: 11381426.
HSL color Cylindrical-coordinate representation of color #B2AAAD: hue angle of 337.5º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B2AAAD is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 173 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.30 |
| HSL | 337.5º | 0.05% | 0.68% | - |
| HSV(B) | 337.5º | 0.04% | 0.7% | - |
| XYZ | 40.28 | 41.23 | 45.37 | - |
| YUV | 172.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 173 | 0 | 0.04 | 0.03 | 0.30 | 337.5 | 0.05 | 0.68 |
| Hex | B2 | AA | AD | 0 | 4 | 3 | 1E | 152 | 5 | 44 |
| Octal | 262 | 252 | 255 | 0 | 4 | 3 | 36 | 522 | 5 | 104 |
| Binary | 10110010 | 10101010 | 10101101 | 0 | 100 | 11 | 11110 | 101010010 | 101 | 1000100 |
Color Harmonies of #B2AAAD
Complementary color
Monochromatic Colors of #B2AAAD
Black with #B2AAAD
Text Example
Text Example
White with #B2AAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AAAD; }
p { color: rgb(178,170,173); }
H1.HeaderClassName
{
color: #B2AAAD;
}
.AnyTagClassName
{
color: #B2AAAD;
}
</style>
background-color css
<style>
a { background-color: #B2AAAD; }
a { background-color: rgb(178,170,173); }
div.DivClassName
{
background-color: #B2AAAD;
}
.BgClassName
{
background-color: #B2AAAD;
}
</style>
border-color css
<style>
span { border-color: #B2AAAD; }
span { border-color: rgb(178,170,173); }
td.TdClassName
{
border-color: #B2AAAD;
}
.TagClassName
{
border-color: #B2AAAD;
}
</style>