Color Hex Logo

#bcbeb0 Color Hex

#BCBEB0
(188,190,176)
0 Favorites   0 Comments

Color spaces of #bcbeb0

RGB 188190176
HSL0.190.100.72
HSV69°75°
CMYK 0.010.000.07   0.25
XYZ46.989050.652948.3747
Yxy50.65290.32180.3469
Hunter Lab71.1709-6.69839.5203
CIE-Lab76.4683-3.21336.8182

#bcbeb0 color RGB value is (188,190,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 10110000
Octal 274 276 260
Decimal 188 190 176
Hex BC BE B0

RGB Percentages of Color #bcbeb0

%33.94
%34.30
%31.77

CMYK Percentages of Color #bcbeb0

%1
%0
%7
%25

Triadic Colors of #bcbeb0

#bcbeb0 #b0bcbe #beb0bc

Analogous Colors of #bcbeb0

#bcbeb0 #b5beb0 #beb9b0

Monochromatic Colors of #bcbeb0

#bcbeb0

Complementary Color

#bcbeb0 #b2b0be

#bcbeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbeb0 Color CSS Codes

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

#bcbeb0 Text Font Color

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

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


#bcbeb0 Background Color

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

This div background color is #bcbeb0


#bcbeb0 Border Color

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

This div border color is #bcbeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbeb0


Comments

No comments written yet.

Please login to write comment.