Color Hex Logo

#bcc0bd Color Hex

#BCC0BD
(188,192,189)
0 Favorites   0 Comments

Color spaces of #bcc0bd

RGB 188192189
HSL0.380.030.75
HSV135°75°
CMYK 0.020.000.02   0.25
XYZ48.774052.064855.6230
Yxy52.06480.31170.3328
Hunter Lab72.1559-5.61544.8042
CIE-Lab77.3196-1.93851.0156

#bcc0bd color RGB value is (188,192,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 10111101
Octal 274 300 275
Decimal 188 192 189
Hex BC C0 BD

RGB Percentages of Color #bcc0bd

%33.04
%33.74
%33.22

CMYK Percentages of Color #bcc0bd

%2
%0
%2
%25

Triadic Colors of #bcc0bd

#bcc0bd #bdbcc0 #c0bdbc

Analogous Colors of #bcc0bd

#bcc0bd #bcc0bf #bdc0bc

Monochromatic Colors of #bcc0bd

#bcc0bd

Complementary Color

#bcc0bd #c0bcbf

#bcc0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc0bd Color CSS Codes

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

#bcc0bd Text Font Color

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

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


#bcc0bd Background Color

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

This div background color is #bcc0bd


#bcc0bd Border Color

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

This div border color is #bcc0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc0bd


Comments

No comments written yet.

Please login to write comment.