Shades of Lola #BBA4BF
Tints of Lola #BBA4BF
RGB
CMYK
RGB Variations
Color information
#BBA4BF (or 0xBBA4BF) is known color: Lola. HEX triplet: BB, A4 and BF. RGB value is (187,164,191). Sum of RGB (Red+Green+Blue) = 187+164+191=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBA4BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4BF is #445B40. Grayscale: #ADADAD. Windows color (decimal): -4479809 or 12559547. OLE color: 12559547.
HSL color Cylindrical-coordinate representation of color #BBA4BF: hue angle of 291.11º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBA4BF is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 164 | 191 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.25 |
| HSL | 291.11º | 0.17% | 0.7% | - |
| HSV(B) | 291.11º | 0.14% | 0.75% | - |
| XYZ | 43.17 | 40.88 | 54.9 | - |
| YUV | 173.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 191 | 0.02 | 0.14 | 0 | 0.25 | 291.11 | 0.17 | 0.7 |
| Hex | BB | A4 | BF | 2 | E | 0 | 19 | 123 | 11 | 46 |
| Octal | 273 | 244 | 277 | 2 | 16 | 0 | 31 | 443 | 21 | 106 |
| Binary | 10111011 | 10100100 | 10111111 | 10 | 1110 | 0 | 11001 | 100100011 | 10001 | 1000110 |
Color Harmonies of #BBA4BF
Complementary color
Monochromatic Colors of #BBA4BF
Black with #BBA4BF
Text Example
Text Example
White with #BBA4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4BF; }
p { color: rgb(187,164,191); }
H1.HeaderClassName
{
color: #BBA4BF;
}
.AnyTagClassName
{
color: #BBA4BF;
}
</style>
background-color css
<style>
a { background-color: #BBA4BF; }
a { background-color: rgb(187,164,191); }
div.DivClassName
{
background-color: #BBA4BF;
}
.BgClassName
{
background-color: #BBA4BF;
}
</style>
border-color css
<style>
span { border-color: #BBA4BF; }
span { border-color: rgb(187,164,191); }
td.TdClassName
{
border-color: #BBA4BF;
}
.TagClassName
{
border-color: #BBA4BF;
}
</style>