Shades of Lily #B7A5B0
Tints of Lily #B7A5B0
RGB
CMYK
RGB Variations
Color information
#B7A5B0 (or 0xB7A5B0) is known color: Lily. HEX triplet: B7, A5 and B0. RGB value is (183,165,176). Sum of RGB (Red+Green+Blue) = 183+165+176=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A5B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A5B0 is #485A4F. Grayscale: #ABABAB. Windows color (decimal): -4741712 or 11576759. OLE color: 11576759.
HSL color Cylindrical-coordinate representation of color #B7A5B0: hue angle of 323.33º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7A5B0 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 176 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.28 |
| HSL | 323.33º | 0.11% | 0.68% | - |
| HSV(B) | 323.33º | 0.1% | 0.72% | - |
| XYZ | 40.82 | 40.11 | 46.67 | - |
| YUV | 171.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 176 | 0 | 0.10 | 0.04 | 0.28 | 323.33 | 0.11 | 0.68 |
| Hex | B7 | A5 | B0 | 0 | A | 4 | 1C | 143 | B | 44 |
| Octal | 267 | 245 | 260 | 0 | 12 | 4 | 34 | 503 | 13 | 104 |
| Binary | 10110111 | 10100101 | 10110000 | 0 | 1010 | 100 | 11100 | 101000011 | 1011 | 1000100 |
Color Harmonies of #B7A5B0
Complementary color
Monochromatic Colors of #B7A5B0
Black with #B7A5B0
Text Example
Text Example
White with #B7A5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A5B0; }
p { color: rgb(183,165,176); }
H1.HeaderClassName
{
color: #B7A5B0;
}
.AnyTagClassName
{
color: #B7A5B0;
}
</style>
background-color css
<style>
a { background-color: #B7A5B0; }
a { background-color: rgb(183,165,176); }
div.DivClassName
{
background-color: #B7A5B0;
}
.BgClassName
{
background-color: #B7A5B0;
}
</style>
border-color css
<style>
span { border-color: #B7A5B0; }
span { border-color: rgb(183,165,176); }
td.TdClassName
{
border-color: #B7A5B0;
}
.TagClassName
{
border-color: #B7A5B0;
}
</style>