Shades of Lola #BAAEBB
Tints of Lola #BAAEBB
RGB
CMYK
RGB Variations
Color information
#BAAEBB (or 0xBAAEBB) is known color: Lola. HEX triplet: BA, AE and BB. RGB value is (186,174,187). Sum of RGB (Red+Green+Blue) = 186+174+187=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAAEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEBB is #455144. Grayscale: #B3B3B3. Windows color (decimal): -4542789 or 12299962. OLE color: 12299962.
HSL color Cylindrical-coordinate representation of color #BAAEBB: hue angle of 295.38º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAAEBB is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 174 | 187 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.27 |
| HSL | 295.38º | 0.09% | 0.71% | - |
| HSV(B) | 295.38º | 0.07% | 0.73% | - |
| XYZ | 44.36 | 44.3 | 53.23 | - |
| YUV | 179.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 187 | 0.01 | 0.07 | 0 | 0.27 | 295.38 | 0.09 | 0.71 |
| Hex | BA | AE | BB | 1 | 7 | 0 | 1B | 127 | 9 | 47 |
| Octal | 272 | 256 | 273 | 1 | 7 | 0 | 33 | 447 | 11 | 107 |
| Binary | 10111010 | 10101110 | 10111011 | 1 | 111 | 0 | 11011 | 100100111 | 1001 | 1000111 |
Color Harmonies of #BAAEBB
Complementary color
Monochromatic Colors of #BAAEBB
Black with #BAAEBB
Text Example
Text Example
White with #BAAEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAEBB; }
p { color: rgb(186,174,187); }
H1.HeaderClassName
{
color: #BAAEBB;
}
.AnyTagClassName
{
color: #BAAEBB;
}
</style>
background-color css
<style>
a { background-color: #BAAEBB; }
a { background-color: rgb(186,174,187); }
div.DivClassName
{
background-color: #BAAEBB;
}
.BgClassName
{
background-color: #BAAEBB;
}
</style>
border-color css
<style>
span { border-color: #BAAEBB; }
span { border-color: rgb(186,174,187); }
td.TdClassName
{
border-color: #BAAEBB;
}
.TagClassName
{
border-color: #BAAEBB;
}
</style>