Shades of Lola #BCA2C0
Tints of Lola #BCA2C0
RGB
CMYK
RGB Variations
Color information
#BCA2C0 (or 0xBCA2C0) is known color: Lola. HEX triplet: BC, A2 and C0. RGB value is (188,162,192). Sum of RGB (Red+Green+Blue) = 188+162+192=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCA2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2C0 is #435D3F. Grayscale: #ADADAD. Windows color (decimal): -4414784 or 12624572. OLE color: 12624572.
HSL color Cylindrical-coordinate representation of color #BCA2C0: hue angle of 292º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCA2C0 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 162 | 192 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.25 |
| HSL | 292º | 0.19% | 0.69% | - |
| HSV(B) | 292º | 0.16% | 0.75% | - |
| XYZ | 43.17 | 40.34 | 55.38 | - |
| YUV | 173.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 192 | 0.02 | 0.16 | 0 | 0.25 | 292 | 0.19 | 0.69 |
| Hex | BC | A2 | C0 | 2 | 10 | 0 | 19 | 124 | 13 | 45 |
| Octal | 274 | 242 | 300 | 2 | 20 | 0 | 31 | 444 | 23 | 105 |
| Binary | 10111100 | 10100010 | 11000000 | 10 | 10000 | 0 | 11001 | 100100100 | 10011 | 1000101 |
Color Harmonies of #BCA2C0
Complementary color
Monochromatic Colors of #BCA2C0
Black with #BCA2C0
Text Example
Text Example
White with #BCA2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA2C0; }
p { color: rgb(188,162,192); }
H1.HeaderClassName
{
color: #BCA2C0;
}
.AnyTagClassName
{
color: #BCA2C0;
}
</style>
background-color css
<style>
a { background-color: #BCA2C0; }
a { background-color: rgb(188,162,192); }
div.DivClassName
{
background-color: #BCA2C0;
}
.BgClassName
{
background-color: #BCA2C0;
}
</style>
border-color css
<style>
span { border-color: #BCA2C0; }
span { border-color: rgb(188,162,192); }
td.TdClassName
{
border-color: #BCA2C0;
}
.TagClassName
{
border-color: #BCA2C0;
}
</style>