Shades of Lily #B2A5AB
Tints of Lily #B2A5AB
RGB
CMYK
RGB Variations
Color information
#B2A5AB (or 0xB2A5AB) is known color: Lily. HEX triplet: B2, A5 and AB. RGB value is (178,165,171). Sum of RGB (Red+Green+Blue) = 178+165+171=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A5AB is #4D5A54. Grayscale: #A9A9A9. Windows color (decimal): -5069397 or 11249074. OLE color: 11249074.
HSL color Cylindrical-coordinate representation of color #B2A5AB: hue angle of 332.31º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2A5AB is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 165 | 171 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.30 |
| HSL | 332.31º | 0.08% | 0.67% | - |
| HSV(B) | 332.31º | 0.07% | 0.7% | - |
| XYZ | 39.17 | 39.32 | 44.05 | - |
| YUV | 169.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 165 | 171 | 0 | 0.07 | 0.04 | 0.30 | 332.31 | 0.08 | 0.67 |
| Hex | B2 | A5 | AB | 0 | 7 | 4 | 1E | 14C | 8 | 43 |
| Octal | 262 | 245 | 253 | 0 | 7 | 4 | 36 | 514 | 10 | 103 |
| Binary | 10110010 | 10100101 | 10101011 | 0 | 111 | 100 | 11110 | 101001100 | 1000 | 1000011 |
Color Harmonies of #B2A5AB
Complementary color
Monochromatic Colors of #B2A5AB
Black with #B2A5AB
Text Example
Text Example
White with #B2A5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A5AB; }
p { color: rgb(178,165,171); }
H1.HeaderClassName
{
color: #B2A5AB;
}
.AnyTagClassName
{
color: #B2A5AB;
}
</style>
background-color css
<style>
a { background-color: #B2A5AB; }
a { background-color: rgb(178,165,171); }
div.DivClassName
{
background-color: #B2A5AB;
}
.BgClassName
{
background-color: #B2A5AB;
}
</style>
border-color css
<style>
span { border-color: #B2A5AB; }
span { border-color: rgb(178,165,171); }
td.TdClassName
{
border-color: #B2A5AB;
}
.TagClassName
{
border-color: #B2A5AB;
}
</style>