Shades of Lola #BCA0BC
Tints of Lola #BCA0BC
RGB
CMYK
RGB Variations
Color information
#BCA0BC (or 0xBCA0BC) is known color: Lola. HEX triplet: BC, A0 and BC. RGB value is (188,160,188). Sum of RGB (Red+Green+Blue) = 188+160+188=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCA0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0BC is #435F43. Grayscale: #ABABAB. Windows color (decimal): -4415300 or 12361916. OLE color: 12361916.
HSL color Cylindrical-coordinate representation of color #BCA0BC: hue angle of 300º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCA0BC is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 188 | - |
| CMYK | 0 | 0.15 | 0 | 0.26 |
| HSL | 300º | 0.17% | 0.68% | - |
| HSV(B) | 300º | 0.15% | 0.74% | - |
| XYZ | 42.39 | 39.46 | 52.96 | - |
| YUV | 171.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 188 | 0 | 0.15 | 0 | 0.26 | 300 | 0.17 | 0.68 |
| Hex | BC | A0 | BC | 0 | F | 0 | 1A | 12C | 11 | 44 |
| Octal | 274 | 240 | 274 | 0 | 17 | 0 | 32 | 454 | 21 | 104 |
| Binary | 10111100 | 10100000 | 10111100 | 0 | 1111 | 0 | 11010 | 100101100 | 10001 | 1000100 |
Color Harmonies of #BCA0BC
Complementary color
Monochromatic Colors of #BCA0BC
Black with #BCA0BC
Text Example
Text Example
White with #BCA0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA0BC; }
p { color: rgb(188,160,188); }
H1.HeaderClassName
{
color: #BCA0BC;
}
.AnyTagClassName
{
color: #BCA0BC;
}
</style>
background-color css
<style>
a { background-color: #BCA0BC; }
a { background-color: rgb(188,160,188); }
div.DivClassName
{
background-color: #BCA0BC;
}
.BgClassName
{
background-color: #BCA0BC;
}
</style>
border-color css
<style>
span { border-color: #BCA0BC; }
span { border-color: rgb(188,160,188); }
td.TdClassName
{
border-color: #BCA0BC;
}
.TagClassName
{
border-color: #BCA0BC;
}
</style>