Shades of Lily #BC90A8
Tints of Lily #BC90A8
RGB
CMYK
RGB Variations
Color information
#BC90A8 (or 0xBC90A8) is known color: Lily. HEX triplet: BC, 90 and A8. RGB value is (188,144,168). Sum of RGB (Red+Green+Blue) = 188+144+168=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC90A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC90A8 is #436F57. Grayscale: #9F9F9F. Windows color (decimal): -4419416 or 11047100. OLE color: 11047100.
HSL color Cylindrical-coordinate representation of color #BC90A8: hue angle of 327.27º 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 #BC90A8 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 168 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.26 |
| HSL | 327.27º | 0.25% | 0.65% | - |
| HSV(B) | 327.27º | 0.23% | 0.74% | - |
| XYZ | 37.78 | 33.47 | 41.51 | - |
| YUV | 159.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 168 | 0 | 0.23 | 0.11 | 0.26 | 327.27 | 0.25 | 0.65 |
| Hex | BC | 90 | A8 | 0 | 17 | B | 1A | 147 | 19 | 41 |
| Octal | 274 | 220 | 250 | 0 | 27 | 13 | 32 | 507 | 31 | 101 |
| Binary | 10111100 | 10010000 | 10101000 | 0 | 10111 | 1011 | 11010 | 101000111 | 11001 | 1000001 |
Color Harmonies of #BC90A8
Complementary color
Monochromatic Colors of #BC90A8
Black with #BC90A8
Text Example
Text Example
White with #BC90A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC90A8; }
p { color: rgb(188,144,168); }
H1.HeaderClassName
{
color: #BC90A8;
}
.AnyTagClassName
{
color: #BC90A8;
}
</style>
background-color css
<style>
a { background-color: #BC90A8; }
a { background-color: rgb(188,144,168); }
div.DivClassName
{
background-color: #BC90A8;
}
.BgClassName
{
background-color: #BC90A8;
}
</style>
border-color css
<style>
span { border-color: #BC90A8; }
span { border-color: rgb(188,144,168); }
td.TdClassName
{
border-color: #BC90A8;
}
.TagClassName
{
border-color: #BC90A8;
}
</style>