Shades of Lily #B6A1AB
Tints of Lily #B6A1AB
RGB
CMYK
RGB Variations
Color information
#B6A1AB (or 0xB6A1AB) is known color: Lily. HEX triplet: B6, A1 and AB. RGB value is (182,161,171). Sum of RGB (Red+Green+Blue) = 182+161+171=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A1AB is #495E54. Grayscale: #A8A8A8. Windows color (decimal): -4808277 or 11248054. OLE color: 11248054.
HSL color Cylindrical-coordinate representation of color #B6A1AB: hue angle of 331.43º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6A1AB is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 161 | 171 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.29 |
| HSL | 331.43º | 0.13% | 0.67% | - |
| HSV(B) | 331.43º | 0.12% | 0.71% | - |
| XYZ | 39.39 | 38.38 | 43.86 | - |
| YUV | 168.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 161 | 171 | 0 | 0.12 | 0.06 | 0.29 | 331.43 | 0.13 | 0.67 |
| Hex | B6 | A1 | AB | 0 | C | 6 | 1D | 14B | D | 43 |
| Octal | 266 | 241 | 253 | 0 | 14 | 6 | 35 | 513 | 15 | 103 |
| Binary | 10110110 | 10100001 | 10101011 | 0 | 1100 | 110 | 11101 | 101001011 | 1101 | 1000011 |
Color Harmonies of #B6A1AB
Complementary color
Monochromatic Colors of #B6A1AB
Black with #B6A1AB
Text Example
Text Example
White with #B6A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A1AB; }
p { color: rgb(182,161,171); }
H1.HeaderClassName
{
color: #B6A1AB;
}
.AnyTagClassName
{
color: #B6A1AB;
}
</style>
background-color css
<style>
a { background-color: #B6A1AB; }
a { background-color: rgb(182,161,171); }
div.DivClassName
{
background-color: #B6A1AB;
}
.BgClassName
{
background-color: #B6A1AB;
}
</style>
border-color css
<style>
span { border-color: #B6A1AB; }
span { border-color: rgb(182,161,171); }
td.TdClassName
{
border-color: #B6A1AB;
}
.TagClassName
{
border-color: #B6A1AB;
}
</style>