Shades of Lola #BCA6BC
Tints of Lola #BCA6BC
RGB
CMYK
RGB Variations
Color information
#BCA6BC (or 0xBCA6BC) is known color: Lola. HEX triplet: BC, A6 and BC. RGB value is (188,166,188). Sum of RGB (Red+Green+Blue) = 188+166+188=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCA6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6BC is #435943. Grayscale: #AFAFAF. Windows color (decimal): -4413764 or 12363452. OLE color: 12363452.
HSL color Cylindrical-coordinate representation of color #BCA6BC: hue angle of 300º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCA6BC is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 188 | - |
| CMYK | 0 | 0.12 | 0 | 0.26 |
| HSL | 300º | 0.14% | 0.69% | - |
| HSV(B) | 300º | 0.12% | 0.74% | - |
| XYZ | 43.45 | 41.59 | 53.32 | - |
| YUV | 175.09 | 135.29 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 188 | 0 | 0.12 | 0 | 0.26 | 300 | 0.14 | 0.69 |
| Hex | BC | A6 | BC | 0 | C | 0 | 1A | 12C | E | 45 |
| Octal | 274 | 246 | 274 | 0 | 14 | 0 | 32 | 454 | 16 | 105 |
| Binary | 10111100 | 10100110 | 10111100 | 0 | 1100 | 0 | 11010 | 100101100 | 1110 | 1000101 |
Color Harmonies of #BCA6BC
Complementary color
Monochromatic Colors of #BCA6BC
Black with #BCA6BC
Text Example
Text Example
White with #BCA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA6BC; }
p { color: rgb(188,166,188); }
H1.HeaderClassName
{
color: #BCA6BC;
}
.AnyTagClassName
{
color: #BCA6BC;
}
</style>
background-color css
<style>
a { background-color: #BCA6BC; }
a { background-color: rgb(188,166,188); }
div.DivClassName
{
background-color: #BCA6BC;
}
.BgClassName
{
background-color: #BCA6BC;
}
</style>
border-color css
<style>
span { border-color: #BCA6BC; }
span { border-color: rgb(188,166,188); }
td.TdClassName
{
border-color: #BCA6BC;
}
.TagClassName
{
border-color: #BCA6BC;
}
</style>