Color Hex Logo

#bcc1bf Color Hex

#BCC1BF
(188,193,191)
0 Favorites   0 Comments

Color spaces of #bcc1bf

RGB 188193191
HSL0.430.040.75
HSV156°76°
CMYK 0.030.000.01   0.24
XYZ49.213052.592956.8479
Yxy52.59290.31020.3315
Hunter Lab72.5210-5.78094.2883
CIE-Lab77.6340-2.09650.3927

#bcc1bf color RGB value is (188,193,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000001 10111111
Octal 274 301 277
Decimal 188 193 191
Hex BC C1 BF

RGB Percentages of Color #bcc1bf

%32.87
%33.74
%33.39

CMYK Percentages of Color #bcc1bf

%3
%0
%1
%24

Triadic Colors of #bcc1bf

#bcc1bf #bfbcc1 #c1bfbc

Analogous Colors of #bcc1bf

#bcc1bf #bcc1c1 #bcc1bd

Monochromatic Colors of #bcc1bf

#bcc1bf

Complementary Color

#bcc1bf #c1bcbe

#bcc1bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc1bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc1bf Color CSS Codes

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

#bcc1bf Text Font Color

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

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


#bcc1bf Background Color

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

This div background color is #bcc1bf


#bcc1bf Border Color

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

This div border color is #bcc1bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc1bf


Comments

No comments written yet.

Please login to write comment.