Shades of Lily #BCA1B4
Tints of Lily #BCA1B4
RGB
CMYK
RGB Variations
Color information
#BCA1B4 (or 0xBCA1B4) is known color: Lily. HEX triplet: BC, A1 and B4. RGB value is (188,161,180). Sum of RGB (Red+Green+Blue) = 188+161+180=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1B4 is #435E4B. Grayscale: #ABABAB. Windows color (decimal): -4415052 or 11837884. OLE color: 11837884.
HSL color Cylindrical-coordinate representation of color #BCA1B4: hue angle of 317.78º 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 #BCA1B4 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 180 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.26 |
| HSL | 317.78º | 0.17% | 0.68% | - |
| HSV(B) | 317.78º | 0.14% | 0.74% | - |
| XYZ | 41.72 | 39.48 | 48.6 | - |
| YUV | 171.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 180 | 0 | 0.14 | 0.04 | 0.26 | 317.78 | 0.17 | 0.68 |
| Hex | BC | A1 | B4 | 0 | E | 4 | 1A | 13E | 11 | 44 |
| Octal | 274 | 241 | 264 | 0 | 16 | 4 | 32 | 476 | 21 | 104 |
| Binary | 10111100 | 10100001 | 10110100 | 0 | 1110 | 100 | 11010 | 100111110 | 10001 | 1000100 |
Color Harmonies of #BCA1B4
Complementary color
Monochromatic Colors of #BCA1B4
Black with #BCA1B4
Text Example
Text Example
White with #BCA1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA1B4; }
p { color: rgb(188,161,180); }
H1.HeaderClassName
{
color: #BCA1B4;
}
.AnyTagClassName
{
color: #BCA1B4;
}
</style>
background-color css
<style>
a { background-color: #BCA1B4; }
a { background-color: rgb(188,161,180); }
div.DivClassName
{
background-color: #BCA1B4;
}
.BgClassName
{
background-color: #BCA1B4;
}
</style>
border-color css
<style>
span { border-color: #BCA1B4; }
span { border-color: rgb(188,161,180); }
td.TdClassName
{
border-color: #BCA1B4;
}
.TagClassName
{
border-color: #BCA1B4;
}
</style>