Color Hex Logo

#bda9ba Color Hex

#BDA9BA
(189,169,186)
0 Favorites   0 Comments

Color spaces of #bda9ba

RGB 189169186
HSL0.860.130.70
HSV309°11°74°
CMYK 0.000.110.02   0.26
XYZ44.037242.739952.3830
Yxy42.73990.31640.3071
Hunter Lab65.37585.8303-1.7437
CIE-Lab71.378110.2689-6.0618

#bda9ba color RGB value is (189,169,186).

#bda9ba hex color red value is 189, green value is 169 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bda9ba hue: 0.86 , saturation: 0.13 and the lightness value of bda9ba is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 10111010
Octal 275 251 272
Decimal 189 169 186
Hex BD A9 BA

RGB Percentages of Color #bda9ba

%34.74
%31.07
%34.19

CMYK Percentages of Color #bda9ba

%0
%11
%2
%26

Triadic Colors of #bda9ba

#bda9ba #babda9 #a9babd

Analogous Colors of #bda9ba

#bda9ba #bda9b0 #b6a9bd

Monochromatic Colors of #bda9ba

#bda9ba

Complementary Color

#bda9ba #a9bdac

#bda9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda9ba Color CSS Codes

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

#bda9ba Text Font Color

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

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


#bda9ba Background Color

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

This div background color is #bda9ba


#bda9ba Border Color

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

This div border color is #bda9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda9ba


Comments

No comments written yet.

Please login to write comment.