Shades of Lily #B7A0A8
Tints of Lily #B7A0A8
RGB
CMYK
RGB Variations
Color information
#B7A0A8 (or 0xB7A0A8) is known color: Lily. HEX triplet: B7, A0 and A8. RGB value is (183,160,168). Sum of RGB (Red+Green+Blue) = 183+160+168=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A0A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A0A8 is #485F57. Grayscale: #A7A7A7. Windows color (decimal): -4743000 or 11051191. OLE color: 11051191.
HSL color Cylindrical-coordinate representation of color #B7A0A8: hue angle of 339.13º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7A0A8 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 160 | 168 | - |
CMYK | 0 | 0.13 | 0.08 | 0.28 |
HSL | 339.13º | 0.14% | 0.67% | - |
HSV(B) | 339.13º | 0.13% | 0.72% | - |
XYZ | 39.17 | 38.04 | 42.32 | - |
YUV | 167.79 | 128.12 | 138.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 160 | 168 | 0 | 0.13 | 0.08 | 0.28 | 339.13 | 0.14 | 0.67 |
Hex | B7 | A0 | A8 | 0 | D | 8 | 1C | 153 | E | 43 |
Octal | 267 | 240 | 250 | 0 | 15 | 10 | 34 | 523 | 16 | 103 |
Binary | 10110111 | 10100000 | 10101000 | 0 | 1101 | 1000 | 11100 | 101010011 | 1110 | 1000011 |
Color Harmonies of #B7A0A8
Complementary color
Monochromatic Colors of #B7A0A8
Black with #B7A0A8
Text Example
Text Example
White with #B7A0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A0A8; }
p { color: rgb(183,160,168); }
H1.HeaderClassName
{
color: #B7A0A8;
}
.AnyTagClassName
{
color: #B7A0A8;
}
</style>
background-color css
<style>
a { background-color: #B7A0A8; }
a { background-color: rgb(183,160,168); }
div.DivClassName
{
background-color: #B7A0A8;
}
.BgClassName
{
background-color: #B7A0A8;
}
</style>
border-color css
<style>
span { border-color: #B7A0A8; }
span { border-color: rgb(183,160,168); }
td.TdClassName
{
border-color: #B7A0A8;
}
.TagClassName
{
border-color: #B7A0A8;
}
</style>