Shades of Lola #BAA1B8
Tints of Lola #BAA1B8
RGB
CMYK
RGB Variations
Color information
#BAA1B8 (or 0xBAA1B8) is known color: Lola. HEX triplet: BA, A1 and B8. RGB value is (186,161,184). Sum of RGB (Red+Green+Blue) = 186+161+184=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA1B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1B8 is #455E47. Grayscale: #ABABAB. Windows color (decimal): -4546120 or 12100026. OLE color: 12100026.
HSL color Cylindrical-coordinate representation of color #BAA1B8: hue angle of 304.8º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAA1B8 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 184 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.27 |
| HSL | 304.8º | 0.15% | 0.68% | - |
| HSV(B) | 304.8º | 0.13% | 0.73% | - |
| XYZ | 41.65 | 39.39 | 50.76 | - |
| YUV | 171.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 184 | 0 | 0.13 | 0.01 | 0.27 | 304.8 | 0.15 | 0.68 |
| Hex | BA | A1 | B8 | 0 | D | 1 | 1B | 131 | F | 44 |
| Octal | 272 | 241 | 270 | 0 | 15 | 1 | 33 | 461 | 17 | 104 |
| Binary | 10111010 | 10100001 | 10111000 | 0 | 1101 | 1 | 11011 | 100110001 | 1111 | 1000100 |
Color Harmonies of #BAA1B8
Complementary color
Monochromatic Colors of #BAA1B8
Black with #BAA1B8
Text Example
Text Example
White with #BAA1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1B8; }
p { color: rgb(186,161,184); }
H1.HeaderClassName
{
color: #BAA1B8;
}
.AnyTagClassName
{
color: #BAA1B8;
}
</style>
background-color css
<style>
a { background-color: #BAA1B8; }
a { background-color: rgb(186,161,184); }
div.DivClassName
{
background-color: #BAA1B8;
}
.BgClassName
{
background-color: #BAA1B8;
}
</style>
border-color css
<style>
span { border-color: #BAA1B8; }
span { border-color: rgb(186,161,184); }
td.TdClassName
{
border-color: #BAA1B8;
}
.TagClassName
{
border-color: #BAA1B8;
}
</style>