Shades of Lola #BCA3BC
Tints of Lola #BCA3BC
RGB
CMYK
RGB Variations
Color information
#BCA3BC (or 0xBCA3BC) is known color: Lola. HEX triplet: BC, A3 and BC. RGB value is (188,163,188). Sum of RGB (Red+Green+Blue) = 188+163+188=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCA3BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3BC is #435C43. Grayscale: #ADADAD. Windows color (decimal): -4414532 or 12362684. OLE color: 12362684.
HSL color Cylindrical-coordinate representation of color #BCA3BC: hue angle of 300º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCA3BC is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 163 | 188 | - |
CMYK | 0 | 0.13 | 0 | 0.26 |
HSL | 300º | 0.16% | 0.69% | - |
HSV(B) | 300º | 0.13% | 0.74% | - |
XYZ | 42.91 | 40.52 | 53.14 | - |
YUV | 173.33 | 136.28 | 138.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 163 | 188 | 0 | 0.13 | 0 | 0.26 | 300 | 0.16 | 0.69 |
Hex | BC | A3 | BC | 0 | D | 0 | 1A | 12C | 10 | 45 |
Octal | 274 | 243 | 274 | 0 | 15 | 0 | 32 | 454 | 20 | 105 |
Binary | 10111100 | 10100011 | 10111100 | 0 | 1101 | 0 | 11010 | 100101100 | 10000 | 1000101 |
Color Harmonies of #BCA3BC
Complementary color
Monochromatic Colors of #BCA3BC
Black with #BCA3BC
Text Example
Text Example
White with #BCA3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA3BC; }
p { color: rgb(188,163,188); }
H1.HeaderClassName
{
color: #BCA3BC;
}
.AnyTagClassName
{
color: #BCA3BC;
}
</style>
background-color css
<style>
a { background-color: #BCA3BC; }
a { background-color: rgb(188,163,188); }
div.DivClassName
{
background-color: #BCA3BC;
}
.BgClassName
{
background-color: #BCA3BC;
}
</style>
border-color css
<style>
span { border-color: #BCA3BC; }
span { border-color: rgb(188,163,188); }
td.TdClassName
{
border-color: #BCA3BC;
}
.TagClassName
{
border-color: #BCA3BC;
}
</style>