Color Hex Logo

#bda6ba Color Hex

#BDA6BA
(189,166,186)
0 Favorites   0 Comments

Color spaces of #bda6ba

RGB 189166186
HSL0.860.150.70
HSV308°12°74°
CMYK 0.000.120.02   0.26
XYZ43.485441.636452.1991
Yxy41.63640.31670.3032
Hunter Lab64.52637.3733-2.7948
CIE-Lab70.619511.9158-7.1860

#bda6ba color RGB value is (189,166,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 10111010
Octal 275 246 272
Decimal 189 166 186
Hex BD A6 BA

RGB Percentages of Color #bda6ba

%34.94
%30.68
%34.38

CMYK Percentages of Color #bda6ba

%0
%12
%2
%26

Triadic Colors of #bda6ba

#bda6ba #babda6 #a6babd

Analogous Colors of #bda6ba

#bda6ba #bda6af #b5a6bd

Monochromatic Colors of #bda6ba

#bda6ba

Complementary Color

#bda6ba #a6bda9

#bda6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda6ba Color CSS Codes

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

#bda6ba Text Font Color

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

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


#bda6ba Background Color

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

This div background color is #bda6ba


#bda6ba Border Color

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

This div border color is #bda6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda6ba


Comments

No comments written yet.

Please login to write comment.