Shades of Lily #B1A3AC
Tints of Lily #B1A3AC
RGB
CMYK
RGB Variations
Color information
#B1A3AC (or 0xB1A3AC) is known color: Lily. HEX triplet: B1, A3 and AC. RGB value is (177,163,172). Sum of RGB (Red+Green+Blue) = 177+163+172=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A3AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A3AC is #4E5C53. Grayscale: #A8A8A8. Windows color (decimal): -5135444 or 11314097. OLE color: 11314097.
HSL color Cylindrical-coordinate representation of color #B1A3AC: hue angle of 321.43º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1A3AC is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 172 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.31 |
| HSL | 321.43º | 0.08% | 0.67% | - |
| HSV(B) | 321.43º | 0.08% | 0.69% | - |
| XYZ | 38.68 | 38.52 | 44.43 | - |
| YUV | 168.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 172 | 0 | 0.08 | 0.03 | 0.31 | 321.43 | 0.08 | 0.67 |
| Hex | B1 | A3 | AC | 0 | 8 | 3 | 1F | 141 | 8 | 43 |
| Octal | 261 | 243 | 254 | 0 | 10 | 3 | 37 | 501 | 10 | 103 |
| Binary | 10110001 | 10100011 | 10101100 | 0 | 1000 | 11 | 11111 | 101000001 | 1000 | 1000011 |
Color Harmonies of #B1A3AC
Complementary color
Monochromatic Colors of #B1A3AC
Black with #B1A3AC
Text Example
Text Example
White with #B1A3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A3AC; }
p { color: rgb(177,163,172); }
H1.HeaderClassName
{
color: #B1A3AC;
}
.AnyTagClassName
{
color: #B1A3AC;
}
</style>
background-color css
<style>
a { background-color: #B1A3AC; }
a { background-color: rgb(177,163,172); }
div.DivClassName
{
background-color: #B1A3AC;
}
.BgClassName
{
background-color: #B1A3AC;
}
</style>
border-color css
<style>
span { border-color: #B1A3AC; }
span { border-color: rgb(177,163,172); }
td.TdClassName
{
border-color: #B1A3AC;
}
.TagClassName
{
border-color: #B1A3AC;
}
</style>