Color Hex Logo

#bcb2ad Color Hex

#BCB2AD
(188,178,173)
0 Favorites   0 Comments

Color spaces of #bcb2ad

RGB 188178173
HSL0.060.100.71
HSV20°74°
CMYK 0.000.050.08   0.26
XYZ44.202345.549345.9973
Yxy45.54930.32560.3355
Hunter Lab67.4902-1.20046.8346
CIE-Lab73.25212.67403.8152

#bcb2ad color RGB value is (188,178,173).

#bcb2ad hex color red value is 188, green value is 178 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bcb2ad hue: 0.06 , saturation: 0.10 and the lightness value of bcb2ad is 0.71.

The process color (four color CMYK) of #bcb2ad color hex is 0.00, 0.05, 0.08, 0.26. Web safe color of #bcb2ad is #cc9999. Color #bcb2ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110010 10101101
Octal 274 262 255
Decimal 188 178 173
Hex BC B2 AD

RGB Percentages of Color #bcb2ad

%34.88
%33.02
%32.10

CMYK Percentages of Color #bcb2ad

%0
%5
%8
%26

Triadic Colors of #bcb2ad

#bcb2ad #adbcb2 #b2adbc

Analogous Colors of #bcb2ad

#bcb2ad #bcbaad #bcadb0

Monochromatic Colors of #bcb2ad

#bcb2ad

Complementary Color

#bcb2ad #adb7bc

#bcb2ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb2ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb2ad Color CSS Codes

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

#bcb2ad Text Font Color

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

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


#bcb2ad Background Color

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

This div background color is #bcb2ad


#bcb2ad Border Color

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

This div border color is #bcb2ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb2ad

#bcb2ad Color Palettes


Comments

No comments written yet.

Please login to write comment.