Color Hex Logo

#bdccb9 Color Hex

#BDCCB9
(189,204,185)
0 Favorites   0 Comments

Color spaces of #bdccb9

RGB 189204185
HSL0.300.160.76
HSV107°80°
CMYK 0.070.000.09   0.20
XYZ51.336157.507354.2933
Yxy57.50730.31470.3525
Hunter Lab75.8336-11.871810.6346
CIE-Lab80.4641-8.60257.7215

#bdccb9 color RGB value is (189,204,185).

#bdccb9 hex color red value is 189, green value is 204 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #bdccb9 hue: 0.30 , saturation: 0.16 and the lightness value of bdccb9 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 10111001
Octal 275 314 271
Decimal 189 204 185
Hex BD CC B9

RGB Percentages of Color #bdccb9

%32.70
%35.29
%32.01

CMYK Percentages of Color #bdccb9

%7
%0
%9
%20

Triadic Colors of #bdccb9

#bdccb9 #b9bdcc #ccb9bd

Analogous Colors of #bdccb9

#bdccb9 #b9ccbf #c7ccb9

Monochromatic Colors of #bdccb9

#bdccb9

Complementary Color

#bdccb9 #c8b9cc

#bdccb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdccb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdccb9 Color CSS Codes

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

#bdccb9 Text Font Color

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

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


#bdccb9 Background Color

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

This div background color is #bdccb9


#bdccb9 Border Color

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

This div border color is #bdccb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdccb9


Comments

No comments written yet.

Please login to write comment.