Shades of Lily #B5ACAF
Tints of Lily #B5ACAF
RGB
CMYK
RGB Variations
Color information
#B5ACAF (or 0xB5ACAF) is known color: Lily. HEX triplet: B5, AC and AF. RGB value is (181,172,175). Sum of RGB (Red+Green+Blue) = 181+172+175=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ACAF is #4A5350. Grayscale: #AFAFAF. Windows color (decimal): -4870993 or 11513013. OLE color: 11513013.
HSL color Cylindrical-coordinate representation of color #B5ACAF: hue angle of 340º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B5ACAF is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 172 | 175 | - |
CMYK | 0 | 0.05 | 0.03 | 0.29 |
HSL | 340º | 0.06% | 0.69% | - |
HSV(B) | 340º | 0.05% | 0.71% | - |
XYZ | 41.55 | 42.42 | 46.56 | - |
YUV | 175.03 | 127.98 | 132.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 172 | 175 | 0 | 0.05 | 0.03 | 0.29 | 340 | 0.06 | 0.69 |
Hex | B5 | AC | AF | 0 | 5 | 3 | 1D | 154 | 6 | 45 |
Octal | 265 | 254 | 257 | 0 | 5 | 3 | 35 | 524 | 6 | 105 |
Binary | 10110101 | 10101100 | 10101111 | 0 | 101 | 11 | 11101 | 101010100 | 110 | 1000101 |
Color Harmonies of #B5ACAF
Complementary color
Monochromatic Colors of #B5ACAF
Black with #B5ACAF
Text Example
Text Example
White with #B5ACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ACAF; }
p { color: rgb(181,172,175); }
H1.HeaderClassName
{
color: #B5ACAF;
}
.AnyTagClassName
{
color: #B5ACAF;
}
</style>
background-color css
<style>
a { background-color: #B5ACAF; }
a { background-color: rgb(181,172,175); }
div.DivClassName
{
background-color: #B5ACAF;
}
.BgClassName
{
background-color: #B5ACAF;
}
</style>
border-color css
<style>
span { border-color: #B5ACAF; }
span { border-color: rgb(181,172,175); }
td.TdClassName
{
border-color: #B5ACAF;
}
.TagClassName
{
border-color: #B5ACAF;
}
</style>