Color Hex Logo

#bdccbd Color Hex

#BDCCBD
(189,204,189)
0 Favorites   0 Comments

Color spaces of #bdccbd

RGB 189204189
HSL0.330.130.77
HSV120°80°
CMYK 0.070.000.07   0.20
XYZ51.764457.678756.5489
Yxy57.67870.31180.3475
Hunter Lab75.9465-11.24259.0159
CIE-Lab80.5598-7.88595.7200

#bdccbd color RGB value is (189,204,189).

#bdccbd hex color red value is 189, green value is 204 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bdccbd hue: 0.33 , saturation: 0.13 and the lightness value of bdccbd is 0.77.

The process color (four color CMYK) of #bdccbd color hex is 0.07, 0.00, 0.07, 0.20. Web safe color of #bdccbd is #cccccc. Color #bdccbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 10111101
Octal 275 314 275
Decimal 189 204 189
Hex BD CC BD

RGB Percentages of Color #bdccbd

%32.47
%35.05
%32.47

CMYK Percentages of Color #bdccbd

%7
%0
%7
%20

Triadic Colors of #bdccbd

#bdccbd #bdbdcc #ccbdbd

Analogous Colors of #bdccbd

#bdccbd #bdccc5 #c5ccbd

Monochromatic Colors of #bdccbd

#bdccbd

Complementary Color

#bdccbd #ccbdcc

#bdccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdccbd Color CSS Codes

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

#bdccbd Text Font Color

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

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


#bdccbd Background Color

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

This div background color is #bdccbd


#bdccbd Border Color

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

This div border color is #bdccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdccbd


Comments

No comments written yet.

Please login to write comment.