Shades of Lola #BCA3C5
Tints of Lola #BCA3C5
RGB
CMYK
RGB Variations
Color information
#BCA3C5 (or 0xBCA3C5) is known color: Lola. HEX triplet: BC, A3 and C5. RGB value is (188,163,197). Sum of RGB (Red+Green+Blue) = 188+163+197=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCA3C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3C5 is #435C3A. Grayscale: #AEAEAE. Windows color (decimal): -4414523 or 12952508. OLE color: 12952508.
HSL color Cylindrical-coordinate representation of color #BCA3C5: hue angle of 284.12º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCA3C5 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 163 | 197 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.23 |
| HSL | 284.12º | 0.23% | 0.71% | - |
| HSV(B) | 284.12º | 0.17% | 0.77% | - |
| XYZ | 43.91 | 40.92 | 58.41 | - |
| YUV | 174.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 197 | 0.05 | 0.17 | 0 | 0.23 | 284.12 | 0.23 | 0.71 |
| Hex | BC | A3 | C5 | 5 | 11 | 0 | 17 | 11C | 17 | 47 |
| Octal | 274 | 243 | 305 | 5 | 21 | 0 | 27 | 434 | 27 | 107 |
| Binary | 10111100 | 10100011 | 11000101 | 101 | 10001 | 0 | 10111 | 100011100 | 10111 | 1000111 |
Color Harmonies of #BCA3C5
Complementary color
Monochromatic Colors of #BCA3C5
Black with #BCA3C5
Text Example
Text Example
White with #BCA3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA3C5; }
p { color: rgb(188,163,197); }
H1.HeaderClassName
{
color: #BCA3C5;
}
.AnyTagClassName
{
color: #BCA3C5;
}
</style>
background-color css
<style>
a { background-color: #BCA3C5; }
a { background-color: rgb(188,163,197); }
div.DivClassName
{
background-color: #BCA3C5;
}
.BgClassName
{
background-color: #BCA3C5;
}
</style>
border-color css
<style>
span { border-color: #BCA3C5; }
span { border-color: rgb(188,163,197); }
td.TdClassName
{
border-color: #BCA3C5;
}
.TagClassName
{
border-color: #BCA3C5;
}
</style>