Shades of Lily #B5A3AC
Tints of Lily #B5A3AC
RGB
CMYK
RGB Variations
Color information
#B5A3AC (or 0xB5A3AC) is known color: Lily. HEX triplet: B5, A3 and AC. RGB value is (181,163,172). Sum of RGB (Red+Green+Blue) = 181+163+172=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A3AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A3AC is #4A5C53. Grayscale: #A9A9A9. Windows color (decimal): -4873300 or 11314101. OLE color: 11314101.
HSL color Cylindrical-coordinate representation of color #B5A3AC: hue angle of 330º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5A3AC is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 163 | 172 | - |
CMYK | 0 | 0.10 | 0.05 | 0.29 |
HSL | 330º | 0.11% | 0.67% | - |
HSV(B) | 330º | 0.1% | 0.71% | - |
XYZ | 39.6 | 39 | 44.47 | - |
YUV | 169.41 | 129.46 | 136.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 163 | 172 | 0 | 0.10 | 0.05 | 0.29 | 330 | 0.11 | 0.67 |
Hex | B5 | A3 | AC | 0 | A | 5 | 1D | 14A | B | 43 |
Octal | 265 | 243 | 254 | 0 | 12 | 5 | 35 | 512 | 13 | 103 |
Binary | 10110101 | 10100011 | 10101100 | 0 | 1010 | 101 | 11101 | 101001010 | 1011 | 1000011 |
Color Harmonies of #B5A3AC
Complementary color
Monochromatic Colors of #B5A3AC
Black with #B5A3AC
Text Example
Text Example
White with #B5A3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A3AC; }
p { color: rgb(181,163,172); }
H1.HeaderClassName
{
color: #B5A3AC;
}
.AnyTagClassName
{
color: #B5A3AC;
}
</style>
background-color css
<style>
a { background-color: #B5A3AC; }
a { background-color: rgb(181,163,172); }
div.DivClassName
{
background-color: #B5A3AC;
}
.BgClassName
{
background-color: #B5A3AC;
}
</style>
border-color css
<style>
span { border-color: #B5A3AC; }
span { border-color: rgb(181,163,172); }
td.TdClassName
{
border-color: #B5A3AC;
}
.TagClassName
{
border-color: #B5A3AC;
}
</style>