Color Hex Logo

#bcbcac Color Hex

#BCBCAC
(188,188,172)
0 Favorites   0 Comments

Color spaces of #bcbcac

RGB 188188172
HSL0.170.110.71
HSV60°74°
CMYK 0.000.000.09   0.26
XYZ46.168749.636446.1772
Yxy49.63640.32520.3496
Hunter Lab70.4531-6.319910.4566
CIE-Lab75.8455-2.84328.0912

#bcbcac color RGB value is (188,188,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 10101100
Octal 274 274 254
Decimal 188 188 172
Hex BC BC AC

RGB Percentages of Color #bcbcac

%34.31
%34.31
%31.39

CMYK Percentages of Color #bcbcac

%0
%0
%9
%26

Triadic Colors of #bcbcac

#bcbcac #acbcbc #bcacbc

Analogous Colors of #bcbcac

#bcbcac #b4bcac #bcb4ac

Monochromatic Colors of #bcbcac

#bcbcac

Complementary Color

#bcbcac #acacbc

#bcbcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbcac Color CSS Codes

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

#bcbcac Text Font Color

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

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


#bcbcac Background Color

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

This div background color is #bcbcac


#bcbcac Border Color

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

This div border color is #bcbcac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,188,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 #bcbcac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbcac


Comments

No comments written yet.

Please login to write comment.