Shades of Lola #BA9FBE
Tints of Lola #BA9FBE
RGB
CMYK
RGB Variations
Color information
#BA9FBE (or 0xBA9FBE) is known color: Lola. HEX triplet: BA, 9F and BE. RGB value is (186,159,190). Sum of RGB (Red+Green+Blue) = 186+159+190=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA9FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FBE is #456041. Grayscale: #AAAAAA. Windows color (decimal): -4546626 or 12492730. OLE color: 12492730.
HSL color Cylindrical-coordinate representation of color #BA9FBE: hue angle of 292.26º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BA9FBE is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 186 | 159 | 190 | - |
CMYK | 0.02 | 0.16 | 0 | 0.25 |
HSL | 292.26º | 0.19% | 0.68% | - |
HSV(B) | 292.26º | 0.16% | 0.75% | - |
XYZ | 41.94 | 38.95 | 54.02 | - |
YUV | 170.61 | 138.95 | 138.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 159 | 190 | 0.02 | 0.16 | 0 | 0.25 | 292.26 | 0.19 | 0.68 |
Hex | BA | 9F | BE | 2 | 10 | 0 | 19 | 124 | 13 | 44 |
Octal | 272 | 237 | 276 | 2 | 20 | 0 | 31 | 444 | 23 | 104 |
Binary | 10111010 | 10011111 | 10111110 | 10 | 10000 | 0 | 11001 | 100100100 | 10011 | 1000100 |
Color Harmonies of #BA9FBE
Complementary color
Monochromatic Colors of #BA9FBE
Black with #BA9FBE
Text Example
Text Example
White with #BA9FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FBE; }
p { color: rgb(186,159,190); }
H1.HeaderClassName
{
color: #BA9FBE;
}
.AnyTagClassName
{
color: #BA9FBE;
}
</style>
background-color css
<style>
a { background-color: #BA9FBE; }
a { background-color: rgb(186,159,190); }
div.DivClassName
{
background-color: #BA9FBE;
}
.BgClassName
{
background-color: #BA9FBE;
}
</style>
border-color css
<style>
span { border-color: #BA9FBE; }
span { border-color: rgb(186,159,190); }
td.TdClassName
{
border-color: #BA9FBE;
}
.TagClassName
{
border-color: #BA9FBE;
}
</style>