Shades of Lily #B49EA8
Tints of Lily #B49EA8
RGB
CMYK
RGB Variations
Color information
#B49EA8 (or 0xB49EA8) is known color: Lily. HEX triplet: B4, 9E and A8. RGB value is (180,158,168). Sum of RGB (Red+Green+Blue) = 180+158+168=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 180 - color contains mainly: red. Hex color #B49EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49EA8 is #4B6157. Grayscale: #A5A5A5. Windows color (decimal): -4940120 or 11050676. OLE color: 11050676.
HSL color Cylindrical-coordinate representation of color #B49EA8: hue angle of 332.73º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B49EA8 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 168 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.29 |
| HSL | 332.73º | 0.13% | 0.66% | - |
| HSV(B) | 332.73º | 0.12% | 0.71% | - |
| XYZ | 38.12 | 36.98 | 42.18 | - |
| YUV | 165.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 168 | 0 | 0.12 | 0.07 | 0.29 | 332.73 | 0.13 | 0.66 |
| Hex | B4 | 9E | A8 | 0 | C | 7 | 1D | 14D | D | 42 |
| Octal | 264 | 236 | 250 | 0 | 14 | 7 | 35 | 515 | 15 | 102 |
| Binary | 10110100 | 10011110 | 10101000 | 0 | 1100 | 111 | 11101 | 101001101 | 1101 | 1000010 |
Color Harmonies of #B49EA8
Complementary color
Monochromatic Colors of #B49EA8
Black with #B49EA8
Text Example
Text Example
White with #B49EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49EA8; }
p { color: rgb(180,158,168); }
H1.HeaderClassName
{
color: #B49EA8;
}
.AnyTagClassName
{
color: #B49EA8;
}
</style>
background-color css
<style>
a { background-color: #B49EA8; }
a { background-color: rgb(180,158,168); }
div.DivClassName
{
background-color: #B49EA8;
}
.BgClassName
{
background-color: #B49EA8;
}
</style>
border-color css
<style>
span { border-color: #B49EA8; }
span { border-color: rgb(180,158,168); }
td.TdClassName
{
border-color: #B49EA8;
}
.TagClassName
{
border-color: #B49EA8;
}
</style>