Color Hex Logo

#bcc3bf Color Hex

#BCC3BF
(188,195,191)
0 Favorites   0 Comments

Color spaces of #bcc3bf

RGB 188195191
HSL0.400.060.75
HSV146°76°
CMYK 0.040.000.02   0.24
XYZ49.658153.483256.9962
Yxy53.48320.31010.3340
Hunter Lab73.1322-6.77664.9844
CIE-Lab78.1594-3.15441.1586

#bcc3bf color RGB value is (188,195,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000011 10111111
Octal 274 303 277
Decimal 188 195 191
Hex BC C3 BF

RGB Percentages of Color #bcc3bf

%32.75
%33.97
%33.28

CMYK Percentages of Color #bcc3bf

%4
%0
%2
%24

Triadic Colors of #bcc3bf

#bcc3bf #bfbcc3 #c3bfbc

Analogous Colors of #bcc3bf

#bcc3bf #bcc3c3 #bdc3bc

Monochromatic Colors of #bcc3bf

#bcc3bf

Complementary Color

#bcc3bf #c3bcc0

#bcc3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc3bf Color CSS Codes

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

#bcc3bf Text Font Color

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

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


#bcc3bf Background Color

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

This div background color is #bcc3bf


#bcc3bf Border Color

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

This div border color is #bcc3bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc3bf


Comments

No comments written yet.

Please login to write comment.