Color Hex Logo

#bda5bd Color Hex

#BDA5BD
(189,165,189)
0 Favorites   0 Comments

Color spaces of #bda5bd

RGB 189165189
HSL0.830.150.69
HSV300°13°74°
CMYK 0.000.130.00   0.26
XYZ43.626741.403253.8364
Yxy41.40320.31420.2982
Hunter Lab64.34538.4203-4.5650
CIE-Lab70.457513.0310-9.0852

#bda5bd color RGB value is (189,165,189).

#bda5bd hex color red value is 189, green value is 165 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bda5bd hue: 0.83 , saturation: 0.15 and the lightness value of bda5bd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100101 10111101
Octal 275 245 275
Decimal 189 165 189
Hex BD A5 BD

RGB Percentages of Color #bda5bd

%34.81
%30.39
%34.81

CMYK Percentages of Color #bda5bd

%0
%13
%0
%26

Triadic Colors of #bda5bd

#bda5bd #bdbda5 #a5bdbd

Analogous Colors of #bda5bd

#bda5bd #bda5b1 #b1a5bd

Monochromatic Colors of #bda5bd

#bda5bd

Complementary Color

#bda5bd #a5bda5

#bda5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda5bd Color CSS Codes

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

#bda5bd Text Font Color

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

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


#bda5bd Background Color

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

This div background color is #bda5bd


#bda5bd Border Color

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

This div border color is #bda5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda5bd


Comments

No comments written yet.

Please login to write comment.