Shades of Lily #BCA5AD
Tints of Lily #BCA5AD
RGB
CMYK
RGB Variations
Color information
#BCA5AD (or 0xBCA5AD) is known color: Lily. HEX triplet: BC, A5 and AD. RGB value is (188,165,173). Sum of RGB (Red+Green+Blue) = 188+165+173=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA5AD is #435A52. Grayscale: #ACACAC. Windows color (decimal): -4414035 or 11380156. OLE color: 11380156.
HSL color Cylindrical-coordinate representation of color #BCA5AD: hue angle of 339.13º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCA5AD is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 173 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.26 |
| HSL | 339.13º | 0.15% | 0.69% | - |
| HSV(B) | 339.13º | 0.12% | 0.74% | - |
| XYZ | 41.74 | 40.62 | 45.18 | - |
| YUV | 172.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 173 | 0 | 0.12 | 0.08 | 0.26 | 339.13 | 0.15 | 0.69 |
| Hex | BC | A5 | AD | 0 | C | 8 | 1A | 153 | F | 45 |
| Octal | 274 | 245 | 255 | 0 | 14 | 10 | 32 | 523 | 17 | 105 |
| Binary | 10111100 | 10100101 | 10101101 | 0 | 1100 | 1000 | 11010 | 101010011 | 1111 | 1000101 |
Color Harmonies of #BCA5AD
Complementary color
Monochromatic Colors of #BCA5AD
Black with #BCA5AD
Text Example
Text Example
White with #BCA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA5AD; }
p { color: rgb(188,165,173); }
H1.HeaderClassName
{
color: #BCA5AD;
}
.AnyTagClassName
{
color: #BCA5AD;
}
</style>
background-color css
<style>
a { background-color: #BCA5AD; }
a { background-color: rgb(188,165,173); }
div.DivClassName
{
background-color: #BCA5AD;
}
.BgClassName
{
background-color: #BCA5AD;
}
</style>
border-color css
<style>
span { border-color: #BCA5AD; }
span { border-color: rgb(188,165,173); }
td.TdClassName
{
border-color: #BCA5AD;
}
.TagClassName
{
border-color: #BCA5AD;
}
</style>