Shades of Lily #B6A2B1
Tints of Lily #B6A2B1
RGB
CMYK
RGB Variations
Color information
#B6A2B1 (or 0xB6A2B1) is known color: Lily. HEX triplet: B6, A2 and B1. RGB value is (182,162,177). Sum of RGB (Red+Green+Blue) = 182+162+177=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A2B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A2B1 is #495D4E. Grayscale: #A9A9A9. Windows color (decimal): -4808015 or 11641526. OLE color: 11641526.
HSL color Cylindrical-coordinate representation of color #B6A2B1: hue angle of 315º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6A2B1 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 162 | 177 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.29 |
| HSL | 315º | 0.12% | 0.67% | - |
| HSV(B) | 315º | 0.11% | 0.71% | - |
| XYZ | 40.15 | 38.96 | 47 | - |
| YUV | 169.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 162 | 177 | 0 | 0.11 | 0.03 | 0.29 | 315 | 0.12 | 0.67 |
| Hex | B6 | A2 | B1 | 0 | B | 3 | 1D | 13B | C | 43 |
| Octal | 266 | 242 | 261 | 0 | 13 | 3 | 35 | 473 | 14 | 103 |
| Binary | 10110110 | 10100010 | 10110001 | 0 | 1011 | 11 | 11101 | 100111011 | 1100 | 1000011 |
Color Harmonies of #B6A2B1
Complementary color
Monochromatic Colors of #B6A2B1
Black with #B6A2B1
Text Example
Text Example
White with #B6A2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A2B1; }
p { color: rgb(182,162,177); }
H1.HeaderClassName
{
color: #B6A2B1;
}
.AnyTagClassName
{
color: #B6A2B1;
}
</style>
background-color css
<style>
a { background-color: #B6A2B1; }
a { background-color: rgb(182,162,177); }
div.DivClassName
{
background-color: #B6A2B1;
}
.BgClassName
{
background-color: #B6A2B1;
}
</style>
border-color css
<style>
span { border-color: #B6A2B1; }
span { border-color: rgb(182,162,177); }
td.TdClassName
{
border-color: #B6A2B1;
}
.TagClassName
{
border-color: #B6A2B1;
}
</style>