Shades of Lily #B6A3B1
Tints of Lily #B6A3B1
RGB
CMYK
RGB Variations
Color information
#B6A3B1 (or 0xB6A3B1) is known color: Lily. HEX triplet: B6, A3 and B1. RGB value is (182,163,177). Sum of RGB (Red+Green+Blue) = 182+163+177=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A3B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A3B1 is #495C4E. Grayscale: #AAAAAA. Windows color (decimal): -4807759 or 11641782. OLE color: 11641782.
HSL color Cylindrical-coordinate representation of color #B6A3B1: hue angle of 315.79º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6A3B1 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 163 | 177 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.29 |
| HSL | 315.79º | 0.12% | 0.68% | - |
| HSV(B) | 315.79º | 0.1% | 0.71% | - |
| XYZ | 40.32 | 39.31 | 47.06 | - |
| YUV | 170.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 163 | 177 | 0 | 0.10 | 0.03 | 0.29 | 315.79 | 0.12 | 0.68 |
| Hex | B6 | A3 | B1 | 0 | A | 3 | 1D | 13C | C | 44 |
| Octal | 266 | 243 | 261 | 0 | 12 | 3 | 35 | 474 | 14 | 104 |
| Binary | 10110110 | 10100011 | 10110001 | 0 | 1010 | 11 | 11101 | 100111100 | 1100 | 1000100 |
Color Harmonies of #B6A3B1
Complementary color
Monochromatic Colors of #B6A3B1
Black with #B6A3B1
Text Example
Text Example
White with #B6A3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A3B1; }
p { color: rgb(182,163,177); }
H1.HeaderClassName
{
color: #B6A3B1;
}
.AnyTagClassName
{
color: #B6A3B1;
}
</style>
background-color css
<style>
a { background-color: #B6A3B1; }
a { background-color: rgb(182,163,177); }
div.DivClassName
{
background-color: #B6A3B1;
}
.BgClassName
{
background-color: #B6A3B1;
}
</style>
border-color css
<style>
span { border-color: #B6A3B1; }
span { border-color: rgb(182,163,177); }
td.TdClassName
{
border-color: #B6A3B1;
}
.TagClassName
{
border-color: #B6A3B1;
}
</style>