Shades of Lily #B7ACAF
Tints of Lily #B7ACAF
RGB
CMYK
RGB Variations
Color information
#B7ACAF (or 0xB7ACAF) is known color: Lily. HEX triplet: B7, AC and AF. RGB value is (183,172,175). Sum of RGB (Red+Green+Blue) = 183+172+175=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ACAF is #485350. Grayscale: #AFAFAF. Windows color (decimal): -4739921 or 11513015. OLE color: 11513015.
HSL color Cylindrical-coordinate representation of color #B7ACAF: hue angle of 343.64º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B7ACAF is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 172 | 175 | - |
CMYK | 0 | 0.06 | 0.04 | 0.28 |
HSL | 343.64º | 0.07% | 0.7% | - |
HSV(B) | 343.64º | 0.06% | 0.72% | - |
XYZ | 42.02 | 42.67 | 46.58 | - |
YUV | 175.63 | 127.64 | 133.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 172 | 175 | 0 | 0.06 | 0.04 | 0.28 | 343.64 | 0.07 | 0.7 |
Hex | B7 | AC | AF | 0 | 6 | 4 | 1C | 158 | 7 | 46 |
Octal | 267 | 254 | 257 | 0 | 6 | 4 | 34 | 530 | 7 | 106 |
Binary | 10110111 | 10101100 | 10101111 | 0 | 110 | 100 | 11100 | 101011000 | 111 | 1000110 |
Color Harmonies of #B7ACAF
Complementary color
Monochromatic Colors of #B7ACAF
Black with #B7ACAF
Text Example
Text Example
White with #B7ACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ACAF; }
p { color: rgb(183,172,175); }
H1.HeaderClassName
{
color: #B7ACAF;
}
.AnyTagClassName
{
color: #B7ACAF;
}
</style>
background-color css
<style>
a { background-color: #B7ACAF; }
a { background-color: rgb(183,172,175); }
div.DivClassName
{
background-color: #B7ACAF;
}
.BgClassName
{
background-color: #B7ACAF;
}
</style>
border-color css
<style>
span { border-color: #B7ACAF; }
span { border-color: rgb(183,172,175); }
td.TdClassName
{
border-color: #B7ACAF;
}
.TagClassName
{
border-color: #B7ACAF;
}
</style>