Color Hex Logo

#bcbcad Color Hex

#BCBCAD
(188,188,173)
1 Favorites   0 Comments

Color spaces of #bcbcad

RGB 188188173
HSL0.170.100.71
HSV60°74°
CMYK 0.000.000.08   0.26
XYZ46.265149.674946.6850
Yxy49.67490.32440.3483
Hunter Lab70.4804-6.168910.0636
CIE-Lab75.8693-2.67227.5834

#bcbcad color RGB value is (188,188,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 10101101
Octal 274 274 255
Decimal 188 188 173
Hex BC BC AD

RGB Percentages of Color #bcbcad

%34.24
%34.24
%31.51

CMYK Percentages of Color #bcbcad

%0
%0
%8
%26

Triadic Colors of #bcbcad

#bcbcad #adbcbc #bcadbc

Analogous Colors of #bcbcad

#bcbcad #b5bcad #bcb5ad

Monochromatic Colors of #bcbcad

#bcbcad

Complementary Color

#bcbcad #adadbc

#bcbcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbcad Color CSS Codes

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

#bcbcad Text Font Color

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

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


#bcbcad Background Color

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

This div background color is #bcbcad


#bcbcad Border Color

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

This div border color is #bcbcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbcad


Comments

No comments written yet.

Please login to write comment.