Color Hex Logo

#bcc3bb Color Hex

#BCC3BB
(188,195,187)
0 Favorites   0 Comments

Color spaces of #bcc3bb

RGB 188195187
HSL0.310.060.75
HSV113°76°
CMYK 0.040.000.04   0.24
XYZ49.223853.309454.7091
Yxy53.30940.31300.3390
Hunter Lab73.0133-7.43286.6831
CIE-Lab78.0573-3.89173.1680

#bcc3bb color RGB value is (188,195,187).

#bcc3bb hex color red value is 188, green value is 195 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bcc3bb hue: 0.31 , saturation: 0.06 and the lightness value of bcc3bb is 0.75.

The process color (four color CMYK) of #bcc3bb color hex is 0.04, 0.00, 0.04, 0.24. Web safe color of #bcc3bb is #cccccc. Color #bcc3bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000011 10111011
Octal 274 303 273
Decimal 188 195 187
Hex BC C3 BB

RGB Percentages of Color #bcc3bb

%32.98
%34.21
%32.81

CMYK Percentages of Color #bcc3bb

%4
%0
%4
%24

Triadic Colors of #bcc3bb

#bcc3bb #bbbcc3 #c3bbbc

Analogous Colors of #bcc3bb

#bcc3bb #bbc3be #c0c3bb

Monochromatic Colors of #bcc3bb

#bcc3bb

Complementary Color

#bcc3bb #c2bbc3

#bcc3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc3bb Color CSS Codes

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

#bcc3bb Text Font Color

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

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


#bcc3bb Background Color

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

This div background color is #bcc3bb


#bcc3bb Border Color

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

This div border color is #bcc3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc3bb


Comments

No comments written yet.

Please login to write comment.