Shades of Lily #BCA1AF
Tints of Lily #BCA1AF
RGB
CMYK
RGB Variations
Color information
#BCA1AF (or 0xBCA1AF) is known color: Lily. HEX triplet: BC, A1 and AF. RGB value is (188,161,175). Sum of RGB (Red+Green+Blue) = 188+161+175=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA1AF is #435E50. Grayscale: #AAAAAA. Windows color (decimal): -4415057 or 11510204. OLE color: 11510204.
HSL color Cylindrical-coordinate representation of color #BCA1AF: hue angle of 328.89º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCA1AF is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 175 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.26 |
| HSL | 328.89º | 0.17% | 0.68% | - |
| HSV(B) | 328.89º | 0.14% | 0.74% | - |
| XYZ | 41.22 | 39.28 | 45.97 | - |
| YUV | 170.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 175 | 0 | 0.14 | 0.07 | 0.26 | 328.89 | 0.17 | 0.68 |
| Hex | BC | A1 | AF | 0 | E | 7 | 1A | 149 | 11 | 44 |
| Octal | 274 | 241 | 257 | 0 | 16 | 7 | 32 | 511 | 21 | 104 |
| Binary | 10111100 | 10100001 | 10101111 | 0 | 1110 | 111 | 11010 | 101001001 | 10001 | 1000100 |
Color Harmonies of #BCA1AF
Complementary color
Monochromatic Colors of #BCA1AF
Black with #BCA1AF
Text Example
Text Example
White with #BCA1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA1AF; }
p { color: rgb(188,161,175); }
H1.HeaderClassName
{
color: #BCA1AF;
}
.AnyTagClassName
{
color: #BCA1AF;
}
</style>
background-color css
<style>
a { background-color: #BCA1AF; }
a { background-color: rgb(188,161,175); }
div.DivClassName
{
background-color: #BCA1AF;
}
.BgClassName
{
background-color: #BCA1AF;
}
</style>
border-color css
<style>
span { border-color: #BCA1AF; }
span { border-color: rgb(188,161,175); }
td.TdClassName
{
border-color: #BCA1AF;
}
.TagClassName
{
border-color: #BCA1AF;
}
</style>