Shades of Lily #B3A5AD
Tints of Lily #B3A5AD
RGB
CMYK
RGB Variations
Color information
#B3A5AD (or 0xB3A5AD) is known color: Lily. HEX triplet: B3, A5 and AD. RGB value is (179,165,173). Sum of RGB (Red+Green+Blue) = 179+165+173=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A5AD is #4C5A52. Grayscale: #AAAAAA. Windows color (decimal): -5003859 or 11380147. OLE color: 11380147.
HSL color Cylindrical-coordinate representation of color #B3A5AD: hue angle of 325.71º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B3A5AD is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 165 | 173 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.30 |
| HSL | 325.71º | 0.08% | 0.67% | - |
| HSV(B) | 325.71º | 0.08% | 0.7% | - |
| XYZ | 39.59 | 39.51 | 45.08 | - |
| YUV | 170.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 165 | 173 | 0 | 0.08 | 0.03 | 0.30 | 325.71 | 0.08 | 0.67 |
| Hex | B3 | A5 | AD | 0 | 8 | 3 | 1E | 146 | 8 | 43 |
| Octal | 263 | 245 | 255 | 0 | 10 | 3 | 36 | 506 | 10 | 103 |
| Binary | 10110011 | 10100101 | 10101101 | 0 | 1000 | 11 | 11110 | 101000110 | 1000 | 1000011 |
Color Harmonies of #B3A5AD
Complementary color
Monochromatic Colors of #B3A5AD
Black with #B3A5AD
Text Example
Text Example
White with #B3A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A5AD; }
p { color: rgb(179,165,173); }
H1.HeaderClassName
{
color: #B3A5AD;
}
.AnyTagClassName
{
color: #B3A5AD;
}
</style>
background-color css
<style>
a { background-color: #B3A5AD; }
a { background-color: rgb(179,165,173); }
div.DivClassName
{
background-color: #B3A5AD;
}
.BgClassName
{
background-color: #B3A5AD;
}
</style>
border-color css
<style>
span { border-color: #B3A5AD; }
span { border-color: rgb(179,165,173); }
td.TdClassName
{
border-color: #B3A5AD;
}
.TagClassName
{
border-color: #B3A5AD;
}
</style>