Shades of Lily #B6A6AD
Tints of Lily #B6A6AD
RGB
CMYK
RGB Variations
Color information
#B6A6AD (or 0xB6A6AD) is known color: Lily. HEX triplet: B6, A6 and AD. RGB value is (182,166,173). Sum of RGB (Red+Green+Blue) = 182+166+173=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A6AD is #495952. Grayscale: #ABABAB. Windows color (decimal): -4806995 or 11380406. OLE color: 11380406.
HSL color Cylindrical-coordinate representation of color #B6A6AD: hue angle of 333.75º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B6A6AD is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 166 | 173 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.29 |
| HSL | 333.75º | 0.1% | 0.68% | - |
| HSV(B) | 333.75º | 0.09% | 0.71% | - |
| XYZ | 40.47 | 40.23 | 45.17 | - |
| YUV | 171.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 166 | 173 | 0 | 0.09 | 0.05 | 0.29 | 333.75 | 0.1 | 0.68 |
| Hex | B6 | A6 | AD | 0 | 9 | 5 | 1D | 14E | A | 44 |
| Octal | 266 | 246 | 255 | 0 | 11 | 5 | 35 | 516 | 12 | 104 |
| Binary | 10110110 | 10100110 | 10101101 | 0 | 1001 | 101 | 11101 | 101001110 | 1010 | 1000100 |
Color Harmonies of #B6A6AD
Complementary color
Monochromatic Colors of #B6A6AD
Black with #B6A6AD
Text Example
Text Example
White with #B6A6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A6AD; }
p { color: rgb(182,166,173); }
H1.HeaderClassName
{
color: #B6A6AD;
}
.AnyTagClassName
{
color: #B6A6AD;
}
</style>
background-color css
<style>
a { background-color: #B6A6AD; }
a { background-color: rgb(182,166,173); }
div.DivClassName
{
background-color: #B6A6AD;
}
.BgClassName
{
background-color: #B6A6AD;
}
</style>
border-color css
<style>
span { border-color: #B6A6AD; }
span { border-color: rgb(182,166,173); }
td.TdClassName
{
border-color: #B6A6AD;
}
.TagClassName
{
border-color: #B6A6AD;
}
</style>