Shades of Lily #B2A7AD
Tints of Lily #B2A7AD
RGB
CMYK
RGB Variations
Color information
#B2A7AD (or 0xB2A7AD) is known color: Lily. HEX triplet: B2, A7 and AD. RGB value is (178,167,173). Sum of RGB (Red+Green+Blue) = 178+167+173=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A7AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A7AD is #4D5852. Grayscale: #AAAAAA. Windows color (decimal): -5068883 or 11380658. OLE color: 11380658.
HSL color Cylindrical-coordinate representation of color #B2A7AD: hue angle of 327.27º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2A7AD is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 167 | 173 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.30 |
| HSL | 327.27º | 0.07% | 0.68% | - |
| HSV(B) | 327.27º | 0.06% | 0.7% | - |
| XYZ | 39.72 | 40.12 | 45.19 | - |
| YUV | 170.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 167 | 173 | 0 | 0.06 | 0.03 | 0.30 | 327.27 | 0.07 | 0.68 |
| Hex | B2 | A7 | AD | 0 | 6 | 3 | 1E | 147 | 7 | 44 |
| Octal | 262 | 247 | 255 | 0 | 6 | 3 | 36 | 507 | 7 | 104 |
| Binary | 10110010 | 10100111 | 10101101 | 0 | 110 | 11 | 11110 | 101000111 | 111 | 1000100 |
Color Harmonies of #B2A7AD
Complementary color
Monochromatic Colors of #B2A7AD
Black with #B2A7AD
Text Example
Text Example
White with #B2A7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A7AD; }
p { color: rgb(178,167,173); }
H1.HeaderClassName
{
color: #B2A7AD;
}
.AnyTagClassName
{
color: #B2A7AD;
}
</style>
background-color css
<style>
a { background-color: #B2A7AD; }
a { background-color: rgb(178,167,173); }
div.DivClassName
{
background-color: #B2A7AD;
}
.BgClassName
{
background-color: #B2A7AD;
}
</style>
border-color css
<style>
span { border-color: #B2A7AD; }
span { border-color: rgb(178,167,173); }
td.TdClassName
{
border-color: #B2A7AD;
}
.TagClassName
{
border-color: #B2A7AD;
}
</style>