Shades of Lily #BD8CA9
Tints of Lily #BD8CA9
RGB
CMYK
RGB Variations
Color information
#BD8CA9 (or 0xBD8CA9) is known color: Lily. HEX triplet: BD, 8C and A9. RGB value is (189,140,169). Sum of RGB (Red+Green+Blue) = 189+140+169=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8CA9 is #427356. Grayscale: #9D9D9D. Windows color (decimal): -4354903 or 11111613. OLE color: 11111613.
HSL color Cylindrical-coordinate representation of color #BD8CA9: hue angle of 324.49º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD8CA9 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 140 | 169 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.26 |
| HSL | 324.49º | 0.27% | 0.65% | - |
| HSV(B) | 324.49º | 0.26% | 0.74% | - |
| XYZ | 37.53 | 32.44 | 41.82 | - |
| YUV | 157.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 169 | 0 | 0.26 | 0.11 | 0.26 | 324.49 | 0.27 | 0.65 |
| Hex | BD | 8C | A9 | 0 | 1A | B | 1A | 144 | 1B | 41 |
| Octal | 275 | 214 | 251 | 0 | 32 | 13 | 32 | 504 | 33 | 101 |
| Binary | 10111101 | 10001100 | 10101001 | 0 | 11010 | 1011 | 11010 | 101000100 | 11011 | 1000001 |
Color Harmonies of #BD8CA9
Complementary color
Monochromatic Colors of #BD8CA9
Black with #BD8CA9
Text Example
Text Example
White with #BD8CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8CA9; }
p { color: rgb(189,140,169); }
H1.HeaderClassName
{
color: #BD8CA9;
}
.AnyTagClassName
{
color: #BD8CA9;
}
</style>
background-color css
<style>
a { background-color: #BD8CA9; }
a { background-color: rgb(189,140,169); }
div.DivClassName
{
background-color: #BD8CA9;
}
.BgClassName
{
background-color: #BD8CA9;
}
</style>
border-color css
<style>
span { border-color: #BD8CA9; }
span { border-color: rgb(189,140,169); }
td.TdClassName
{
border-color: #BD8CA9;
}
.TagClassName
{
border-color: #BD8CA9;
}
</style>