Shades of Lily #B7A2AC
Tints of Lily #B7A2AC
RGB
CMYK
RGB Variations
Color information
#B7A2AC (or 0xB7A2AC) is known color: Lily. HEX triplet: B7, A2 and AC. RGB value is (183,162,172). Sum of RGB (Red+Green+Blue) = 183+162+172=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A2AC is #485D53. Grayscale: #A9A9A9. Windows color (decimal): -4742484 or 11313847. OLE color: 11313847.
HSL color Cylindrical-coordinate representation of color #B7A2AC: hue angle of 331.43º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7A2AC is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 162 | 172 | - |
CMYK | 0 | 0.11 | 0.06 | 0.28 |
HSL | 331.43º | 0.13% | 0.68% | - |
HSV(B) | 331.43º | 0.11% | 0.72% | - |
XYZ | 39.9 | 38.89 | 44.43 | - |
YUV | 169.42 | 129.46 | 137.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 162 | 172 | 0 | 0.11 | 0.06 | 0.28 | 331.43 | 0.13 | 0.68 |
Hex | B7 | A2 | AC | 0 | B | 6 | 1C | 14B | D | 44 |
Octal | 267 | 242 | 254 | 0 | 13 | 6 | 34 | 513 | 15 | 104 |
Binary | 10110111 | 10100010 | 10101100 | 0 | 1011 | 110 | 11100 | 101001011 | 1101 | 1000100 |
Color Harmonies of #B7A2AC
Complementary color
Monochromatic Colors of #B7A2AC
Black with #B7A2AC
Text Example
Text Example
White with #B7A2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A2AC; }
p { color: rgb(183,162,172); }
H1.HeaderClassName
{
color: #B7A2AC;
}
.AnyTagClassName
{
color: #B7A2AC;
}
</style>
background-color css
<style>
a { background-color: #B7A2AC; }
a { background-color: rgb(183,162,172); }
div.DivClassName
{
background-color: #B7A2AC;
}
.BgClassName
{
background-color: #B7A2AC;
}
</style>
border-color css
<style>
span { border-color: #B7A2AC; }
span { border-color: rgb(183,162,172); }
td.TdClassName
{
border-color: #B7A2AC;
}
.TagClassName
{
border-color: #B7A2AC;
}
</style>