Color Hex Logo

#bd909c Color Hex

#BD909C
(189,144,156)
0 Favorites   0 Comments

Color spaces of #bd909c

RGB 189144156
HSL0.960.250.65
HSV344°24°74°
CMYK 0.000.240.17   0.26
XYZ36.960333.165635.9061
Yxy33.16560.34860.3128
Hunter Lab57.589613.77743.3464
CIE-Lab64.294818.85380.2632

#bd909c color RGB value is (189,144,156).

#bd909c hex color red value is 189, green value is 144 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bd909c hue: 0.96 , saturation: 0.25 and the lightness value of bd909c is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 10011100
Octal 275 220 234
Decimal 189 144 156
Hex BD 90 9C

RGB Percentages of Color #bd909c

%38.65
%29.45
%31.90

CMYK Percentages of Color #bd909c

%0
%24
%17
%26

Triadic Colors of #bd909c

#bd909c #9cbd90 #909cbd

Analogous Colors of #bd909c

#bd909c #bd9b90 #bd90b3

Monochromatic Colors of #bd909c

#bd909c

Complementary Color

#bd909c #90bdb1

#bd909c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd909c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd909c Color CSS Codes

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

#bd909c Text Font Color

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

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


#bd909c Background Color

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

This div background color is #bd909c


#bd909c Border Color

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

This div border color is #bd909c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd909c


Comments

No comments written yet.

Please login to write comment.