Shades of Lola #BBA7C1
Tints of Lola #BBA7C1
RGB
CMYK
RGB Variations
Color information
#BBA7C1 (or 0xBBA7C1) is known color: Lola. HEX triplet: BB, A7 and C1. RGB value is (187,167,193). Sum of RGB (Red+Green+Blue) = 187+167+193=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 167 (65.62% from 255 or 30.53% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBA7C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7C1 is #44583E. Grayscale: #AFAFAF. Windows color (decimal): -4479039 or 12691387. OLE color: 12691387.
HSL color Cylindrical-coordinate representation of color #BBA7C1: hue angle of 286.15º 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 #BBA7C1 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 167 | 193 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.24 |
| HSL | 286.15º | 0.17% | 0.71% | - |
| HSV(B) | 286.15º | 0.13% | 0.76% | - |
| XYZ | 43.94 | 42.05 | 56.25 | - |
| YUV | 175.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 193 | 0.03 | 0.13 | 0 | 0.24 | 286.15 | 0.17 | 0.71 |
| Hex | BB | A7 | C1 | 3 | D | 0 | 18 | 11E | 11 | 47 |
| Octal | 273 | 247 | 301 | 3 | 15 | 0 | 30 | 436 | 21 | 107 |
| Binary | 10111011 | 10100111 | 11000001 | 11 | 1101 | 0 | 11000 | 100011110 | 10001 | 1000111 |
Color Harmonies of #BBA7C1
Complementary color
Monochromatic Colors of #BBA7C1
Black with #BBA7C1
Text Example
Text Example
White with #BBA7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA7C1; }
p { color: rgb(187,167,193); }
H1.HeaderClassName
{
color: #BBA7C1;
}
.AnyTagClassName
{
color: #BBA7C1;
}
</style>
background-color css
<style>
a { background-color: #BBA7C1; }
a { background-color: rgb(187,167,193); }
div.DivClassName
{
background-color: #BBA7C1;
}
.BgClassName
{
background-color: #BBA7C1;
}
</style>
border-color css
<style>
span { border-color: #BBA7C1; }
span { border-color: rgb(187,167,193); }
td.TdClassName
{
border-color: #BBA7C1;
}
.TagClassName
{
border-color: #BBA7C1;
}
</style>