Color Hex Logo

#bcc7bb Color Hex

#BCC7BB
(188,199,187)
0 Favorites   0 Comments

Color spaces of #bcc7bb

RGB 188199187
HSL0.320.100.76
HSV115°78°
CMYK 0.060.000.06   0.22
XYZ50.132155.126155.0119
Yxy55.12610.31280.3440
Hunter Lab74.2470-9.40768.0430
CIE-Lab79.1138-5.99104.6968

#bcc7bb color RGB value is (188,199,187).

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

The process color (four color CMYK) of #bcc7bb color hex is 0.06, 0.00, 0.06, 0.22. Web safe color of #bcc7bb is #cccccc. Color #bcc7bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 10111011
Octal 274 307 273
Decimal 188 199 187
Hex BC C7 BB

RGB Percentages of Color #bcc7bb

%32.75
%34.67
%32.58

CMYK Percentages of Color #bcc7bb

%6
%0
%6
%22

Triadic Colors of #bcc7bb

#bcc7bb #bbbcc7 #c7bbbc

Analogous Colors of #bcc7bb

#bcc7bb #bbc7c0 #c2c7bb

Monochromatic Colors of #bcc7bb

#bcc7bb

Complementary Color

#bcc7bb #c6bbc7

#bcc7bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc7bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc7bb Color CSS Codes

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

#bcc7bb Text Font Color

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

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


#bcc7bb Background Color

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

This div background color is #bcc7bb


#bcc7bb Border Color

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

This div border color is #bcc7bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc7bb


Comments

No comments written yet.

Please login to write comment.