Color Hex Logo

#bcbeb2 Color Hex

#BCBEB2
(188,190,178)
0 Favorites   0 Comments

Color spaces of #bcbeb2

RGB 188190178
HSL0.190.080.72
HSV70°75°
CMYK 0.010.000.06   0.25
XYZ47.188450.732649.4248
Yxy50.73260.32030.3443
Hunter Lab71.2268-6.38918.7170
CIE-Lab76.5167-2.86385.8054

#bcbeb2 color RGB value is (188,190,178).

#bcbeb2 hex color red value is 188, green value is 190 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #bcbeb2 hue: 0.19 , saturation: 0.08 and the lightness value of bcbeb2 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 10110010
Octal 274 276 262
Decimal 188 190 178
Hex BC BE B2

RGB Percentages of Color #bcbeb2

%33.81
%34.17
%32.01

CMYK Percentages of Color #bcbeb2

%1
%0
%6
%25

Triadic Colors of #bcbeb2

#bcbeb2 #b2bcbe #beb2bc

Analogous Colors of #bcbeb2

#bcbeb2 #b6beb2 #bebab2

Monochromatic Colors of #bcbeb2

#bcbeb2

Complementary Color

#bcbeb2 #b4b2be

#bcbeb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbeb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbeb2 Color CSS Codes

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

#bcbeb2 Text Font Color

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

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


#bcbeb2 Background Color

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

This div background color is #bcbeb2


#bcbeb2 Border Color

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

This div border color is #bcbeb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbeb2


Comments

No comments written yet.

Please login to write comment.