Shades of Lola #BBA8C1
Tints of Lola #BBA8C1
RGB
CMYK
RGB Variations
Color information
#BBA8C1 (or 0xBBA8C1) is known color: Lola. HEX triplet: BB, A8 and C1. RGB value is (187,168,193). Sum of RGB (Red+Green+Blue) = 187+168+193=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBA8C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8C1 is #44573E. Grayscale: #B0B0B0. Windows color (decimal): -4478783 or 12691643. OLE color: 12691643.
HSL color Cylindrical-coordinate representation of color #BBA8C1: hue angle of 285.6º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBA8C1 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 168 | 193 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.24 |
| HSL | 285.6º | 0.17% | 0.71% | - |
| HSV(B) | 285.6º | 0.13% | 0.76% | - |
| XYZ | 44.12 | 42.42 | 56.31 | - |
| YUV | 176.53 | 137.29 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 193 | 0.03 | 0.13 | 0 | 0.24 | 285.6 | 0.17 | 0.71 |
| Hex | BB | A8 | C1 | 3 | D | 0 | 18 | 11E | 11 | 47 |
| Octal | 273 | 250 | 301 | 3 | 15 | 0 | 30 | 436 | 21 | 107 |
| Binary | 10111011 | 10101000 | 11000001 | 11 | 1101 | 0 | 11000 | 100011110 | 10001 | 1000111 |
Color Harmonies of #BBA8C1
Complementary color
Monochromatic Colors of #BBA8C1
Black with #BBA8C1
Text Example
Text Example
White with #BBA8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8C1; }
p { color: rgb(187,168,193); }
H1.HeaderClassName
{
color: #BBA8C1;
}
.AnyTagClassName
{
color: #BBA8C1;
}
</style>
background-color css
<style>
a { background-color: #BBA8C1; }
a { background-color: rgb(187,168,193); }
div.DivClassName
{
background-color: #BBA8C1;
}
.BgClassName
{
background-color: #BBA8C1;
}
</style>
border-color css
<style>
span { border-color: #BBA8C1; }
span { border-color: rgb(187,168,193); }
td.TdClassName
{
border-color: #BBA8C1;
}
.TagClassName
{
border-color: #BBA8C1;
}
</style>