Color Hex Logo

#bcacb1 Color Hex

#BCACB1
(188,172,177)
0 Favorites   0 Comments

Color spaces of #bcacb1

RGB 188172177
HSL0.950.110.71
HSV341°74°
CMYK 0.000.090.06   0.26
XYZ43.427443.370747.6775
Yxy43.37070.32290.3225
Hunter Lab65.85642.45873.1758
CIE-Lab71.80596.6309-0.4838

#bcacb1 color RGB value is (188,172,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 10110001
Octal 274 254 261
Decimal 188 172 177
Hex BC AC B1

RGB Percentages of Color #bcacb1

%35.01
%32.03
%32.96

CMYK Percentages of Color #bcacb1

%0
%9
%6
%26

Triadic Colors of #bcacb1

#bcacb1 #b1bcac #acb1bc

Analogous Colors of #bcacb1

#bcacb1 #bcafac #bcacb9

Monochromatic Colors of #bcacb1

#bcacb1

Complementary Color

#bcacb1 #acbcb7

#bcacb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacb1 Color CSS Codes

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

#bcacb1 Text Font Color

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

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


#bcacb1 Background Color

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

This div background color is #bcacb1


#bcacb1 Border Color

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

This div border color is #bcacb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacb1


Comments

No comments written yet.

Please login to write comment.