Shades of Lola #BCA9BA
Tints of Lola #BCA9BA
RGB
CMYK
RGB Variations
Color information
#BCA9BA (or 0xBCA9BA) is known color: Lola. HEX triplet: BC, A9 and BA. RGB value is (188,169,186). Sum of RGB (Red+Green+Blue) = 188+169+186=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA9BA is #435645. Grayscale: #B0B0B0. Windows color (decimal): -4412998 or 12233148. OLE color: 12233148.
HSL color Cylindrical-coordinate representation of color #BCA9BA: hue angle of 306.32º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCA9BA is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 169 | 186 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.26 |
| HSL | 306.32º | 0.12% | 0.7% | - |
| HSV(B) | 306.32º | 0.1% | 0.74% | - |
| XYZ | 43.79 | 42.61 | 52.37 | - |
| YUV | 176.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 169 | 186 | 0 | 0.10 | 0.01 | 0.26 | 306.32 | 0.12 | 0.7 |
| Hex | BC | A9 | BA | 0 | A | 1 | 1A | 132 | C | 46 |
| Octal | 274 | 251 | 272 | 0 | 12 | 1 | 32 | 462 | 14 | 106 |
| Binary | 10111100 | 10101001 | 10111010 | 0 | 1010 | 1 | 11010 | 100110010 | 1100 | 1000110 |
Color Harmonies of #BCA9BA
Complementary color
Monochromatic Colors of #BCA9BA
Black with #BCA9BA
Text Example
Text Example
White with #BCA9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA9BA; }
p { color: rgb(188,169,186); }
H1.HeaderClassName
{
color: #BCA9BA;
}
.AnyTagClassName
{
color: #BCA9BA;
}
</style>
background-color css
<style>
a { background-color: #BCA9BA; }
a { background-color: rgb(188,169,186); }
div.DivClassName
{
background-color: #BCA9BA;
}
.BgClassName
{
background-color: #BCA9BA;
}
</style>
border-color css
<style>
span { border-color: #BCA9BA; }
span { border-color: rgb(188,169,186); }
td.TdClassName
{
border-color: #BCA9BA;
}
.TagClassName
{
border-color: #BCA9BA;
}
</style>