Color Hex Logo

#bcbebd Color Hex

#BCBEBD
(188,190,189)
0 Favorites   0 Comments

Color spaces of #bcbebd

RGB 188190189
HSL0.420.020.74
HSV150°75°
CMYK 0.010.000.01   0.25
XYZ48.337851.192455.4776
Yxy51.19240.31180.3303
Hunter Lab71.5489-4.61744.1119
CIE-Lab76.7954-0.87610.2513

#bcbebd color RGB value is (188,190,189).

#bcbebd hex color red value is 188, green value is 190 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bcbebd hue: 0.42 , saturation: 0.02 and the lightness value of bcbebd is 0.74.

The process color (four color CMYK) of #bcbebd color hex is 0.01, 0.00, 0.01, 0.25. Web safe color of #bcbebd is #cccccc. Color #bcbebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 10111101
Octal 274 276 275
Decimal 188 190 189
Hex BC BE BD

RGB Percentages of Color #bcbebd

%33.16
%33.51
%33.33

CMYK Percentages of Color #bcbebd

%1
%0
%1
%25

Triadic Colors of #bcbebd

#bcbebd #bdbcbe #bebdbc

Analogous Colors of #bcbebd

#bcbebd #bcbebe #bcbebc

Monochromatic Colors of #bcbebd

#bcbebd

Complementary Color

#bcbebd #bebcbd

#bcbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbebd Color CSS Codes

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

#bcbebd Text Font Color

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

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


#bcbebd Background Color

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

This div background color is #bcbebd


#bcbebd Border Color

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

This div border color is #bcbebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbebd


Comments

No comments written yet.

Please login to write comment.