Shades of Lola #BAA1C3
Tints of Lola #BAA1C3
RGB
CMYK
RGB Variations
Color information
#BAA1C3 (or 0xBAA1C3) is known color: Lola. HEX triplet: BA, A1 and C3. RGB value is (186,161,195). Sum of RGB (Red+Green+Blue) = 186+161+195=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 195 - color contains mainly: blue. Hex color #BAA1C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1C3 is #455E3C. Grayscale: #ACACAC. Windows color (decimal): -4546109 or 12820922. OLE color: 12820922.
HSL color Cylindrical-coordinate representation of color #BAA1C3: hue angle of 284.12º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAA1C3 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 161 | 195 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.24 |
| HSL | 284.12º | 0.22% | 0.7% | - |
| HSV(B) | 284.12º | 0.17% | 0.76% | - |
| XYZ | 42.84 | 39.87 | 57.07 | - |
| YUV | 172.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 195 | 0.05 | 0.17 | 0 | 0.24 | 284.12 | 0.22 | 0.7 |
| Hex | BA | A1 | C3 | 5 | 11 | 0 | 18 | 11C | 16 | 46 |
| Octal | 272 | 241 | 303 | 5 | 21 | 0 | 30 | 434 | 26 | 106 |
| Binary | 10111010 | 10100001 | 11000011 | 101 | 10001 | 0 | 11000 | 100011100 | 10110 | 1000110 |
Color Harmonies of #BAA1C3
Complementary color
Monochromatic Colors of #BAA1C3
Black with #BAA1C3
Text Example
Text Example
White with #BAA1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1C3; }
p { color: rgb(186,161,195); }
H1.HeaderClassName
{
color: #BAA1C3;
}
.AnyTagClassName
{
color: #BAA1C3;
}
</style>
background-color css
<style>
a { background-color: #BAA1C3; }
a { background-color: rgb(186,161,195); }
div.DivClassName
{
background-color: #BAA1C3;
}
.BgClassName
{
background-color: #BAA1C3;
}
</style>
border-color css
<style>
span { border-color: #BAA1C3; }
span { border-color: rgb(186,161,195); }
td.TdClassName
{
border-color: #BAA1C3;
}
.TagClassName
{
border-color: #BAA1C3;
}
</style>