Shades of Lily #BCA1B0
Tints of Lily #BCA1B0
RGB
CMYK
RGB Variations
Color information
#BCA1B0 (or 0xBCA1B0) is known color: Lily. HEX triplet: BC, A1 and B0. RGB value is (188,161,176). Sum of RGB (Red+Green+Blue) = 188+161+176=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA1B0 is #435E4F. Grayscale: #AAAAAA. Windows color (decimal): -4415056 or 11575740. OLE color: 11575740.
HSL color Cylindrical-coordinate representation of color #BCA1B0: hue angle of 326.67º 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 #BCA1B0 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 176 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.26 |
| HSL | 326.67º | 0.17% | 0.68% | - |
| HSV(B) | 326.67º | 0.14% | 0.74% | - |
| XYZ | 41.32 | 39.32 | 46.49 | - |
| YUV | 170.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 176 | 0 | 0.14 | 0.06 | 0.26 | 326.67 | 0.17 | 0.68 |
| Hex | BC | A1 | B0 | 0 | E | 6 | 1A | 147 | 11 | 44 |
| Octal | 274 | 241 | 260 | 0 | 16 | 6 | 32 | 507 | 21 | 104 |
| Binary | 10111100 | 10100001 | 10110000 | 0 | 1110 | 110 | 11010 | 101000111 | 10001 | 1000100 |
Color Harmonies of #BCA1B0
Complementary color
Monochromatic Colors of #BCA1B0
Black with #BCA1B0
Text Example
Text Example
White with #BCA1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA1B0; }
p { color: rgb(188,161,176); }
H1.HeaderClassName
{
color: #BCA1B0;
}
.AnyTagClassName
{
color: #BCA1B0;
}
</style>
background-color css
<style>
a { background-color: #BCA1B0; }
a { background-color: rgb(188,161,176); }
div.DivClassName
{
background-color: #BCA1B0;
}
.BgClassName
{
background-color: #BCA1B0;
}
</style>
border-color css
<style>
span { border-color: #BCA1B0; }
span { border-color: rgb(188,161,176); }
td.TdClassName
{
border-color: #BCA1B0;
}
.TagClassName
{
border-color: #BCA1B0;
}
</style>