Shades of Lola #BCA1C1
Tints of Lola #BCA1C1
RGB
CMYK
RGB Variations
Color information
#BCA1C1 (or 0xBCA1C1) is known color: Lola. HEX triplet: BC, A1 and C1. RGB value is (188,161,193). Sum of RGB (Red+Green+Blue) = 188+161+193=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCA1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1C1 is #435E3E. Grayscale: #ACACAC. Windows color (decimal): -4415039 or 12689852. OLE color: 12689852.
HSL color Cylindrical-coordinate representation of color #BCA1C1: hue angle of 290.62º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCA1C1 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 161 | 193 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.24 |
| HSL | 290.63º | 0.21% | 0.69% | - |
| HSV(B) | 290.63º | 0.17% | 0.76% | - |
| XYZ | 43.11 | 40.03 | 55.91 | - |
| YUV | 172.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 193 | 0.03 | 0.17 | 0 | 0.24 | 290.63 | 0.21 | 0.69 |
| Hex | BC | A1 | C1 | 3 | 11 | 0 | 18 | 123 | 15 | 45 |
| Octal | 274 | 241 | 301 | 3 | 21 | 0 | 30 | 443 | 25 | 105 |
| Binary | 10111100 | 10100001 | 11000001 | 11 | 10001 | 0 | 11000 | 100100011 | 10101 | 1000101 |
Color Harmonies of #BCA1C1
Complementary color
Monochromatic Colors of #BCA1C1
Black with #BCA1C1
Text Example
Text Example
White with #BCA1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA1C1; }
p { color: rgb(188,161,193); }
H1.HeaderClassName
{
color: #BCA1C1;
}
.AnyTagClassName
{
color: #BCA1C1;
}
</style>
background-color css
<style>
a { background-color: #BCA1C1; }
a { background-color: rgb(188,161,193); }
div.DivClassName
{
background-color: #BCA1C1;
}
.BgClassName
{
background-color: #BCA1C1;
}
</style>
border-color css
<style>
span { border-color: #BCA1C1; }
span { border-color: rgb(188,161,193); }
td.TdClassName
{
border-color: #BCA1C1;
}
.TagClassName
{
border-color: #BCA1C1;
}
</style>