Color Hex Logo

#bdaabf Color Hex

#BDAABF
(189,170,191)
0 Favorites   0 Comments

Color spaces of #bdaabf

RGB 189170191
HSL0.820.140.71
HSV294°11°75°
CMYK 0.010.110.00   0.25
XYZ44.765043.329955.2943
Yxy43.32990.31220.3022
Hunter Lab65.82556.1955-3.7266
CIE-Lab71.778310.6635-8.2228

#bdaabf color RGB value is (189,170,191).

#bdaabf hex color red value is 189, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bdaabf hue: 0.82 , saturation: 0.14 and the lightness value of bdaabf is 0.71.

The process color (four color CMYK) of #bdaabf color hex is 0.01, 0.11, 0.00, 0.25. Web safe color of #bdaabf is #cc99cc. Color #bdaabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 10111111
Octal 275 252 277
Decimal 189 170 191
Hex BD AA BF

RGB Percentages of Color #bdaabf

%34.36
%30.91
%34.73

CMYK Percentages of Color #bdaabf

%1
%11
%0
%25

Triadic Colors of #bdaabf

#bdaabf #bfbdaa #aabfbd

Analogous Colors of #bdaabf

#bdaabf #bfaab7 #b3aabf

Monochromatic Colors of #bdaabf

#bdaabf

Complementary Color

#bdaabf #acbfaa

#bdaabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaabf Color CSS Codes

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

#bdaabf Text Font Color

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

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


#bdaabf Background Color

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

This div background color is #bdaabf


#bdaabf Border Color

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

This div border color is #bdaabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaabf


Comments

No comments written yet.

Please login to write comment.