Shades of Lola #BCA5C3
Tints of Lola #BCA5C3
RGB
CMYK
RGB Variations
Color information
#BCA5C3 (or 0xBCA5C3) is known color: Lola. HEX triplet: BC, A5 and C3. RGB value is (188,165,195). Sum of RGB (Red+Green+Blue) = 188+165+195=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 195 - color contains mainly: blue. Hex color #BCA5C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA5C3 is #435A3C. Grayscale: #AFAFAF. Windows color (decimal): -4414013 or 12821948. OLE color: 12821948.
HSL color Cylindrical-coordinate representation of color #BCA5C3: hue angle of 286º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCA5C3 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 165 | 195 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.24 |
| HSL | 286º | 0.2% | 0.71% | - |
| HSV(B) | 286º | 0.15% | 0.76% | - |
| XYZ | 44.04 | 41.54 | 57.33 | - |
| YUV | 175.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 195 | 0.04 | 0.15 | 0 | 0.24 | 286 | 0.2 | 0.71 |
| Hex | BC | A5 | C3 | 4 | F | 0 | 18 | 11E | 14 | 47 |
| Octal | 274 | 245 | 303 | 4 | 17 | 0 | 30 | 436 | 24 | 107 |
| Binary | 10111100 | 10100101 | 11000011 | 100 | 1111 | 0 | 11000 | 100011110 | 10100 | 1000111 |
Color Harmonies of #BCA5C3
Complementary color
Monochromatic Colors of #BCA5C3
Black with #BCA5C3
Text Example
Text Example
White with #BCA5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA5C3; }
p { color: rgb(188,165,195); }
H1.HeaderClassName
{
color: #BCA5C3;
}
.AnyTagClassName
{
color: #BCA5C3;
}
</style>
background-color css
<style>
a { background-color: #BCA5C3; }
a { background-color: rgb(188,165,195); }
div.DivClassName
{
background-color: #BCA5C3;
}
.BgClassName
{
background-color: #BCA5C3;
}
</style>
border-color css
<style>
span { border-color: #BCA5C3; }
span { border-color: rgb(188,165,195); }
td.TdClassName
{
border-color: #BCA5C3;
}
.TagClassName
{
border-color: #BCA5C3;
}
</style>