Shades of Lily #B3A6AA
Tints of Lily #B3A6AA
RGB
CMYK
RGB Variations
Color information
#B3A6AA (or 0xB3A6AA) is known color: Lily. HEX triplet: B3, A6 and AA. RGB value is (179,166,170). Sum of RGB (Red+Green+Blue) = 179+166+170=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A6AA is #4C5955. Grayscale: #AAAAAA. Windows color (decimal): -5003606 or 11183795. OLE color: 11183795.
HSL color Cylindrical-coordinate representation of color #B3A6AA: hue angle of 341.54º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3A6AA is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 166 | 170 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.30 |
| HSL | 341.54º | 0.08% | 0.68% | - |
| HSV(B) | 341.54º | 0.07% | 0.7% | - |
| XYZ | 39.48 | 39.76 | 43.62 | - |
| YUV | 170.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 166 | 170 | 0 | 0.07 | 0.05 | 0.30 | 341.54 | 0.08 | 0.68 |
| Hex | B3 | A6 | AA | 0 | 7 | 5 | 1E | 156 | 8 | 44 |
| Octal | 263 | 246 | 252 | 0 | 7 | 5 | 36 | 526 | 10 | 104 |
| Binary | 10110011 | 10100110 | 10101010 | 0 | 111 | 101 | 11110 | 101010110 | 1000 | 1000100 |
Color Harmonies of #B3A6AA
Complementary color
Monochromatic Colors of #B3A6AA
Black with #B3A6AA
Text Example
Text Example
White with #B3A6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A6AA; }
p { color: rgb(179,166,170); }
H1.HeaderClassName
{
color: #B3A6AA;
}
.AnyTagClassName
{
color: #B3A6AA;
}
</style>
background-color css
<style>
a { background-color: #B3A6AA; }
a { background-color: rgb(179,166,170); }
div.DivClassName
{
background-color: #B3A6AA;
}
.BgClassName
{
background-color: #B3A6AA;
}
</style>
border-color css
<style>
span { border-color: #B3A6AA; }
span { border-color: rgb(179,166,170); }
td.TdClassName
{
border-color: #B3A6AA;
}
.TagClassName
{
border-color: #B3A6AA;
}
</style>