Shades of Lola #BCA3C1
Tints of Lola #BCA3C1
RGB
CMYK
RGB Variations
Color information
#BCA3C1 (or 0xBCA3C1) is known color: Lola. HEX triplet: BC, A3 and C1. RGB value is (188,163,193). Sum of RGB (Red+Green+Blue) = 188+163+193=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCA3C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3C1 is #435C3E. Grayscale: #ADADAD. Windows color (decimal): -4414527 or 12690364. OLE color: 12690364.
HSL color Cylindrical-coordinate representation of color #BCA3C1: hue angle of 290º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCA3C1 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 163 | 193 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.24 |
| HSL | 290º | 0.19% | 0.7% | - |
| HSV(B) | 290º | 0.16% | 0.76% | - |
| XYZ | 43.46 | 40.74 | 56.02 | - |
| YUV | 173.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 193 | 0.03 | 0.16 | 0 | 0.24 | 290 | 0.19 | 0.7 |
| Hex | BC | A3 | C1 | 3 | 10 | 0 | 18 | 122 | 13 | 46 |
| Octal | 274 | 243 | 301 | 3 | 20 | 0 | 30 | 442 | 23 | 106 |
| Binary | 10111100 | 10100011 | 11000001 | 11 | 10000 | 0 | 11000 | 100100010 | 10011 | 1000110 |
Color Harmonies of #BCA3C1
Complementary color
Monochromatic Colors of #BCA3C1
Black with #BCA3C1
Text Example
Text Example
White with #BCA3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA3C1; }
p { color: rgb(188,163,193); }
H1.HeaderClassName
{
color: #BCA3C1;
}
.AnyTagClassName
{
color: #BCA3C1;
}
</style>
background-color css
<style>
a { background-color: #BCA3C1; }
a { background-color: rgb(188,163,193); }
div.DivClassName
{
background-color: #BCA3C1;
}
.BgClassName
{
background-color: #BCA3C1;
}
</style>
border-color css
<style>
span { border-color: #BCA3C1; }
span { border-color: rgb(188,163,193); }
td.TdClassName
{
border-color: #BCA3C1;
}
.TagClassName
{
border-color: #BCA3C1;
}
</style>