Shades of Lola #BAA3BE
Tints of Lola #BAA3BE
RGB
CMYK
RGB Variations
Color information
#BAA3BE (or 0xBAA3BE) is known color: Lola. HEX triplet: BA, A3 and BE. RGB value is (186,163,190). Sum of RGB (Red+Green+Blue) = 186+163+190=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAA3BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA3BE is #455C41. Grayscale: #ACACAC. Windows color (decimal): -4545602 or 12493754. OLE color: 12493754.
HSL color Cylindrical-coordinate representation of color #BAA3BE: hue angle of 291.11º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAA3BE is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 163 | 190 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.25 |
| HSL | 291.11º | 0.17% | 0.69% | - |
| HSV(B) | 291.11º | 0.14% | 0.75% | - |
| XYZ | 42.64 | 40.35 | 54.26 | - |
| YUV | 172.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 190 | 0.02 | 0.14 | 0 | 0.25 | 291.11 | 0.17 | 0.69 |
| Hex | BA | A3 | BE | 2 | E | 0 | 19 | 123 | 11 | 45 |
| Octal | 272 | 243 | 276 | 2 | 16 | 0 | 31 | 443 | 21 | 105 |
| Binary | 10111010 | 10100011 | 10111110 | 10 | 1110 | 0 | 11001 | 100100011 | 10001 | 1000101 |
Color Harmonies of #BAA3BE
Complementary color
Monochromatic Colors of #BAA3BE
Black with #BAA3BE
Text Example
Text Example
White with #BAA3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA3BE; }
p { color: rgb(186,163,190); }
H1.HeaderClassName
{
color: #BAA3BE;
}
.AnyTagClassName
{
color: #BAA3BE;
}
</style>
background-color css
<style>
a { background-color: #BAA3BE; }
a { background-color: rgb(186,163,190); }
div.DivClassName
{
background-color: #BAA3BE;
}
.BgClassName
{
background-color: #BAA3BE;
}
</style>
border-color css
<style>
span { border-color: #BAA3BE; }
span { border-color: rgb(186,163,190); }
td.TdClassName
{
border-color: #BAA3BE;
}
.TagClassName
{
border-color: #BAA3BE;
}
</style>