Shades of Lily #B6A6AF
Tints of Lily #B6A6AF
RGB
CMYK
RGB Variations
Color information
#B6A6AF (or 0xB6A6AF) is known color: Lily. HEX triplet: B6, A6 and AF. RGB value is (182,166,175). Sum of RGB (Red+Green+Blue) = 182+166+175=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A6AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A6AF is #495950. Grayscale: #ABABAB. Windows color (decimal): -4806993 or 11511478. OLE color: 11511478.
HSL color Cylindrical-coordinate representation of color #B6A6AF: hue angle of 326.25º 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 #B6A6AF is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 166 | 175 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.29 |
| HSL | 326.25º | 0.1% | 0.68% | - |
| HSV(B) | 326.25º | 0.09% | 0.71% | - |
| XYZ | 40.67 | 40.31 | 46.2 | - |
| YUV | 171.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 166 | 175 | 0 | 0.09 | 0.04 | 0.29 | 326.25 | 0.1 | 0.68 |
| Hex | B6 | A6 | AF | 0 | 9 | 4 | 1D | 146 | A | 44 |
| Octal | 266 | 246 | 257 | 0 | 11 | 4 | 35 | 506 | 12 | 104 |
| Binary | 10110110 | 10100110 | 10101111 | 0 | 1001 | 100 | 11101 | 101000110 | 1010 | 1000100 |
Color Harmonies of #B6A6AF
Complementary color
Monochromatic Colors of #B6A6AF
Black with #B6A6AF
Text Example
Text Example
White with #B6A6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A6AF; }
p { color: rgb(182,166,175); }
H1.HeaderClassName
{
color: #B6A6AF;
}
.AnyTagClassName
{
color: #B6A6AF;
}
</style>
background-color css
<style>
a { background-color: #B6A6AF; }
a { background-color: rgb(182,166,175); }
div.DivClassName
{
background-color: #B6A6AF;
}
.BgClassName
{
background-color: #B6A6AF;
}
</style>
border-color css
<style>
span { border-color: #B6A6AF; }
span { border-color: rgb(182,166,175); }
td.TdClassName
{
border-color: #B6A6AF;
}
.TagClassName
{
border-color: #B6A6AF;
}
</style>