#BCA3C1

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

Shades of Lola #BCA3C1

Tints of Lola #BCA3C1

Color information

#BCA3C1 (or 0xBCA3C1) is unknown color: approx Lola. HEX triplet: BC, A3 and C1. RGB value is (188,163,193). Sum of RGB (Red+Green+Blue) = 188+163+193=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCA3C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3C1 is #435C3E. Grayscale: #ADADAD. Windows color (decimal): -4414527 or 12690364. OLE color: 12690364.

HSL color Cylindrical-coordinate representation of color #BCA3C1: hue angle of 290º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCA3C1 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188163193-
CMYK0.030.1600.24
HSL290º19.48%69.8%-
HSV(B)290º15.54%75.69%-
XYZ43.4640.7456.02-
YUV173.9138.78138.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 163 (64.06% from 255) = 29.96%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=34.56%
G=29.96%
B=35.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881631930.030.1600.2429019.4869.8
HexBCA3C13100181221346
Octal27424330132003044223106
Binary1011110010100011110000011110000011000100100010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA3C1; }

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

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

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

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

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

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

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

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