Shades of Lola #BBA9C1
Tints of Lola #BBA9C1
RGB
CMYK
RGB Variations
Color information
#BBA9C1 (or 0xBBA9C1) is known color: Lola. HEX triplet: BB, A9 and C1. RGB value is (187,169,193). Sum of RGB (Red+Green+Blue) = 187+169+193=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBA9C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9C1 is #44563E. Grayscale: #B1B1B1. Windows color (decimal): -4478527 or 12691899. OLE color: 12691899.
HSL color Cylindrical-coordinate representation of color #BBA9C1: hue angle of 285º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBA9C1 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 169 | 193 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.24 |
| HSL | 285º | 0.16% | 0.71% | - |
| HSV(B) | 285º | 0.12% | 0.76% | - |
| XYZ | 44.31 | 42.79 | 56.38 | - |
| YUV | 177.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 193 | 0.03 | 0.12 | 0 | 0.24 | 285 | 0.16 | 0.71 |
| Hex | BB | A9 | C1 | 3 | C | 0 | 18 | 11D | 10 | 47 |
| Octal | 273 | 251 | 301 | 3 | 14 | 0 | 30 | 435 | 20 | 107 |
| Binary | 10111011 | 10101001 | 11000001 | 11 | 1100 | 0 | 11000 | 100011101 | 10000 | 1000111 |
Color Harmonies of #BBA9C1
Complementary color
Monochromatic Colors of #BBA9C1
Black with #BBA9C1
Text Example
Text Example
White with #BBA9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9C1; }
p { color: rgb(187,169,193); }
H1.HeaderClassName
{
color: #BBA9C1;
}
.AnyTagClassName
{
color: #BBA9C1;
}
</style>
background-color css
<style>
a { background-color: #BBA9C1; }
a { background-color: rgb(187,169,193); }
div.DivClassName
{
background-color: #BBA9C1;
}
.BgClassName
{
background-color: #BBA9C1;
}
</style>
border-color css
<style>
span { border-color: #BBA9C1; }
span { border-color: rgb(187,169,193); }
td.TdClassName
{
border-color: #BBA9C1;
}
.TagClassName
{
border-color: #BBA9C1;
}
</style>