Shades of Lily #B6A8AD
Tints of Lily #B6A8AD
RGB
CMYK
RGB Variations
Color information
#B6A8AD (or 0xB6A8AD) is known color: Lily. HEX triplet: B6, A8 and AD. RGB value is (182,168,173). Sum of RGB (Red+Green+Blue) = 182+168+173=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A8AD is #495752. Grayscale: #ACACAC. Windows color (decimal): -4806483 or 11380918. OLE color: 11380918.
HSL color Cylindrical-coordinate representation of color #B6A8AD: hue angle of 338.57º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B6A8AD is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 168 | 173 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.29 |
| HSL | 338.57º | 0.09% | 0.69% | - |
| HSV(B) | 338.57º | 0.08% | 0.71% | - |
| XYZ | 40.84 | 40.97 | 45.29 | - |
| YUV | 172.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 173 | 0 | 0.08 | 0.05 | 0.29 | 338.57 | 0.09 | 0.69 |
| Hex | B6 | A8 | AD | 0 | 8 | 5 | 1D | 153 | 9 | 45 |
| Octal | 266 | 250 | 255 | 0 | 10 | 5 | 35 | 523 | 11 | 105 |
| Binary | 10110110 | 10101000 | 10101101 | 0 | 1000 | 101 | 11101 | 101010011 | 1001 | 1000101 |
Color Harmonies of #B6A8AD
Complementary color
Monochromatic Colors of #B6A8AD
Black with #B6A8AD
Text Example
Text Example
White with #B6A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A8AD; }
p { color: rgb(182,168,173); }
H1.HeaderClassName
{
color: #B6A8AD;
}
.AnyTagClassName
{
color: #B6A8AD;
}
</style>
background-color css
<style>
a { background-color: #B6A8AD; }
a { background-color: rgb(182,168,173); }
div.DivClassName
{
background-color: #B6A8AD;
}
.BgClassName
{
background-color: #B6A8AD;
}
</style>
border-color css
<style>
span { border-color: #B6A8AD; }
span { border-color: rgb(182,168,173); }
td.TdClassName
{
border-color: #B6A8AD;
}
.TagClassName
{
border-color: #B6A8AD;
}
</style>