Shades of Lily #BD88A9
Tints of Lily #BD88A9
RGB
CMYK
RGB Variations
Color information
#BD88A9 (or 0xBD88A9) is known color: Lily. HEX triplet: BD, 88 and A9. RGB value is (189,136,169). Sum of RGB (Red+Green+Blue) = 189+136+169=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD88A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD88A9 is #427756. Grayscale: #9B9B9B. Windows color (decimal): -4355927 or 11110589. OLE color: 11110589.
HSL color Cylindrical-coordinate representation of color #BD88A9: hue angle of 322.64º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD88A9 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 169 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.26 |
| HSL | 322.64º | 0.29% | 0.64% | - |
| HSV(B) | 322.64º | 0.28% | 0.74% | - |
| XYZ | 36.95 | 31.29 | 41.63 | - |
| YUV | 155.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 169 | 0 | 0.28 | 0.11 | 0.26 | 322.64 | 0.29 | 0.64 |
| Hex | BD | 88 | A9 | 0 | 1C | B | 1A | 143 | 1D | 40 |
| Octal | 275 | 210 | 251 | 0 | 34 | 13 | 32 | 503 | 35 | 100 |
| Binary | 10111101 | 10001000 | 10101001 | 0 | 11100 | 1011 | 11010 | 101000011 | 11101 | 1000000 |
Color Harmonies of #BD88A9
Complementary color
Monochromatic Colors of #BD88A9
Black with #BD88A9
Text Example
Text Example
White with #BD88A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD88A9; }
p { color: rgb(189,136,169); }
H1.HeaderClassName
{
color: #BD88A9;
}
.AnyTagClassName
{
color: #BD88A9;
}
</style>
background-color css
<style>
a { background-color: #BD88A9; }
a { background-color: rgb(189,136,169); }
div.DivClassName
{
background-color: #BD88A9;
}
.BgClassName
{
background-color: #BD88A9;
}
</style>
border-color css
<style>
span { border-color: #BD88A9; }
span { border-color: rgb(189,136,169); }
td.TdClassName
{
border-color: #BD88A9;
}
.TagClassName
{
border-color: #BD88A9;
}
</style>