Color Hex Logo

#bca2c3 Color Hex

#BCA2C3
(188,162,195)
0 Favorites   0 Comments

Color spaces of #bca2c3

RGB 188162195
HSL0.800.220.70
HSV287°17°76°
CMYK 0.040.170.00   0.24
XYZ43.509740.472257.1485
Yxy40.47220.30830.2868
Hunter Lab63.617810.7493-8.7284
CIE-Lab69.804515.5004-13.3898

#bca2c3 color RGB value is (188,162,195).

#bca2c3 hex color red value is 188, green value is 162 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #bca2c3 hue: 0.80 , saturation: 0.22 and the lightness value of bca2c3 is 0.70.

The process color (four color CMYK) of #bca2c3 color hex is 0.04, 0.17, 0.00, 0.24. Web safe color of #bca2c3 is #cc99cc. Color #bca2c3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 11000011
Octal 274 242 303
Decimal 188 162 195
Hex BC A2 C3

RGB Percentages of Color #bca2c3

%34.50
%29.72
%35.78

CMYK Percentages of Color #bca2c3

%4
%17
%0
%24

Triadic Colors of #bca2c3

#bca2c3 #c3bca2 #a2c3bc

Analogous Colors of #bca2c3

#bca2c3 #c3a2ba #aca2c3

Monochromatic Colors of #bca2c3

#bca2c3

Complementary Color

#bca2c3 #a9c3a2

#bca2c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca2c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca2c3 Color CSS Codes

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

#bca2c3 Text Font Color

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

This sample text font color is #bca2c3
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.


#bca2c3 Background Color

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

This div background color is #bca2c3


#bca2c3 Border Color

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

This div border color is #bca2c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca2c3


Comments

No comments written yet.

Please login to write comment.