Color Hex Logo

#bdc3bc Color Hex

#BDC3BC
(189,195,188)
0 Favorites   0 Comments

Color spaces of #bdc3bc

RGB 189195188
HSL0.310.060.75
HSV111°76°
CMYK 0.030.000.04   0.24
XYZ49.578553.479955.2865
Yxy53.47990.31310.3377
Hunter Lab73.1300-6.96326.3675
CIE-Lab78.1575-3.36132.7833

#bdc3bc color RGB value is (189,195,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 10111100
Octal 275 303 274
Decimal 189 195 188
Hex BD C3 BC

RGB Percentages of Color #bdc3bc

%33.04
%34.09
%32.87

CMYK Percentages of Color #bdc3bc

%3
%0
%4
%24

Triadic Colors of #bdc3bc

#bdc3bc #bcbdc3 #c3bcbd

Analogous Colors of #bdc3bc

#bdc3bc #bcc3bf #c1c3bc

Monochromatic Colors of #bdc3bc

#bdc3bc

Complementary Color

#bdc3bc #c2bcc3

#bdc3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc3bc Color CSS Codes

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

#bdc3bc Text Font Color

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

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


#bdc3bc Background Color

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

This div background color is #bdc3bc


#bdc3bc Border Color

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

This div border color is #bdc3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc3bc


Comments

No comments written yet.

Please login to write comment.