Color Hex Logo

#bcccb2 Color Hex

#BCCCB2
(188,204,178)
0 Favorites   0 Comments

Color spaces of #bcccb2

RGB 188204178
HSL0.270.200.75
HSV97°13°80°
CMYK 0.080.000.13   0.20
XYZ50.367857.091450.4846
Yxy57.09140.31890.3615
Hunter Lab75.5589-13.239313.2766
CIE-Lab80.2310-10.174111.1183

#bcccb2 color RGB value is (188,204,178).

#bcccb2 hex color red value is 188, green value is 204 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #bcccb2 hue: 0.27 , saturation: 0.20 and the lightness value of bcccb2 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 10110010
Octal 274 314 262
Decimal 188 204 178
Hex BC CC B2

RGB Percentages of Color #bcccb2

%32.98
%35.79
%31.23

CMYK Percentages of Color #bcccb2

%8
%0
%13
%20

Triadic Colors of #bcccb2

#bcccb2 #b2bccc #ccb2bc

Analogous Colors of #bcccb2

#bcccb2 #b2ccb5 #c9ccb2

Monochromatic Colors of #bcccb2

#bcccb2

Complementary Color

#bcccb2 #c2b2cc

#bcccb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcccb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcccb2 Color CSS Codes

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

#bcccb2 Text Font Color

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

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


#bcccb2 Background Color

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

This div background color is #bcccb2


#bcccb2 Border Color

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

This div border color is #bcccb2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,204,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 #bcccb2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcccb2


Comments

No comments written yet.

Please login to write comment.