Color Hex Logo

#bcbbad Color Hex

#BCBBAD
(188,187,173)
0 Favorites   0 Comments

Color spaces of #bcbbad

RGB 188187173
HSL0.160.100.71
HSV56°74°
CMYK 0.000.010.08   0.26
XYZ46.052249.249146.6140
Yxy49.24910.32450.3470
Hunter Lab70.1777-5.67529.7423
CIE-Lab75.6060-2.14187.2060

#bcbbad color RGB value is (188,187,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 10101101
Octal 274 273 255
Decimal 188 187 173
Hex BC BB AD

RGB Percentages of Color #bcbbad

%34.31
%34.12
%31.57

CMYK Percentages of Color #bcbbad

%0
%1
%8
%26

Triadic Colors of #bcbbad

#bcbbad #adbcbb #bbadbc

Analogous Colors of #bcbbad

#bcbbad #b6bcad #bcb4ad

Monochromatic Colors of #bcbbad

#bcbbad

Complementary Color

#bcbbad #adaebc

#bcbbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbad Color CSS Codes

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

#bcbbad Text Font Color

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

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


#bcbbad Background Color

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

This div background color is #bcbbad


#bcbbad Border Color

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

This div border color is #bcbbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbad


Comments

No comments written yet.

Please login to write comment.