Shades of Lily #BCA0AA
Tints of Lily #BCA0AA
RGB
CMYK
RGB Variations
Color information
#BCA0AA (or 0xBCA0AA) is known color: Lily. HEX triplet: BC, A0 and AA. RGB value is (188,160,170). Sum of RGB (Red+Green+Blue) = 188+160+170=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA0AA is #435F55. Grayscale: #A9A9A9. Windows color (decimal): -4415318 or 11182268. OLE color: 11182268.
HSL color Cylindrical-coordinate representation of color #BCA0AA: hue angle of 338.57º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCA0AA is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 170 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.26 |
| HSL | 338.57º | 0.17% | 0.68% | - |
| HSV(B) | 338.57º | 0.15% | 0.74% | - |
| XYZ | 40.57 | 38.74 | 43.37 | - |
| YUV | 169.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 170 | 0 | 0.15 | 0.10 | 0.26 | 338.57 | 0.17 | 0.68 |
| Hex | BC | A0 | AA | 0 | F | A | 1A | 153 | 11 | 44 |
| Octal | 274 | 240 | 252 | 0 | 17 | 12 | 32 | 523 | 21 | 104 |
| Binary | 10111100 | 10100000 | 10101010 | 0 | 1111 | 1010 | 11010 | 101010011 | 10001 | 1000100 |
Color Harmonies of #BCA0AA
Complementary color
Monochromatic Colors of #BCA0AA
Black with #BCA0AA
Text Example
Text Example
White with #BCA0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA0AA; }
p { color: rgb(188,160,170); }
H1.HeaderClassName
{
color: #BCA0AA;
}
.AnyTagClassName
{
color: #BCA0AA;
}
</style>
background-color css
<style>
a { background-color: #BCA0AA; }
a { background-color: rgb(188,160,170); }
div.DivClassName
{
background-color: #BCA0AA;
}
.BgClassName
{
background-color: #BCA0AA;
}
</style>
border-color css
<style>
span { border-color: #BCA0AA; }
span { border-color: rgb(188,160,170); }
td.TdClassName
{
border-color: #BCA0AA;
}
.TagClassName
{
border-color: #BCA0AA;
}
</style>