Shades of Lola #BCABC2
Tints of Lola #BCABC2
RGB
CMYK
RGB Variations
Color information
#BCABC2 (or 0xBCABC2) is known color: Lola. HEX triplet: BC, AB and C2. RGB value is (188,171,194). Sum of RGB (Red+Green+Blue) = 188+171+194=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 194 - color contains mainly: blue. Hex color #BCABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABC2 is #43543D. Grayscale: #B2B2B2. Windows color (decimal): -4412478 or 12757948. OLE color: 12757948.
HSL color Cylindrical-coordinate representation of color #BCABC2: hue angle of 284.35º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCABC2 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 171 | 194 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.24 |
| HSL | 284.35º | 0.16% | 0.72% | - |
| HSV(B) | 284.35º | 0.12% | 0.76% | - |
| XYZ | 45.04 | 43.71 | 57.1 | - |
| YUV | 178.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 194 | 0.03 | 0.12 | 0 | 0.24 | 284.35 | 0.16 | 0.72 |
| Hex | BC | AB | C2 | 3 | C | 0 | 18 | 11C | 10 | 48 |
| Octal | 274 | 253 | 302 | 3 | 14 | 0 | 30 | 434 | 20 | 110 |
| Binary | 10111100 | 10101011 | 11000010 | 11 | 1100 | 0 | 11000 | 100011100 | 10000 | 1001000 |
Color Harmonies of #BCABC2
Complementary color
Monochromatic Colors of #BCABC2
Black with #BCABC2
Text Example
Text Example
White with #BCABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABC2; }
p { color: rgb(188,171,194); }
H1.HeaderClassName
{
color: #BCABC2;
}
.AnyTagClassName
{
color: #BCABC2;
}
</style>
background-color css
<style>
a { background-color: #BCABC2; }
a { background-color: rgb(188,171,194); }
div.DivClassName
{
background-color: #BCABC2;
}
.BgClassName
{
background-color: #BCABC2;
}
</style>
border-color css
<style>
span { border-color: #BCABC2; }
span { border-color: rgb(188,171,194); }
td.TdClassName
{
border-color: #BCABC2;
}
.TagClassName
{
border-color: #BCABC2;
}
</style>