Color Hex Logo

#bcbeb7 Color Hex

#BCBEB7
(188,190,183)
0 Favorites   0 Comments

Color spaces of #bcbeb7

RGB 188190183
HSL0.210.050.73
HSV77°75°
CMYK 0.010.000.04   0.25
XYZ47.699750.937252.1176
Yxy50.93720.31640.3379
Hunter Lab71.3703-5.59926.6632
CIE-Lab76.6410-1.97433.2773

#bcbeb7 color RGB value is (188,190,183).

#bcbeb7 hex color red value is 188, green value is 190 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #bcbeb7 hue: 0.21 , saturation: 0.05 and the lightness value of bcbeb7 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 10110111
Octal 274 276 267
Decimal 188 190 183
Hex BC BE B7

RGB Percentages of Color #bcbeb7

%33.51
%33.87
%32.62

CMYK Percentages of Color #bcbeb7

%1
%0
%4
%25

Triadic Colors of #bcbeb7

#bcbeb7 #b7bcbe #beb7bc

Analogous Colors of #bcbeb7

#bcbeb7 #b9beb7 #bebdb7

Monochromatic Colors of #bcbeb7

#bcbeb7

Complementary Color

#bcbeb7 #b9b7be

#bcbeb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbeb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbeb7 Color CSS Codes

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

#bcbeb7 Text Font Color

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

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


#bcbeb7 Background Color

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

This div background color is #bcbeb7


#bcbeb7 Border Color

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

This div border color is #bcbeb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbeb7


Comments

No comments written yet.

Please login to write comment.