Color Hex Logo

#bca6ac Color Hex

#BCA6AC
(188,166,172)
0 Favorites   0 Comments

Color spaces of #bca6ac

RGB 188166172
HSL0.950.140.69
HSV344°12°74°
CMYK 0.000.120.09   0.26
XYZ41.821640.942444.7282
Yxy40.94240.32800.3211
Hunter Lab63.98624.69223.3450
CIE-Lab70.13559.0241-0.1651

#bca6ac color RGB value is (188,166,172).

#bca6ac hex color red value is 188, green value is 166 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bca6ac hue: 0.95 , saturation: 0.14 and the lightness value of bca6ac is 0.69.

The process color (four color CMYK) of #bca6ac color hex is 0.00, 0.12, 0.09, 0.26. Web safe color of #bca6ac is #cc9999. Color #bca6ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 10101100
Octal 274 246 254
Decimal 188 166 172
Hex BC A6 AC

RGB Percentages of Color #bca6ac

%35.74
%31.56
%32.70

CMYK Percentages of Color #bca6ac

%0
%12
%9
%26

Triadic Colors of #bca6ac

#bca6ac #acbca6 #a6acbc

Analogous Colors of #bca6ac

#bca6ac #bcaba6 #bca6b7

Monochromatic Colors of #bca6ac

#bca6ac

Complementary Color

#bca6ac #a6bcb6

#bca6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca6ac Color CSS Codes

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

#bca6ac Text Font Color

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

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


#bca6ac Background Color

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

This div background color is #bca6ac


#bca6ac Border Color

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

This div border color is #bca6ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca6ac


Comments

No comments written yet.

Please login to write comment.