Shades of Lily #BC9DA9
Tints of Lily #BC9DA9
RGB
CMYK
RGB Variations
Color information
#BC9DA9 (or 0xBC9DA9) is known color: Lily. HEX triplet: BC, 9D and A9. RGB value is (188,157,169). Sum of RGB (Red+Green+Blue) = 188+157+169=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9DA9 is #436256. Grayscale: #A7A7A7. Windows color (decimal): -4416087 or 11115964. OLE color: 11115964.
HSL color Cylindrical-coordinate representation of color #BC9DA9: hue angle of 336.77º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BC9DA9 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 169 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.26 |
| HSL | 336.77º | 0.19% | 0.68% | - |
| HSV(B) | 336.77º | 0.16% | 0.74% | - |
| XYZ | 39.96 | 37.67 | 42.7 | - |
| YUV | 167.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 169 | 0 | 0.16 | 0.10 | 0.26 | 336.77 | 0.19 | 0.68 |
| Hex | BC | 9D | A9 | 0 | 10 | A | 1A | 151 | 13 | 44 |
| Octal | 274 | 235 | 251 | 0 | 20 | 12 | 32 | 521 | 23 | 104 |
| Binary | 10111100 | 10011101 | 10101001 | 0 | 10000 | 1010 | 11010 | 101010001 | 10011 | 1000100 |
Color Harmonies of #BC9DA9
Complementary color
Monochromatic Colors of #BC9DA9
Black with #BC9DA9
Text Example
Text Example
White with #BC9DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9DA9; }
p { color: rgb(188,157,169); }
H1.HeaderClassName
{
color: #BC9DA9;
}
.AnyTagClassName
{
color: #BC9DA9;
}
</style>
background-color css
<style>
a { background-color: #BC9DA9; }
a { background-color: rgb(188,157,169); }
div.DivClassName
{
background-color: #BC9DA9;
}
.BgClassName
{
background-color: #BC9DA9;
}
</style>
border-color css
<style>
span { border-color: #BC9DA9; }
span { border-color: rgb(188,157,169); }
td.TdClassName
{
border-color: #BC9DA9;
}
.TagClassName
{
border-color: #BC9DA9;
}
</style>