Shades of Lily #B1ABAF
Tints of Lily #B1ABAF
RGB
CMYK
RGB Variations
Color information
#B1ABAF (or 0xB1ABAF) is known color: Lily. HEX triplet: B1, AB and AF. RGB value is (177,171,175). Sum of RGB (Red+Green+Blue) = 177+171+175=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ABAF is #4E5450. Grayscale: #ADADAD. Windows color (decimal): -5133393 or 11512753. OLE color: 11512753.
HSL color Cylindrical-coordinate representation of color #B1ABAF: hue angle of 320º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B1ABAF is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
RGB | 177 | 171 | 175 | - |
CMYK | 0 | 0.03 | 0.01 | 0.31 |
HSL | 320º | 0.04% | 0.68% | - |
HSV(B) | 320º | 0.03% | 0.69% | - |
XYZ | 40.43 | 41.57 | 46.45 | - |
YUV | 173.25 | 128.99 | 130.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 177 | 171 | 175 | 0 | 0.03 | 0.01 | 0.31 | 320 | 0.04 | 0.68 |
Hex | B1 | AB | AF | 0 | 3 | 1 | 1F | 140 | 4 | 44 |
Octal | 261 | 253 | 257 | 0 | 3 | 1 | 37 | 500 | 4 | 104 |
Binary | 10110001 | 10101011 | 10101111 | 0 | 11 | 1 | 11111 | 101000000 | 100 | 1000100 |
Color Harmonies of #B1ABAF
Complementary color
Monochromatic Colors of #B1ABAF
Black with #B1ABAF
Text Example
Text Example
White with #B1ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ABAF; }
p { color: rgb(177,171,175); }
H1.HeaderClassName
{
color: #B1ABAF;
}
.AnyTagClassName
{
color: #B1ABAF;
}
</style>
background-color css
<style>
a { background-color: #B1ABAF; }
a { background-color: rgb(177,171,175); }
div.DivClassName
{
background-color: #B1ABAF;
}
.BgClassName
{
background-color: #B1ABAF;
}
</style>
border-color css
<style>
span { border-color: #B1ABAF; }
span { border-color: rgb(177,171,175); }
td.TdClassName
{
border-color: #B1ABAF;
}
.TagClassName
{
border-color: #B1ABAF;
}
</style>