Shades of Lily #BCA6B1
Tints of Lily #BCA6B1
RGB
CMYK
RGB Variations
Color information
#BCA6B1 (or 0xBCA6B1) is known color: Lily. HEX triplet: BC, A6 and B1. RGB value is (188,166,177). Sum of RGB (Red+Green+Blue) = 188+166+177=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA6B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA6B1 is #43594E. Grayscale: #ADADAD. Windows color (decimal): -4413775 or 11642556. OLE color: 11642556.
HSL color Cylindrical-coordinate representation of color #BCA6B1: hue angle of 330º degrees, saturation: 0.14, 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 #BCA6B1 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 177 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.26 |
| HSL | 330º | 0.14% | 0.69% | - |
| HSV(B) | 330º | 0.12% | 0.74% | - |
| XYZ | 42.31 | 41.14 | 47.31 | - |
| YUV | 173.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 177 | 0 | 0.12 | 0.06 | 0.26 | 330 | 0.14 | 0.69 |
| Hex | BC | A6 | B1 | 0 | C | 6 | 1A | 14A | E | 45 |
| Octal | 274 | 246 | 261 | 0 | 14 | 6 | 32 | 512 | 16 | 105 |
| Binary | 10111100 | 10100110 | 10110001 | 0 | 1100 | 110 | 11010 | 101001010 | 1110 | 1000101 |
Color Harmonies of #BCA6B1
Complementary color
Monochromatic Colors of #BCA6B1
Black with #BCA6B1
Text Example
Text Example
White with #BCA6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA6B1; }
p { color: rgb(188,166,177); }
H1.HeaderClassName
{
color: #BCA6B1;
}
.AnyTagClassName
{
color: #BCA6B1;
}
</style>
background-color css
<style>
a { background-color: #BCA6B1; }
a { background-color: rgb(188,166,177); }
div.DivClassName
{
background-color: #BCA6B1;
}
.BgClassName
{
background-color: #BCA6B1;
}
</style>
border-color css
<style>
span { border-color: #BCA6B1; }
span { border-color: rgb(188,166,177); }
td.TdClassName
{
border-color: #BCA6B1;
}
.TagClassName
{
border-color: #BCA6B1;
}
</style>