Shades of Lola #BAA6BC
Tints of Lola #BAA6BC
RGB
CMYK
RGB Variations
Color information
#BAA6BC (or 0xBAA6BC) is known color: Lola. HEX triplet: BA, A6 and BC. RGB value is (186,166,188). Sum of RGB (Red+Green+Blue) = 186+166+188=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 188 - color contains mainly: blue. Hex color #BAA6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6BC is #455943. Grayscale: #AEAEAE. Windows color (decimal): -4544836 or 12363450. OLE color: 12363450.
HSL color Cylindrical-coordinate representation of color #BAA6BC: hue angle of 294.55º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAA6BC is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 166 | 188 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.26 |
| HSL | 294.55º | 0.14% | 0.69% | - |
| HSV(B) | 294.55º | 0.12% | 0.74% | - |
| XYZ | 42.96 | 41.34 | 53.29 | - |
| YUV | 174.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 188 | 0.01 | 0.12 | 0 | 0.26 | 294.55 | 0.14 | 0.69 |
| Hex | BA | A6 | BC | 1 | C | 0 | 1A | 127 | E | 45 |
| Octal | 272 | 246 | 274 | 1 | 14 | 0 | 32 | 447 | 16 | 105 |
| Binary | 10111010 | 10100110 | 10111100 | 1 | 1100 | 0 | 11010 | 100100111 | 1110 | 1000101 |
Color Harmonies of #BAA6BC
Complementary color
Monochromatic Colors of #BAA6BC
Black with #BAA6BC
Text Example
Text Example
White with #BAA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA6BC; }
p { color: rgb(186,166,188); }
H1.HeaderClassName
{
color: #BAA6BC;
}
.AnyTagClassName
{
color: #BAA6BC;
}
</style>
background-color css
<style>
a { background-color: #BAA6BC; }
a { background-color: rgb(186,166,188); }
div.DivClassName
{
background-color: #BAA6BC;
}
.BgClassName
{
background-color: #BAA6BC;
}
</style>
border-color css
<style>
span { border-color: #BAA6BC; }
span { border-color: rgb(186,166,188); }
td.TdClassName
{
border-color: #BAA6BC;
}
.TagClassName
{
border-color: #BAA6BC;
}
</style>