Shades of Lola #BAA5C1
Tints of Lola #BAA5C1
RGB
CMYK
RGB Variations
Color information
#BAA5C1 (or 0xBAA5C1) is known color: Lola. HEX triplet: BA, A5 and C1. RGB value is (186,165,193). Sum of RGB (Red+Green+Blue) = 186+165+193=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #BAA5C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5C1 is #455A3E. Grayscale: #AEAEAE. Windows color (decimal): -4545087 or 12690874. OLE color: 12690874.
HSL color Cylindrical-coordinate representation of color #BAA5C1: hue angle of 285º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAA5C1 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 165 | 193 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.24 |
| HSL | 285º | 0.18% | 0.7% | - |
| HSV(B) | 285º | 0.15% | 0.76% | - |
| XYZ | 43.33 | 41.2 | 56.12 | - |
| YUV | 174.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 193 | 0.04 | 0.15 | 0 | 0.24 | 285 | 0.18 | 0.7 |
| Hex | BA | A5 | C1 | 4 | F | 0 | 18 | 11D | 12 | 46 |
| Octal | 272 | 245 | 301 | 4 | 17 | 0 | 30 | 435 | 22 | 106 |
| Binary | 10111010 | 10100101 | 11000001 | 100 | 1111 | 0 | 11000 | 100011101 | 10010 | 1000110 |
Color Harmonies of #BAA5C1
Complementary color
Monochromatic Colors of #BAA5C1
Black with #BAA5C1
Text Example
Text Example
White with #BAA5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA5C1; }
p { color: rgb(186,165,193); }
H1.HeaderClassName
{
color: #BAA5C1;
}
.AnyTagClassName
{
color: #BAA5C1;
}
</style>
background-color css
<style>
a { background-color: #BAA5C1; }
a { background-color: rgb(186,165,193); }
div.DivClassName
{
background-color: #BAA5C1;
}
.BgClassName
{
background-color: #BAA5C1;
}
</style>
border-color css
<style>
span { border-color: #BAA5C1; }
span { border-color: rgb(186,165,193); }
td.TdClassName
{
border-color: #BAA5C1;
}
.TagClassName
{
border-color: #BAA5C1;
}
</style>