Shades of Lola #BA9AC6
Tints of Lola #BA9AC6
RGB
CMYK
RGB Variations
Color information
#BA9AC6 (or 0xBA9AC6) is known color: Lola. HEX triplet: BA, 9A and C6. RGB value is (186,154,198). Sum of RGB (Red+Green+Blue) = 186+154+198=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA9AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9AC6 is #456539. Grayscale: #A8A8A8. Windows color (decimal): -4547898 or 13015738. OLE color: 13015738.
HSL color Cylindrical-coordinate representation of color #BA9AC6: hue angle of 283.64º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA9AC6 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 154 | 198 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.22 |
| HSL | 283.64º | 0.28% | 0.69% | - |
| HSV(B) | 283.64º | 0.22% | 0.78% | - |
| XYZ | 42 | 37.63 | 58.48 | - |
| YUV | 168.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 198 | 0.06 | 0.22 | 0 | 0.22 | 283.64 | 0.28 | 0.69 |
| Hex | BA | 9A | C6 | 6 | 16 | 0 | 16 | 11C | 1C | 45 |
| Octal | 272 | 232 | 306 | 6 | 26 | 0 | 26 | 434 | 34 | 105 |
| Binary | 10111010 | 10011010 | 11000110 | 110 | 10110 | 0 | 10110 | 100011100 | 11100 | 1000101 |
Color Harmonies of #BA9AC6
Complementary color
Monochromatic Colors of #BA9AC6
Black with #BA9AC6
Text Example
Text Example
White with #BA9AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9AC6; }
p { color: rgb(186,154,198); }
H1.HeaderClassName
{
color: #BA9AC6;
}
.AnyTagClassName
{
color: #BA9AC6;
}
</style>
background-color css
<style>
a { background-color: #BA9AC6; }
a { background-color: rgb(186,154,198); }
div.DivClassName
{
background-color: #BA9AC6;
}
.BgClassName
{
background-color: #BA9AC6;
}
</style>
border-color css
<style>
span { border-color: #BA9AC6; }
span { border-color: rgb(186,154,198); }
td.TdClassName
{
border-color: #BA9AC6;
}
.TagClassName
{
border-color: #BA9AC6;
}
</style>