Shades of Lily #B5ABAF
Tints of Lily #B5ABAF
RGB
CMYK
RGB Variations
Color information
#B5ABAF (or 0xB5ABAF) is known color: Lily. HEX triplet: B5, AB and AF. RGB value is (181,171,175). Sum of RGB (Red+Green+Blue) = 181+171+175=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ABAF is #4A5450. Grayscale: #AEAEAE. Windows color (decimal): -4871249 or 11512757. OLE color: 11512757.
HSL color Cylindrical-coordinate representation of color #B5ABAF: hue angle of 336º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5ABAF is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 171 | 175 | - |
CMYK | 0 | 0.06 | 0.03 | 0.29 |
HSL | 336º | 0.06% | 0.69% | - |
HSV(B) | 336º | 0.06% | 0.71% | - |
XYZ | 41.36 | 42.04 | 46.49 | - |
YUV | 174.45 | 128.31 | 132.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 171 | 175 | 0 | 0.06 | 0.03 | 0.29 | 336 | 0.06 | 0.69 |
Hex | B5 | AB | AF | 0 | 6 | 3 | 1D | 150 | 6 | 45 |
Octal | 265 | 253 | 257 | 0 | 6 | 3 | 35 | 520 | 6 | 105 |
Binary | 10110101 | 10101011 | 10101111 | 0 | 110 | 11 | 11101 | 101010000 | 110 | 1000101 |
Color Harmonies of #B5ABAF
Complementary color
Monochromatic Colors of #B5ABAF
Black with #B5ABAF
Text Example
Text Example
White with #B5ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ABAF; }
p { color: rgb(181,171,175); }
H1.HeaderClassName
{
color: #B5ABAF;
}
.AnyTagClassName
{
color: #B5ABAF;
}
</style>
background-color css
<style>
a { background-color: #B5ABAF; }
a { background-color: rgb(181,171,175); }
div.DivClassName
{
background-color: #B5ABAF;
}
.BgClassName
{
background-color: #B5ABAF;
}
</style>
border-color css
<style>
span { border-color: #B5ABAF; }
span { border-color: rgb(181,171,175); }
td.TdClassName
{
border-color: #B5ABAF;
}
.TagClassName
{
border-color: #B5ABAF;
}
</style>