Shades of Lola #BAADBB
Tints of Lola #BAADBB
RGB
CMYK
RGB Variations
Color information
#BAADBB (or 0xBAADBB) is known color: Lola. HEX triplet: BA, AD and BB. RGB value is (186,173,187). Sum of RGB (Red+Green+Blue) = 186+173+187=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADBB is #455244. Grayscale: #B2B2B2. Windows color (decimal): -4543045 or 12299706. OLE color: 12299706.
HSL color Cylindrical-coordinate representation of color #BAADBB: hue angle of 295.71º 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 #BAADBB is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 173 | 187 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.27 |
| HSL | 295.71º | 0.09% | 0.71% | - |
| HSV(B) | 295.71º | 0.07% | 0.73% | - |
| XYZ | 44.16 | 43.91 | 53.16 | - |
| YUV | 178.48 | 132.81 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 187 | 0.01 | 0.07 | 0 | 0.27 | 295.71 | 0.09 | 0.71 |
| Hex | BA | AD | BB | 1 | 7 | 0 | 1B | 128 | 9 | 47 |
| Octal | 272 | 255 | 273 | 1 | 7 | 0 | 33 | 450 | 11 | 107 |
| Binary | 10111010 | 10101101 | 10111011 | 1 | 111 | 0 | 11011 | 100101000 | 1001 | 1000111 |
Color Harmonies of #BAADBB
Complementary color
Monochromatic Colors of #BAADBB
Black with #BAADBB
Text Example
Text Example
White with #BAADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADBB; }
p { color: rgb(186,173,187); }
H1.HeaderClassName
{
color: #BAADBB;
}
.AnyTagClassName
{
color: #BAADBB;
}
</style>
background-color css
<style>
a { background-color: #BAADBB; }
a { background-color: rgb(186,173,187); }
div.DivClassName
{
background-color: #BAADBB;
}
.BgClassName
{
background-color: #BAADBB;
}
</style>
border-color css
<style>
span { border-color: #BAADBB; }
span { border-color: rgb(186,173,187); }
td.TdClassName
{
border-color: #BAADBB;
}
.TagClassName
{
border-color: #BAADBB;
}
</style>