Shades of Lily #B5A6AC
Tints of Lily #B5A6AC
RGB
CMYK
RGB Variations
Color information
#B5A6AC (or 0xB5A6AC) is known color: Lily. HEX triplet: B5, A6 and AC. RGB value is (181,166,172). Sum of RGB (Red+Green+Blue) = 181+166+172=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A6AC is #4A5953. Grayscale: #ABABAB. Windows color (decimal): -4872532 or 11314869. OLE color: 11314869.
HSL color Cylindrical-coordinate representation of color #B5A6AC: hue angle of 336º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5A6AC is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 166 | 172 | - |
CMYK | 0 | 0.08 | 0.05 | 0.29 |
HSL | 336º | 0.09% | 0.68% | - |
HSV(B) | 336º | 0.08% | 0.71% | - |
XYZ | 40.14 | 40.07 | 44.65 | - |
YUV | 171.17 | 128.47 | 135.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 166 | 172 | 0 | 0.08 | 0.05 | 0.29 | 336 | 0.09 | 0.68 |
Hex | B5 | A6 | AC | 0 | 8 | 5 | 1D | 150 | 9 | 44 |
Octal | 265 | 246 | 254 | 0 | 10 | 5 | 35 | 520 | 11 | 104 |
Binary | 10110101 | 10100110 | 10101100 | 0 | 1000 | 101 | 11101 | 101010000 | 1001 | 1000100 |
Color Harmonies of #B5A6AC
Complementary color
Monochromatic Colors of #B5A6AC
Black with #B5A6AC
Text Example
Text Example
White with #B5A6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A6AC; }
p { color: rgb(181,166,172); }
H1.HeaderClassName
{
color: #B5A6AC;
}
.AnyTagClassName
{
color: #B5A6AC;
}
</style>
background-color css
<style>
a { background-color: #B5A6AC; }
a { background-color: rgb(181,166,172); }
div.DivClassName
{
background-color: #B5A6AC;
}
.BgClassName
{
background-color: #B5A6AC;
}
</style>
border-color css
<style>
span { border-color: #B5A6AC; }
span { border-color: rgb(181,166,172); }
td.TdClassName
{
border-color: #B5A6AC;
}
.TagClassName
{
border-color: #B5A6AC;
}
</style>