Color Hex Logo

#bca3bf Color Hex

#BCA3BF
(188,163,191)
0 Favorites   0 Comments

Color spaces of #bca3bf

RGB 188163191
HSL0.820.180.69
HSV294°15°75°
CMYK 0.020.150.00   0.25
XYZ43.240240.647354.8569
Yxy40.64730.31170.2930
Hunter Lab63.75529.4910-6.3862
CIE-Lab69.928114.1705-10.9909

#bca3bf color RGB value is (188,163,191).

#bca3bf hex color red value is 188, green value is 163 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bca3bf hue: 0.82 , saturation: 0.18 and the lightness value of bca3bf is 0.69.

The process color (four color CMYK) of #bca3bf color hex is 0.02, 0.15, 0.00, 0.25. Web safe color of #bca3bf is #cc99cc. Color #bca3bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100011 10111111
Octal 274 243 277
Decimal 188 163 191
Hex BC A3 BF

RGB Percentages of Color #bca3bf

%34.69
%30.07
%35.24

CMYK Percentages of Color #bca3bf

%2
%15
%0
%25

Triadic Colors of #bca3bf

#bca3bf #bfbca3 #a3bfbc

Analogous Colors of #bca3bf

#bca3bf #bfa3b4 #aea3bf

Monochromatic Colors of #bca3bf

#bca3bf

Complementary Color

#bca3bf #a6bfa3

#bca3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca3bf Color CSS Codes

.mybgcolor {background-color:#bca3bf; } 
.myforecolor {color:#bca3bf; }
.mybordercolor {border:3px solid #bca3bf; }

#bca3bf Text Font Color

<p style="color:#bca3bf">Text here</p>

This sample text font color is #bca3bf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bca3bf Background Color

<div style="background-color:#bca3bf">
Div content here</div>

This div background color is #bca3bf


#bca3bf Border Color

<div style="border:3px solid #bca3bf">
Div here</div>

This div border color is #bca3bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,163,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bca3bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bca3bf;
  -webkit-box-shadow: 1px 1px 3px 2px #bca3bf;
  box-shadow:         1px 1px 3px 2px #bca3bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,163,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bca3bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bca3bf;
  -webkit-box-shadow: 1px 1px 3px 2px #bca3bf;
  box-shadow:         1px 1px 3px 2px #bca3bf;">
Div content here</div>

This div box has shadow with color #bca3bf

#bca3bf Color Palettes


Comments

No comments written yet.

Please login to write comment.