Shades of Lola #BAA6BE
Tints of Lola #BAA6BE
RGB
CMYK
RGB Variations
Color information
#BAA6BE (or 0xBAA6BE) is known color: Lola. HEX triplet: BA, A6 and BE. RGB value is (186,166,190). Sum of RGB (Red+Green+Blue) = 186+166+190=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAA6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6BE is #455941. Grayscale: #AEAEAE. Windows color (decimal): -4544834 or 12494522. OLE color: 12494522.
HSL color Cylindrical-coordinate representation of color #BAA6BE: hue angle of 290º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAA6BE is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 166 | 190 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.25 |
| HSL | 290º | 0.16% | 0.7% | - |
| HSV(B) | 290º | 0.13% | 0.75% | - |
| XYZ | 43.18 | 41.43 | 54.44 | - |
| YUV | 174.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 190 | 0.02 | 0.13 | 0 | 0.25 | 290 | 0.16 | 0.7 |
| Hex | BA | A6 | BE | 2 | D | 0 | 19 | 122 | 10 | 46 |
| Octal | 272 | 246 | 276 | 2 | 15 | 0 | 31 | 442 | 20 | 106 |
| Binary | 10111010 | 10100110 | 10111110 | 10 | 1101 | 0 | 11001 | 100100010 | 10000 | 1000110 |
Color Harmonies of #BAA6BE
Complementary color
Monochromatic Colors of #BAA6BE
Black with #BAA6BE
Text Example
Text Example
White with #BAA6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA6BE; }
p { color: rgb(186,166,190); }
H1.HeaderClassName
{
color: #BAA6BE;
}
.AnyTagClassName
{
color: #BAA6BE;
}
</style>
background-color css
<style>
a { background-color: #BAA6BE; }
a { background-color: rgb(186,166,190); }
div.DivClassName
{
background-color: #BAA6BE;
}
.BgClassName
{
background-color: #BAA6BE;
}
</style>
border-color css
<style>
span { border-color: #BAA6BE; }
span { border-color: rgb(186,166,190); }
td.TdClassName
{
border-color: #BAA6BE;
}
.TagClassName
{
border-color: #BAA6BE;
}
</style>