Shades of Lola #BA9DBF
Tints of Lola #BA9DBF
RGB
CMYK
RGB Variations
Color information
#BA9DBF (or 0xBA9DBF) is known color: Lola. HEX triplet: BA, 9D and BF. RGB value is (186,157,191). Sum of RGB (Red+Green+Blue) = 186+157+191=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA9DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DBF is #456240. Grayscale: #A9A9A9. Windows color (decimal): -4547137 or 12557754. OLE color: 12557754.
HSL color Cylindrical-coordinate representation of color #BA9DBF: hue angle of 291.18º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BA9DBF is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 157 | 191 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.25 |
| HSL | 291.18º | 0.21% | 0.68% | - |
| HSV(B) | 291.18º | 0.18% | 0.75% | - |
| XYZ | 41.71 | 38.31 | 54.49 | - |
| YUV | 169.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 191 | 0.03 | 0.18 | 0 | 0.25 | 291.18 | 0.21 | 0.68 |
| Hex | BA | 9D | BF | 3 | 12 | 0 | 19 | 123 | 15 | 44 |
| Octal | 272 | 235 | 277 | 3 | 22 | 0 | 31 | 443 | 25 | 104 |
| Binary | 10111010 | 10011101 | 10111111 | 11 | 10010 | 0 | 11001 | 100100011 | 10101 | 1000100 |
Color Harmonies of #BA9DBF
Complementary color
Monochromatic Colors of #BA9DBF
Black with #BA9DBF
Text Example
Text Example
White with #BA9DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DBF; }
p { color: rgb(186,157,191); }
H1.HeaderClassName
{
color: #BA9DBF;
}
.AnyTagClassName
{
color: #BA9DBF;
}
</style>
background-color css
<style>
a { background-color: #BA9DBF; }
a { background-color: rgb(186,157,191); }
div.DivClassName
{
background-color: #BA9DBF;
}
.BgClassName
{
background-color: #BA9DBF;
}
</style>
border-color css
<style>
span { border-color: #BA9DBF; }
span { border-color: rgb(186,157,191); }
td.TdClassName
{
border-color: #BA9DBF;
}
.TagClassName
{
border-color: #BA9DBF;
}
</style>