Color Hex Logo

#bcccbb Color Hex

#BCCCBB
(188,204,187)
0 Favorites   0 Comments

Color spaces of #bcccbb

RGB 188204187
HSL0.320.140.77
HSV116°80°
CMYK 0.080.000.08   0.20
XYZ51.301557.465055.4017
Yxy57.46500.31250.3500
Hunter Lab75.8057-11.86009.7326
CIE-Lab80.4404-8.59206.6087

#bcccbb color RGB value is (188,204,187).

#bcccbb hex color red value is 188, green value is 204 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bcccbb hue: 0.32 , saturation: 0.14 and the lightness value of bcccbb is 0.77.

The process color (four color CMYK) of #bcccbb color hex is 0.08, 0.00, 0.08, 0.20. Web safe color of #bcccbb is #cccccc. Color #bcccbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 10111011
Octal 274 314 273
Decimal 188 204 187
Hex BC CC BB

RGB Percentages of Color #bcccbb

%32.47
%35.23
%32.30

CMYK Percentages of Color #bcccbb

%8
%0
%8
%20

Triadic Colors of #bcccbb

#bcccbb #bbbccc #ccbbbc

Analogous Colors of #bcccbb

#bcccbb #bbccc3 #c5ccbb

Monochromatic Colors of #bcccbb

#bcccbb

Complementary Color

#bcccbb #cbbbcc

#bcccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcccbb Color CSS Codes

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

#bcccbb Text Font Color

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

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


#bcccbb Background Color

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

This div background color is #bcccbb


#bcccbb Border Color

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

This div border color is #bcccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcccbb


Comments

No comments written yet.

Please login to write comment.