Shades of Lola #BBA1C1
Tints of Lola #BBA1C1
RGB
CMYK
RGB Variations
Color information
#BBA1C1 (or 0xBBA1C1) is known color: Lola. HEX triplet: BB, A1 and C1. RGB value is (187,161,193). Sum of RGB (Red+Green+Blue) = 187+161+193=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBA1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1C1 is #445E3E. Grayscale: #ACACAC. Windows color (decimal): -4480575 or 12689851. OLE color: 12689851.
HSL color Cylindrical-coordinate representation of color #BBA1C1: hue angle of 288.75º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBA1C1 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 161 | 193 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.24 |
| HSL | 288.75º | 0.21% | 0.69% | - |
| HSV(B) | 288.75º | 0.17% | 0.76% | - |
| XYZ | 42.86 | 39.9 | 55.9 | - |
| YUV | 172.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 193 | 0.03 | 0.17 | 0 | 0.24 | 288.75 | 0.21 | 0.69 |
| Hex | BB | A1 | C1 | 3 | 11 | 0 | 18 | 121 | 15 | 45 |
| Octal | 273 | 241 | 301 | 3 | 21 | 0 | 30 | 441 | 25 | 105 |
| Binary | 10111011 | 10100001 | 11000001 | 11 | 10001 | 0 | 11000 | 100100001 | 10101 | 1000101 |
Color Harmonies of #BBA1C1
Complementary color
Monochromatic Colors of #BBA1C1
Black with #BBA1C1
Text Example
Text Example
White with #BBA1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA1C1; }
p { color: rgb(187,161,193); }
H1.HeaderClassName
{
color: #BBA1C1;
}
.AnyTagClassName
{
color: #BBA1C1;
}
</style>
background-color css
<style>
a { background-color: #BBA1C1; }
a { background-color: rgb(187,161,193); }
div.DivClassName
{
background-color: #BBA1C1;
}
.BgClassName
{
background-color: #BBA1C1;
}
</style>
border-color css
<style>
span { border-color: #BBA1C1; }
span { border-color: rgb(187,161,193); }
td.TdClassName
{
border-color: #BBA1C1;
}
.TagClassName
{
border-color: #BBA1C1;
}
</style>