Shades of Lily #B6A2AD
Tints of Lily #B6A2AD
RGB
CMYK
RGB Variations
Color information
#B6A2AD (or 0xB6A2AD) is known color: Lily. HEX triplet: B6, A2 and AD. RGB value is (182,162,173). Sum of RGB (Red+Green+Blue) = 182+162+173=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A2AD is #495D52. Grayscale: #A9A9A9. Windows color (decimal): -4808019 or 11379382. OLE color: 11379382.
HSL color Cylindrical-coordinate representation of color #B6A2AD: hue angle of 327º 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 #B6A2AD is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
RGB | 182 | 162 | 173 | - |
CMYK | 0 | 0.11 | 0.05 | 0.29 |
HSL | 327º | 0.12% | 0.67% | - |
HSV(B) | 327º | 0.11% | 0.71% | - |
XYZ | 39.75 | 38.8 | 44.93 | - |
YUV | 169.23 | 130.13 | 137.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 162 | 173 | 0 | 0.11 | 0.05 | 0.29 | 327 | 0.12 | 0.67 |
Hex | B6 | A2 | AD | 0 | B | 5 | 1D | 147 | C | 43 |
Octal | 266 | 242 | 255 | 0 | 13 | 5 | 35 | 507 | 14 | 103 |
Binary | 10110110 | 10100010 | 10101101 | 0 | 1011 | 101 | 11101 | 101000111 | 1100 | 1000011 |
Color Harmonies of #B6A2AD
Complementary color
Monochromatic Colors of #B6A2AD
Black with #B6A2AD
Text Example
Text Example
White with #B6A2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A2AD; }
p { color: rgb(182,162,173); }
H1.HeaderClassName
{
color: #B6A2AD;
}
.AnyTagClassName
{
color: #B6A2AD;
}
</style>
background-color css
<style>
a { background-color: #B6A2AD; }
a { background-color: rgb(182,162,173); }
div.DivClassName
{
background-color: #B6A2AD;
}
.BgClassName
{
background-color: #B6A2AD;
}
</style>
border-color css
<style>
span { border-color: #B6A2AD; }
span { border-color: rgb(182,162,173); }
td.TdClassName
{
border-color: #B6A2AD;
}
.TagClassName
{
border-color: #B6A2AD;
}
</style>