Color Hex Logo

#bcbe88 Color Hex

#BCBE88
(188,190,136)
0 Favorites   0 Comments

Color spaces of #bcbe88

RGB 188190136
HSL0.170.290.64
HSV62°28°75°
CMYK 0.010.000.28   0.25
XYZ43.596449.295930.5098
Yxy49.29590.35330.3995
Hunter Lab70.2110-12.032723.3836
CIE-Lab75.6350-9.375327.1165

#bcbe88 color RGB value is (188,190,136).

#bcbe88 hex color red value is 188, green value is 190 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bcbe88 hue: 0.17 , saturation: 0.29 and the lightness value of bcbe88 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 10001000
Octal 274 276 210
Decimal 188 190 136
Hex BC BE 88

RGB Percentages of Color #bcbe88

%36.58
%36.96
%26.46

CMYK Percentages of Color #bcbe88

%1
%0
%28
%25

Triadic Colors of #bcbe88

#bcbe88 #88bcbe #be88bc

Analogous Colors of #bcbe88

#bcbe88 #a1be88 #bea588

Monochromatic Colors of #bcbe88

#bcbe88

Complementary Color

#bcbe88 #8a88be

#bcbe88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbe88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbe88 Color CSS Codes

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

#bcbe88 Text Font Color

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

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


#bcbe88 Background Color

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

This div background color is #bcbe88


#bcbe88 Border Color

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

This div border color is #bcbe88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbe88


Comments

No comments written yet.

Please login to write comment.