Shades of Lily #BCA0AF
Tints of Lily #BCA0AF
RGB
CMYK
RGB Variations
Color information
#BCA0AF (or 0xBCA0AF) is known color: Lily. HEX triplet: BC, A0 and AF. RGB value is (188,160,175). Sum of RGB (Red+Green+Blue) = 188+160+175=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA0AF is #435F50. Grayscale: #AAAAAA. Windows color (decimal): -4415313 or 11509948. OLE color: 11509948.
HSL color Cylindrical-coordinate representation of color #BCA0AF: hue angle of 327.86º 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 #BCA0AF is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 175 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.26 |
| HSL | 327.86º | 0.17% | 0.68% | - |
| HSV(B) | 327.86º | 0.15% | 0.74% | - |
| XYZ | 41.05 | 38.93 | 45.91 | - |
| YUV | 170.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 175 | 0 | 0.15 | 0.07 | 0.26 | 327.86 | 0.17 | 0.68 |
| Hex | BC | A0 | AF | 0 | F | 7 | 1A | 148 | 11 | 44 |
| Octal | 274 | 240 | 257 | 0 | 17 | 7 | 32 | 510 | 21 | 104 |
| Binary | 10111100 | 10100000 | 10101111 | 0 | 1111 | 111 | 11010 | 101001000 | 10001 | 1000100 |
Color Harmonies of #BCA0AF
Complementary color
Monochromatic Colors of #BCA0AF
Black with #BCA0AF
Text Example
Text Example
White with #BCA0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA0AF; }
p { color: rgb(188,160,175); }
H1.HeaderClassName
{
color: #BCA0AF;
}
.AnyTagClassName
{
color: #BCA0AF;
}
</style>
background-color css
<style>
a { background-color: #BCA0AF; }
a { background-color: rgb(188,160,175); }
div.DivClassName
{
background-color: #BCA0AF;
}
.BgClassName
{
background-color: #BCA0AF;
}
</style>
border-color css
<style>
span { border-color: #BCA0AF; }
span { border-color: rgb(188,160,175); }
td.TdClassName
{
border-color: #BCA0AF;
}
.TagClassName
{
border-color: #BCA0AF;
}
</style>