Shades of Lola #BCABC1
Tints of Lola #BCABC1
RGB
CMYK
RGB Variations
Color information
#BCABC1 (or 0xBCABC1) is known color: Lola. HEX triplet: BC, AB and C1. RGB value is (188,171,193). Sum of RGB (Red+Green+Blue) = 188+171+193=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABC1 is #43543E. Grayscale: #B2B2B2. Windows color (decimal): -4412479 or 12692412. OLE color: 12692412.
HSL color Cylindrical-coordinate representation of color #BCABC1: hue angle of 286.36º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCABC1 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 171 | 193 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.24 |
| HSL | 286.36º | 0.15% | 0.71% | - |
| HSV(B) | 286.36º | 0.11% | 0.76% | - |
| XYZ | 44.93 | 43.67 | 56.51 | - |
| YUV | 178.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 193 | 0.03 | 0.11 | 0 | 0.24 | 286.36 | 0.15 | 0.71 |
| Hex | BC | AB | C1 | 3 | B | 0 | 18 | 11E | F | 47 |
| Octal | 274 | 253 | 301 | 3 | 13 | 0 | 30 | 436 | 17 | 107 |
| Binary | 10111100 | 10101011 | 11000001 | 11 | 1011 | 0 | 11000 | 100011110 | 1111 | 1000111 |
Color Harmonies of #BCABC1
Complementary color
Monochromatic Colors of #BCABC1
Black with #BCABC1
Text Example
Text Example
White with #BCABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABC1; }
p { color: rgb(188,171,193); }
H1.HeaderClassName
{
color: #BCABC1;
}
.AnyTagClassName
{
color: #BCABC1;
}
</style>
background-color css
<style>
a { background-color: #BCABC1; }
a { background-color: rgb(188,171,193); }
div.DivClassName
{
background-color: #BCABC1;
}
.BgClassName
{
background-color: #BCABC1;
}
</style>
border-color css
<style>
span { border-color: #BCABC1; }
span { border-color: rgb(188,171,193); }
td.TdClassName
{
border-color: #BCABC1;
}
.TagClassName
{
border-color: #BCABC1;
}
</style>