Shades of Lily #BCA0AD
Tints of Lily #BCA0AD
RGB
CMYK
RGB Variations
Color information
#BCA0AD (or 0xBCA0AD) is known color: Lily. HEX triplet: BC, A0 and AD. RGB value is (188,160,173). Sum of RGB (Red+Green+Blue) = 188+160+173=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA0AD is #435F52. Grayscale: #A9A9A9. Windows color (decimal): -4415315 or 11378876. OLE color: 11378876.
HSL color Cylindrical-coordinate representation of color #BCA0AD: hue angle of 332.14º 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 #BCA0AD is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 173 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.26 |
| HSL | 332.14º | 0.17% | 0.68% | - |
| HSV(B) | 332.14º | 0.15% | 0.74% | - |
| XYZ | 40.85 | 38.85 | 44.88 | - |
| YUV | 169.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 173 | 0 | 0.15 | 0.08 | 0.26 | 332.14 | 0.17 | 0.68 |
| Hex | BC | A0 | AD | 0 | F | 8 | 1A | 14C | 11 | 44 |
| Octal | 274 | 240 | 255 | 0 | 17 | 10 | 32 | 514 | 21 | 104 |
| Binary | 10111100 | 10100000 | 10101101 | 0 | 1111 | 1000 | 11010 | 101001100 | 10001 | 1000100 |
Color Harmonies of #BCA0AD
Complementary color
Monochromatic Colors of #BCA0AD
Black with #BCA0AD
Text Example
Text Example
White with #BCA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA0AD; }
p { color: rgb(188,160,173); }
H1.HeaderClassName
{
color: #BCA0AD;
}
.AnyTagClassName
{
color: #BCA0AD;
}
</style>
background-color css
<style>
a { background-color: #BCA0AD; }
a { background-color: rgb(188,160,173); }
div.DivClassName
{
background-color: #BCA0AD;
}
.BgClassName
{
background-color: #BCA0AD;
}
</style>
border-color css
<style>
span { border-color: #BCA0AD; }
span { border-color: rgb(188,160,173); }
td.TdClassName
{
border-color: #BCA0AD;
}
.TagClassName
{
border-color: #BCA0AD;
}
</style>