Color Hex Logo

#bcc1bd Color Hex

#BCC1BD
(188,193,189)
0 Favorites   0 Comments

Color spaces of #bcc1bd

RGB 188193189
HSL0.370.040.75
HSV132°76°
CMYK 0.030.000.02   0.24
XYZ48.994352.505455.6964
Yxy52.50540.31170.3340
Hunter Lab72.4606-6.11315.1495
CIE-Lab77.5821-2.46821.3979

#bcc1bd color RGB value is (188,193,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000001 10111101
Octal 274 301 275
Decimal 188 193 189
Hex BC C1 BD

RGB Percentages of Color #bcc1bd

%32.98
%33.86
%33.16

CMYK Percentages of Color #bcc1bd

%3
%0
%2
%24

Triadic Colors of #bcc1bd

#bcc1bd #bdbcc1 #c1bdbc

Analogous Colors of #bcc1bd

#bcc1bd #bcc1c0 #bec1bc

Monochromatic Colors of #bcc1bd

#bcc1bd

Complementary Color

#bcc1bd #c1bcc0

#bcc1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc1bd Color CSS Codes

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

#bcc1bd Text Font Color

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

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


#bcc1bd Background Color

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

This div background color is #bcc1bd


#bcc1bd Border Color

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

This div border color is #bcc1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc1bd


Comments

No comments written yet.

Please login to write comment.