Shades of Lily #BCA9B1
Tints of Lily #BCA9B1
RGB
CMYK
RGB Variations
Color information
#BCA9B1 (or 0xBCA9B1) is known color: Lily. HEX triplet: BC, A9 and B1. RGB value is (188,169,177). Sum of RGB (Red+Green+Blue) = 188+169+177=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA9B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA9B1 is #43564E. Grayscale: #AFAFAF. Windows color (decimal): -4413007 or 11643324. OLE color: 11643324.
HSL color Cylindrical-coordinate representation of color #BCA9B1: hue angle of 334.74º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCA9B1 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 169 | 177 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.26 |
| HSL | 334.74º | 0.12% | 0.7% | - |
| HSV(B) | 334.74º | 0.1% | 0.74% | - |
| XYZ | 42.86 | 42.24 | 47.49 | - |
| YUV | 175.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 169 | 177 | 0 | 0.10 | 0.06 | 0.26 | 334.74 | 0.12 | 0.7 |
| Hex | BC | A9 | B1 | 0 | A | 6 | 1A | 14F | C | 46 |
| Octal | 274 | 251 | 261 | 0 | 12 | 6 | 32 | 517 | 14 | 106 |
| Binary | 10111100 | 10101001 | 10110001 | 0 | 1010 | 110 | 11010 | 101001111 | 1100 | 1000110 |
Color Harmonies of #BCA9B1
Complementary color
Monochromatic Colors of #BCA9B1
Black with #BCA9B1
Text Example
Text Example
White with #BCA9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA9B1; }
p { color: rgb(188,169,177); }
H1.HeaderClassName
{
color: #BCA9B1;
}
.AnyTagClassName
{
color: #BCA9B1;
}
</style>
background-color css
<style>
a { background-color: #BCA9B1; }
a { background-color: rgb(188,169,177); }
div.DivClassName
{
background-color: #BCA9B1;
}
.BgClassName
{
background-color: #BCA9B1;
}
</style>
border-color css
<style>
span { border-color: #BCA9B1; }
span { border-color: rgb(188,169,177); }
td.TdClassName
{
border-color: #BCA9B1;
}
.TagClassName
{
border-color: #BCA9B1;
}
</style>