Shades of Lily #B8ABAF
Tints of Lily #B8ABAF
RGB
CMYK
RGB Variations
Color information
#B8ABAF (or 0xB8ABAF) is known color: Lily. HEX triplet: B8, AB and AF. RGB value is (184,171,175). Sum of RGB (Red+Green+Blue) = 184+171+175=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ABAF is #475450. Grayscale: #AFAFAF. Windows color (decimal): -4674641 or 11512760. OLE color: 11512760.
HSL color Cylindrical-coordinate representation of color #B8ABAF: hue angle of 341.54º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B8ABAF is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 175 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.28 |
| HSL | 341.54º | 0.08% | 0.7% | - |
| HSV(B) | 341.54º | 0.07% | 0.72% | - |
| XYZ | 42.07 | 42.41 | 46.53 | - |
| YUV | 175.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 175 | 0 | 0.07 | 0.05 | 0.28 | 341.54 | 0.08 | 0.7 |
| Hex | B8 | AB | AF | 0 | 7 | 5 | 1C | 156 | 8 | 46 |
| Octal | 270 | 253 | 257 | 0 | 7 | 5 | 34 | 526 | 10 | 106 |
| Binary | 10111000 | 10101011 | 10101111 | 0 | 111 | 101 | 11100 | 101010110 | 1000 | 1000110 |
Color Harmonies of #B8ABAF
Complementary color
Monochromatic Colors of #B8ABAF
Black with #B8ABAF
Text Example
Text Example
White with #B8ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ABAF; }
p { color: rgb(184,171,175); }
H1.HeaderClassName
{
color: #B8ABAF;
}
.AnyTagClassName
{
color: #B8ABAF;
}
</style>
background-color css
<style>
a { background-color: #B8ABAF; }
a { background-color: rgb(184,171,175); }
div.DivClassName
{
background-color: #B8ABAF;
}
.BgClassName
{
background-color: #B8ABAF;
}
</style>
border-color css
<style>
span { border-color: #B8ABAF; }
span { border-color: rgb(184,171,175); }
td.TdClassName
{
border-color: #B8ABAF;
}
.TagClassName
{
border-color: #B8ABAF;
}
</style>