Shades of Lily #B7A1AC
Tints of Lily #B7A1AC
RGB
CMYK
RGB Variations
Color information
#B7A1AC (or 0xB7A1AC) is known color: Lily. HEX triplet: B7, A1 and AC. RGB value is (183,161,172). Sum of RGB (Red+Green+Blue) = 183+161+172=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A1AC is #485E53. Grayscale: #A8A8A8. Windows color (decimal): -4742740 or 11313591. OLE color: 11313591.
HSL color Cylindrical-coordinate representation of color #B7A1AC: hue angle of 330º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7A1AC is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 161 | 172 | - |
CMYK | 0 | 0.12 | 0.06 | 0.28 |
HSL | 330º | 0.13% | 0.67% | - |
HSV(B) | 330º | 0.12% | 0.72% | - |
XYZ | 39.72 | 38.54 | 44.37 | - |
YUV | 168.83 | 129.79 | 138.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 161 | 172 | 0 | 0.12 | 0.06 | 0.28 | 330 | 0.13 | 0.67 |
Hex | B7 | A1 | AC | 0 | C | 6 | 1C | 14A | D | 43 |
Octal | 267 | 241 | 254 | 0 | 14 | 6 | 34 | 512 | 15 | 103 |
Binary | 10110111 | 10100001 | 10101100 | 0 | 1100 | 110 | 11100 | 101001010 | 1101 | 1000011 |
Color Harmonies of #B7A1AC
Complementary color
Monochromatic Colors of #B7A1AC
Black with #B7A1AC
Text Example
Text Example
White with #B7A1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A1AC; }
p { color: rgb(183,161,172); }
H1.HeaderClassName
{
color: #B7A1AC;
}
.AnyTagClassName
{
color: #B7A1AC;
}
</style>
background-color css
<style>
a { background-color: #B7A1AC; }
a { background-color: rgb(183,161,172); }
div.DivClassName
{
background-color: #B7A1AC;
}
.BgClassName
{
background-color: #B7A1AC;
}
</style>
border-color css
<style>
span { border-color: #B7A1AC; }
span { border-color: rgb(183,161,172); }
td.TdClassName
{
border-color: #B7A1AC;
}
.TagClassName
{
border-color: #B7A1AC;
}
</style>