Color Hex Logo

#bd9dba Color Hex

#BD9DBA
(189,157,186)
0 Favorites   0 Comments

Color spaces of #bd9dba

RGB 189157186
HSL0.850.200.68
HSV306°17°74°
CMYK 0.000.170.02   0.26
XYZ41.906238.477951.6727
Yxy38.47790.31730.2914
Hunter Lab62.030612.0364-5.9684
CIE-Lab68.371416.8846-10.5342

#bd9dba color RGB value is (189,157,186).

#bd9dba hex color red value is 189, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bd9dba hue: 0.85 , saturation: 0.20 and the lightness value of bd9dba is 0.68.

The process color (four color CMYK) of #bd9dba color hex is 0.00, 0.17, 0.02, 0.26. Web safe color of #bd9dba is #cc99cc. Color #bd9dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011101 10111010
Octal 275 235 272
Decimal 189 157 186
Hex BD 9D BA

RGB Percentages of Color #bd9dba

%35.53
%29.51
%34.96

CMYK Percentages of Color #bd9dba

%0
%17
%2
%26

Triadic Colors of #bd9dba

#bd9dba #babd9d #9dbabd

Analogous Colors of #bd9dba

#bd9dba #bd9daa #b09dbd

Monochromatic Colors of #bd9dba

#bd9dba

Complementary Color

#bd9dba #9dbda0

#bd9dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9dba Color CSS Codes

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

#bd9dba Text Font Color

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

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


#bd9dba Background Color

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

This div background color is #bd9dba


#bd9dba Border Color

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

This div border color is #bd9dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9dba


Comments

No comments written yet.

Please login to write comment.