Shades of Lily #B6A5AB
Tints of Lily #B6A5AB
RGB
CMYK
RGB Variations
Color information
#B6A5AB (or 0xB6A5AB) is known color: Lily. HEX triplet: B6, A5 and AB. RGB value is (182,165,171). Sum of RGB (Red+Green+Blue) = 182+165+171=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A5AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A5AB is #495A54. Grayscale: #AAAAAA. Windows color (decimal): -4807253 or 11249078. OLE color: 11249078.
HSL color Cylindrical-coordinate representation of color #B6A5AB: hue angle of 338.82º 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 #B6A5AB is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 165 | 171 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.29 |
| HSL | 338.82º | 0.1% | 0.68% | - |
| HSV(B) | 338.82º | 0.09% | 0.71% | - |
| XYZ | 40.1 | 39.8 | 44.1 | - |
| YUV | 170.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 165 | 171 | 0 | 0.09 | 0.06 | 0.29 | 338.82 | 0.1 | 0.68 |
| Hex | B6 | A5 | AB | 0 | 9 | 6 | 1D | 153 | A | 44 |
| Octal | 266 | 245 | 253 | 0 | 11 | 6 | 35 | 523 | 12 | 104 |
| Binary | 10110110 | 10100101 | 10101011 | 0 | 1001 | 110 | 11101 | 101010011 | 1010 | 1000100 |
Color Harmonies of #B6A5AB
Complementary color
Monochromatic Colors of #B6A5AB
Black with #B6A5AB
Text Example
Text Example
White with #B6A5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A5AB; }
p { color: rgb(182,165,171); }
H1.HeaderClassName
{
color: #B6A5AB;
}
.AnyTagClassName
{
color: #B6A5AB;
}
</style>
background-color css
<style>
a { background-color: #B6A5AB; }
a { background-color: rgb(182,165,171); }
div.DivClassName
{
background-color: #B6A5AB;
}
.BgClassName
{
background-color: #B6A5AB;
}
</style>
border-color css
<style>
span { border-color: #B6A5AB; }
span { border-color: rgb(182,165,171); }
td.TdClassName
{
border-color: #B6A5AB;
}
.TagClassName
{
border-color: #B6A5AB;
}
</style>