Color Hex Logo

#bcb6ad Color Hex

#BCB6AD
(188,182,173)
0 Favorites   0 Comments

Color spaces of #bcb6ad

RGB 188182173
HSL0.100.100.71
HSV36°74°
CMYK 0.000.030.08   0.26
XYZ45.009847.164446.2665
Yxy47.16440.32510.3407
Hunter Lab68.6763-3.19658.1304
CIE-Lab74.29480.52445.3207

#bcb6ad color RGB value is (188,182,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110110 10101101
Octal 274 266 255
Decimal 188 182 173
Hex BC B6 AD

RGB Percentages of Color #bcb6ad

%34.62
%33.52
%31.86

CMYK Percentages of Color #bcb6ad

%0
%3
%8
%26

Triadic Colors of #bcb6ad

#bcb6ad #adbcb6 #b6adbc

Analogous Colors of #bcb6ad

#bcb6ad #bbbcad #bcafad

Monochromatic Colors of #bcb6ad

#bcb6ad

Complementary Color

#bcb6ad #adb3bc

#bcb6ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb6ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb6ad Color CSS Codes

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

#bcb6ad Text Font Color

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

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


#bcb6ad Background Color

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

This div background color is #bcb6ad


#bcb6ad Border Color

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

This div border color is #bcb6ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb6ad

#bcb6ad Color Palettes


Comments

No comments written yet.

Please login to write comment.