Shades of Lola #BAACBE
Tints of Lola #BAACBE
RGB
CMYK
RGB Variations
Color information
#BAACBE (or 0xBAACBE) is known color: Lola. HEX triplet: BA, AC and BE. RGB value is (186,172,190). Sum of RGB (Red+Green+Blue) = 186+172+190=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACBE is #455341. Grayscale: #B2B2B2. Windows color (decimal): -4543298 or 12496058. OLE color: 12496058.
HSL color Cylindrical-coordinate representation of color #BAACBE: hue angle of 286.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAACBE is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 172 | 190 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.25 |
| HSL | 286.67º | 0.12% | 0.71% | - |
| HSV(B) | 286.67º | 0.09% | 0.75% | - |
| XYZ | 44.3 | 43.66 | 54.81 | - |
| YUV | 178.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 190 | 0.02 | 0.09 | 0 | 0.25 | 286.67 | 0.12 | 0.71 |
| Hex | BA | AC | BE | 2 | 9 | 0 | 19 | 11F | C | 47 |
| Octal | 272 | 254 | 276 | 2 | 11 | 0 | 31 | 437 | 14 | 107 |
| Binary | 10111010 | 10101100 | 10111110 | 10 | 1001 | 0 | 11001 | 100011111 | 1100 | 1000111 |
Color Harmonies of #BAACBE
Complementary color
Monochromatic Colors of #BAACBE
Black with #BAACBE
Text Example
Text Example
White with #BAACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACBE; }
p { color: rgb(186,172,190); }
H1.HeaderClassName
{
color: #BAACBE;
}
.AnyTagClassName
{
color: #BAACBE;
}
</style>
background-color css
<style>
a { background-color: #BAACBE; }
a { background-color: rgb(186,172,190); }
div.DivClassName
{
background-color: #BAACBE;
}
.BgClassName
{
background-color: #BAACBE;
}
</style>
border-color css
<style>
span { border-color: #BAACBE; }
span { border-color: rgb(186,172,190); }
td.TdClassName
{
border-color: #BAACBE;
}
.TagClassName
{
border-color: #BAACBE;
}
</style>