Shades of Lola #BBA2BB
Tints of Lola #BBA2BB
RGB
CMYK
RGB Variations
Color information
#BBA2BB (or 0xBBA2BB) is known color: Lola. HEX triplet: BB, A2 and BB. RGB value is (187,162,187). Sum of RGB (Red+Green+Blue) = 187+162+187=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BBA2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2BB is #445D44. Grayscale: #ACACAC. Windows color (decimal): -4480325 or 12296891. OLE color: 12296891.
HSL color Cylindrical-coordinate representation of color #BBA2BB: hue angle of 300º degrees, saturation: 0.16, 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 #BBA2BB is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 187 | - |
| CMYK | 0 | 0.13 | 0 | 0.27 |
| HSL | 300º | 0.16% | 0.68% | - |
| HSV(B) | 300º | 0.13% | 0.73% | - |
| XYZ | 42.38 | 39.99 | 52.5 | - |
| YUV | 172.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 187 | 0 | 0.13 | 0 | 0.27 | 300 | 0.16 | 0.68 |
| Hex | BB | A2 | BB | 0 | D | 0 | 1B | 12C | 10 | 44 |
| Octal | 273 | 242 | 273 | 0 | 15 | 0 | 33 | 454 | 20 | 104 |
| Binary | 10111011 | 10100010 | 10111011 | 0 | 1101 | 0 | 11011 | 100101100 | 10000 | 1000100 |
Color Harmonies of #BBA2BB
Complementary color
Monochromatic Colors of #BBA2BB
Black with #BBA2BB
Text Example
Text Example
White with #BBA2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA2BB; }
p { color: rgb(187,162,187); }
H1.HeaderClassName
{
color: #BBA2BB;
}
.AnyTagClassName
{
color: #BBA2BB;
}
</style>
background-color css
<style>
a { background-color: #BBA2BB; }
a { background-color: rgb(187,162,187); }
div.DivClassName
{
background-color: #BBA2BB;
}
.BgClassName
{
background-color: #BBA2BB;
}
</style>
border-color css
<style>
span { border-color: #BBA2BB; }
span { border-color: rgb(187,162,187); }
td.TdClassName
{
border-color: #BBA2BB;
}
.TagClassName
{
border-color: #BBA2BB;
}
</style>