Color Hex Logo

#bcc5bf Color Hex

#BCC5BF
(188,197,191)
0 Favorites   0 Comments

Color spaces of #bcc5bf

RGB 188197191
HSL0.390.070.75
HSV140°77°
CMYK 0.050.000.03   0.23
XYZ50.109354.385557.1466
Yxy54.38550.31000.3365
Hunter Lab73.7465-7.76925.6784
CIE-Lab78.6860-4.20801.9248

#bcc5bf color RGB value is (188,197,191).

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

The process color (four color CMYK) of #bcc5bf color hex is 0.05, 0.00, 0.03, 0.23. Web safe color of #bcc5bf is #cccccc. Color #bcc5bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 10111111
Octal 274 305 277
Decimal 188 197 191
Hex BC C5 BF

RGB Percentages of Color #bcc5bf

%32.64
%34.20
%33.16

CMYK Percentages of Color #bcc5bf

%5
%0
%3
%23

Triadic Colors of #bcc5bf

#bcc5bf #bfbcc5 #c5bfbc

Analogous Colors of #bcc5bf

#bcc5bf #bcc5c4 #bec5bc

Monochromatic Colors of #bcc5bf

#bcc5bf

Complementary Color

#bcc5bf #c5bcc2

#bcc5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc5bf Color CSS Codes

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

#bcc5bf Text Font Color

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

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


#bcc5bf Background Color

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

This div background color is #bcc5bf


#bcc5bf Border Color

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

This div border color is #bcc5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc5bf


Comments

No comments written yet.

Please login to write comment.