Shades of Lily #B88DA5
Tints of Lily #B88DA5
RGB
CMYK
RGB Variations
Color information
#B88DA5 (or 0xB88DA5) is known color: Lily. HEX triplet: B8, 8D and A5. RGB value is (184,141,165). Sum of RGB (Red+Green+Blue) = 184+141+165=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B88DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88DA5 is #47725A. Grayscale: #9C9C9C. Windows color (decimal): -4682331 or 10849720. OLE color: 10849720.
HSL color Cylindrical-coordinate representation of color #B88DA5: hue angle of 326.51º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B88DA5 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 141 | 165 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.28 |
| HSL | 326.51º | 0.23% | 0.64% | - |
| HSV(B) | 326.51º | 0.23% | 0.72% | - |
| XYZ | 36.08 | 31.96 | 39.86 | - |
| YUV | 156.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 141 | 165 | 0 | 0.23 | 0.10 | 0.28 | 326.51 | 0.23 | 0.64 |
| Hex | B8 | 8D | A5 | 0 | 17 | A | 1C | 147 | 17 | 40 |
| Octal | 270 | 215 | 245 | 0 | 27 | 12 | 34 | 507 | 27 | 100 |
| Binary | 10111000 | 10001101 | 10100101 | 0 | 10111 | 1010 | 11100 | 101000111 | 10111 | 1000000 |
Color Harmonies of #B88DA5
Complementary color
Monochromatic Colors of #B88DA5
Black with #B88DA5
Text Example
Text Example
White with #B88DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88DA5; }
p { color: rgb(184,141,165); }
H1.HeaderClassName
{
color: #B88DA5;
}
.AnyTagClassName
{
color: #B88DA5;
}
</style>
background-color css
<style>
a { background-color: #B88DA5; }
a { background-color: rgb(184,141,165); }
div.DivClassName
{
background-color: #B88DA5;
}
.BgClassName
{
background-color: #B88DA5;
}
</style>
border-color css
<style>
span { border-color: #B88DA5; }
span { border-color: rgb(184,141,165); }
td.TdClassName
{
border-color: #B88DA5;
}
.TagClassName
{
border-color: #B88DA5;
}
</style>