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