Color Hex Logo

#bcbdc0 Color Hex

#BCBDC0
(188,189,192)
1 Favorites   0 Comments

Color spaces of #bcbdc0

RGB 188189192
HSL0.630.030.75
HSV225°75°
CMYK 0.020.020.00   0.25
XYZ48.451150.892357.1387
Yxy50.89230.30960.3252
Hunter Lab71.3388-3.61142.4490
CIE-Lab76.61370.2186-1.6406

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

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

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

Base Numbers

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

RGB Percentages of Color #bcbdc0

%33.04
%33.22
%33.74

CMYK Percentages of Color #bcbdc0

%2
%2
%0
%25

Triadic Colors of #bcbdc0

#bcbdc0 #c0bcbd #bdc0bc

Analogous Colors of #bcbdc0

#bcbdc0 #bdbcc0 #bcbfc0

Monochromatic Colors of #bcbdc0

#bcbdc0

Complementary Color

#bcbdc0 #c0bfbc

#bcbdc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbdc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbdc0 Color CSS Codes

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

#bcbdc0 Text Font Color

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

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


#bcbdc0 Background Color

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

This div background color is #bcbdc0


#bcbdc0 Border Color

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

This div border color is #bcbdc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbdc0


Comments

No comments written yet.

Please login to write comment.