Shades of Lola #BBAABD
Tints of Lola #BBAABD
RGB
CMYK
RGB Variations
Color information
#BBAABD (or 0xBBAABD) is known color: Lola. HEX triplet: BB, AA and BD. RGB value is (187,170,189). Sum of RGB (Red+Green+Blue) = 187+170+189=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAABD is #445542. Grayscale: #B1B1B1. Windows color (decimal): -4478275 or 12430011. OLE color: 12430011.
HSL color Cylindrical-coordinate representation of color #BBAABD: hue angle of 293.68º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBAABD is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 170 | 189 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.26 |
| HSL | 293.68º | 0.13% | 0.7% | - |
| HSV(B) | 293.68º | 0.1% | 0.74% | - |
| XYZ | 44.05 | 42.99 | 54.12 | - |
| YUV | 177.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 189 | 0.01 | 0.10 | 0 | 0.26 | 293.68 | 0.13 | 0.7 |
| Hex | BB | AA | BD | 1 | A | 0 | 1A | 126 | D | 46 |
| Octal | 273 | 252 | 275 | 1 | 12 | 0 | 32 | 446 | 15 | 106 |
| Binary | 10111011 | 10101010 | 10111101 | 1 | 1010 | 0 | 11010 | 100100110 | 1101 | 1000110 |
Color Harmonies of #BBAABD
Complementary color
Monochromatic Colors of #BBAABD
Black with #BBAABD
Text Example
Text Example
White with #BBAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAABD; }
p { color: rgb(187,170,189); }
H1.HeaderClassName
{
color: #BBAABD;
}
.AnyTagClassName
{
color: #BBAABD;
}
</style>
background-color css
<style>
a { background-color: #BBAABD; }
a { background-color: rgb(187,170,189); }
div.DivClassName
{
background-color: #BBAABD;
}
.BgClassName
{
background-color: #BBAABD;
}
</style>
border-color css
<style>
span { border-color: #BBAABD; }
span { border-color: rgb(187,170,189); }
td.TdClassName
{
border-color: #BBAABD;
}
.TagClassName
{
border-color: #BBAABD;
}
</style>