Shades of Lola #BBA1BD
Tints of Lola #BBA1BD
RGB
CMYK
RGB Variations
Color information
#BBA1BD (or 0xBBA1BD) is known color: Lola. HEX triplet: BB, A1 and BD. RGB value is (187,161,189). Sum of RGB (Red+Green+Blue) = 187+161+189=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBA1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1BD is #445E42. Grayscale: #ABABAB. Windows color (decimal): -4480579 or 12427707. OLE color: 12427707.
HSL color Cylindrical-coordinate representation of color #BBA1BD: hue angle of 295.71º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBA1BD is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 161 | 189 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.26 |
| HSL | 295.71º | 0.18% | 0.69% | - |
| HSV(B) | 295.71º | 0.15% | 0.74% | - |
| XYZ | 42.42 | 39.73 | 53.58 | - |
| YUV | 171.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 189 | 0.01 | 0.15 | 0 | 0.26 | 295.71 | 0.18 | 0.69 |
| Hex | BB | A1 | BD | 1 | F | 0 | 1A | 128 | 12 | 45 |
| Octal | 273 | 241 | 275 | 1 | 17 | 0 | 32 | 450 | 22 | 105 |
| Binary | 10111011 | 10100001 | 10111101 | 1 | 1111 | 0 | 11010 | 100101000 | 10010 | 1000101 |
Color Harmonies of #BBA1BD
Complementary color
Monochromatic Colors of #BBA1BD
Black with #BBA1BD
Text Example
Text Example
White with #BBA1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA1BD; }
p { color: rgb(187,161,189); }
H1.HeaderClassName
{
color: #BBA1BD;
}
.AnyTagClassName
{
color: #BBA1BD;
}
</style>
background-color css
<style>
a { background-color: #BBA1BD; }
a { background-color: rgb(187,161,189); }
div.DivClassName
{
background-color: #BBA1BD;
}
.BgClassName
{
background-color: #BBA1BD;
}
</style>
border-color css
<style>
span { border-color: #BBA1BD; }
span { border-color: rgb(187,161,189); }
td.TdClassName
{
border-color: #BBA1BD;
}
.TagClassName
{
border-color: #BBA1BD;
}
</style>