Color Hex Logo

#bd899c Color Hex

#BD899C
(189,137,156)
0 Favorites   0 Comments

Color spaces of #bd899c

RGB 189137156
HSL0.940.280.64
HSV338°28°74°
CMYK 0.000.280.17   0.26
XYZ35.932731.110435.5635
Yxy31.11040.35020.3032
Hunter Lab55.776717.38481.2401
CIE-Lab62.600722.7417-2.2167

#bd899c color RGB value is (189,137,156).

#bd899c hex color red value is 189, green value is 137 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bd899c hue: 0.94 , saturation: 0.28 and the lightness value of bd899c is 0.64.

The process color (four color CMYK) of #bd899c color hex is 0.00, 0.28, 0.17, 0.26. Web safe color of #bd899c is #cc9999. Color #bd899c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001001 10011100
Octal 275 211 234
Decimal 189 137 156
Hex BD 89 9C

RGB Percentages of Color #bd899c

%39.21
%28.42
%32.37

CMYK Percentages of Color #bd899c

%0
%28
%17
%26

Triadic Colors of #bd899c

#bd899c #9cbd89 #899cbd

Analogous Colors of #bd899c

#bd899c #bd9089 #bd89b6

Monochromatic Colors of #bd899c

#bd899c

Complementary Color

#bd899c #89bdaa

#bd899c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd899c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd899c Color CSS Codes

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

#bd899c Text Font Color

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

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


#bd899c Background Color

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

This div background color is #bd899c


#bd899c Border Color

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

This div border color is #bd899c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd899c


Comments

No comments written yet.

Please login to write comment.