Shades of Lola #BAACBB
Tints of Lola #BAACBB
RGB
CMYK
RGB Variations
Color information
#BAACBB (or 0xBAACBB) is known color: Lola. HEX triplet: BA, AC and BB. RGB value is (186,172,187). Sum of RGB (Red+Green+Blue) = 186+172+187=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACBB is #455344. Grayscale: #B1B1B1. Windows color (decimal): -4543301 or 12299450. OLE color: 12299450.
HSL color Cylindrical-coordinate representation of color #BAACBB: hue angle of 296º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAACBB is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 187 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.27 |
| HSL | 296º | 0.1% | 0.7% | - |
| HSV(B) | 296º | 0.08% | 0.73% | - |
| XYZ | 43.97 | 43.53 | 53.1 | - |
| YUV | 177.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 187 | 0.01 | 0.08 | 0 | 0.27 | 296 | 0.1 | 0.7 |
| Hex | BA | AC | BB | 1 | 8 | 0 | 1B | 128 | A | 46 |
| Octal | 272 | 254 | 273 | 1 | 10 | 0 | 33 | 450 | 12 | 106 |
| Binary | 10111010 | 10101100 | 10111011 | 1 | 1000 | 0 | 11011 | 100101000 | 1010 | 1000110 |
Color Harmonies of #BAACBB
Complementary color
Monochromatic Colors of #BAACBB
Black with #BAACBB
Text Example
Text Example
White with #BAACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACBB; }
p { color: rgb(186,172,187); }
H1.HeaderClassName
{
color: #BAACBB;
}
.AnyTagClassName
{
color: #BAACBB;
}
</style>
background-color css
<style>
a { background-color: #BAACBB; }
a { background-color: rgb(186,172,187); }
div.DivClassName
{
background-color: #BAACBB;
}
.BgClassName
{
background-color: #BAACBB;
}
</style>
border-color css
<style>
span { border-color: #BAACBB; }
span { border-color: rgb(186,172,187); }
td.TdClassName
{
border-color: #BAACBB;
}
.TagClassName
{
border-color: #BAACBB;
}
</style>