#BCA0C1

Color #BCA0C1 Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #BCA0C1

Tints of Lola #BCA0C1

Color information

#BCA0C1 (or 0xBCA0C1) is unknown color: approx Lola. HEX triplet: BC, A0 and C1. RGB value is (188,160,193). Sum of RGB (Red+Green+Blue) = 188+160+193=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 160 (62.89% from 255 or 29.57% 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 #BCA0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0C1 is #435F3E. Grayscale: #ACACAC. Windows color (decimal): -4415295 or 12689596. OLE color: 12689596.

HSL color Cylindrical-coordinate representation of color #BCA0C1: hue angle of 290.91º 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 #BCA0C1 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188160193-
CMYK0.030.1700.24
HSL290.91º21.02%69.22%-
HSV(B)290.91º17.1%75.69%-
XYZ42.9439.6855.85-
YUV172.13139.78139.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 160 (62.89% from 255) = 29.57%
BLUE value IS 193 (75.78% from 255) = 35.67%
R=34.75%
G=29.57%
B=35.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881601930.030.1700.24290.9121.0269.22
HexBCA0C13110181231545
Octal27424030132103044325105
Binary1011110010100000110000011110001011000100100011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA0C1; }

 p { color: rgb(188,160,193); }

 H1.HeaderClassName
 {
   color: #BCA0C1;
 }
 .AnyTagClassName
 {
   color: #BCA0C1;
 }
</style>
background-color css

<style>
 a { background-color: #BCA0C1; }

 a { background-color: rgb(188,160,193); }

 div.DivClassName
 {
   background-color: #BCA0C1;
 }
 .BgClassName
 {
   background-color: #BCA0C1;
 }
</style>
border-color css

<style>
 span { border-color: #BCA0C1; }

 span { border-color: rgb(188,160,193); }

 td.TdClassName
 {
   border-color: #BCA0C1;
 }
 .TagClassName
 {
   border-color: #BCA0C1;
 }
</style>