Color Hex Logo

#bc9ca2 Color Hex

#BC9CA2
(188,156,162)
0 Favorites   0 Comments

Color spaces of #bc9ca2

RGB 188156162
HSL0.970.190.67
HSV349°17°74°
CMYK 0.000.170.14   0.26
XYZ39.149137.076939.2756
Yxy37.07690.33890.3210
Hunter Lab60.89088.20584.3805
CIE-Lab67.334712.81721.3108

#bc9ca2 color RGB value is (188,156,162).

#bc9ca2 hex color red value is 188, green value is 156 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #bc9ca2 hue: 0.97 , saturation: 0.19 and the lightness value of bc9ca2 is 0.67.

The process color (four color CMYK) of #bc9ca2 color hex is 0.00, 0.17, 0.14, 0.26. Web safe color of #bc9ca2 is #cc9999. Color #bc9ca2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011100 10100010
Octal 274 234 242
Decimal 188 156 162
Hex BC 9C A2

RGB Percentages of Color #bc9ca2

%37.15
%30.83
%32.02

CMYK Percentages of Color #bc9ca2

%0
%17
%14
%26

Triadic Colors of #bc9ca2

#bc9ca2 #a2bc9c #9ca2bc

Analogous Colors of #bc9ca2

#bc9ca2 #bca69c #bc9cb2

Monochromatic Colors of #bc9ca2

#bc9ca2

Complementary Color

#bc9ca2 #9cbcb6

#bc9ca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9ca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9ca2 Color CSS Codes

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

#bc9ca2 Text Font Color

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

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


#bc9ca2 Background Color

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

This div background color is #bc9ca2


#bc9ca2 Border Color

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

This div border color is #bc9ca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9ca2


Comments

No comments written yet.

Please login to write comment.