Color Hex Logo

#bcacb4 Color Hex

#BCACB4
(188,172,180)
0 Favorites   0 Comments

Color spaces of #bcacb4

RGB 188172180
HSL0.920.110.71
HSV330°74°
CMYK 0.000.090.04   0.26
XYZ43.729843.491749.2699
Yxy43.49170.32040.3186
Hunter Lab65.94822.95261.8682
CIE-Lab71.88747.1711-2.0155

#bcacb4 color RGB value is (188,172,180).

#bcacb4 hex color red value is 188, green value is 172 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #bcacb4 hue: 0.92 , saturation: 0.11 and the lightness value of bcacb4 is 0.71.

The process color (four color CMYK) of #bcacb4 color hex is 0.00, 0.09, 0.04, 0.26. Web safe color of #bcacb4 is #cc99cc. Color #bcacb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 10110100
Octal 274 254 264
Decimal 188 172 180
Hex BC AC B4

RGB Percentages of Color #bcacb4

%34.81
%31.85
%33.33

CMYK Percentages of Color #bcacb4

%0
%9
%4
%26

Triadic Colors of #bcacb4

#bcacb4 #b4bcac #acb4bc

Analogous Colors of #bcacb4

#bcacb4 #bcacac #bcacbc

Monochromatic Colors of #bcacb4

#bcacb4

Complementary Color

#bcacb4 #acbcb4

#bcacb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacb4 Color CSS Codes

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

#bcacb4 Text Font Color

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

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


#bcacb4 Background Color

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

This div background color is #bcacb4


#bcacb4 Border Color

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

This div border color is #bcacb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacb4


Comments

No comments written yet.

Please login to write comment.