Shades of Lily #BC90A7
Tints of Lily #BC90A7
RGB
CMYK
RGB Variations
Color information
#BC90A7 (or 0xBC90A7) is known color: Lily. HEX triplet: BC, 90 and A7. RGB value is (188,144,167). Sum of RGB (Red+Green+Blue) = 188+144+167=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BC90A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC90A7 is #436F58. Grayscale: #9F9F9F. Windows color (decimal): -4419417 or 10981564. OLE color: 10981564.
HSL color Cylindrical-coordinate representation of color #BC90A7: hue angle of 328.64º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC90A7 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 167 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.26 |
| HSL | 328.64º | 0.25% | 0.65% | - |
| HSV(B) | 328.64º | 0.23% | 0.74% | - |
| XYZ | 37.69 | 33.43 | 41.03 | - |
| YUV | 159.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 167 | 0 | 0.23 | 0.11 | 0.26 | 328.64 | 0.25 | 0.65 |
| Hex | BC | 90 | A7 | 0 | 17 | B | 1A | 149 | 19 | 41 |
| Octal | 274 | 220 | 247 | 0 | 27 | 13 | 32 | 511 | 31 | 101 |
| Binary | 10111100 | 10010000 | 10100111 | 0 | 10111 | 1011 | 11010 | 101001001 | 11001 | 1000001 |
Color Harmonies of #BC90A7
Complementary color
Monochromatic Colors of #BC90A7
Black with #BC90A7
Text Example
Text Example
White with #BC90A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC90A7; }
p { color: rgb(188,144,167); }
H1.HeaderClassName
{
color: #BC90A7;
}
.AnyTagClassName
{
color: #BC90A7;
}
</style>
background-color css
<style>
a { background-color: #BC90A7; }
a { background-color: rgb(188,144,167); }
div.DivClassName
{
background-color: #BC90A7;
}
.BgClassName
{
background-color: #BC90A7;
}
</style>
border-color css
<style>
span { border-color: #BC90A7; }
span { border-color: rgb(188,144,167); }
td.TdClassName
{
border-color: #BC90A7;
}
.TagClassName
{
border-color: #BC90A7;
}
</style>