Color Hex Logo

#bcccbd Color Hex

#BCCCBD
(188,204,189)
0 Favorites   0 Comments

Color spaces of #bcccbd

RGB 188204189
HSL0.340.140.77
HSV124°80°
CMYK 0.080.000.07   0.20
XYZ51.517257.551256.5374
Yxy57.55120.31110.3475
Hunter Lab75.8625-11.54258.9172
CIE-Lab80.4886-8.23005.6081

#bcccbd color RGB value is (188,204,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 10111101
Octal 274 314 275
Decimal 188 204 189
Hex BC CC BD

RGB Percentages of Color #bcccbd

%32.36
%35.11
%32.53

CMYK Percentages of Color #bcccbd

%8
%0
%7
%20

Triadic Colors of #bcccbd

#bcccbd #bdbccc #ccbdbc

Analogous Colors of #bcccbd

#bcccbd #bcccc5 #c3ccbc

Monochromatic Colors of #bcccbd

#bcccbd

Complementary Color

#bcccbd #ccbccb

#bcccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcccbd Color CSS Codes

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

#bcccbd Text Font Color

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

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


#bcccbd Background Color

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

This div background color is #bcccbd


#bcccbd Border Color

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

This div border color is #bcccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcccbd


Comments

No comments written yet.

Please login to write comment.