Color Hex Logo

#bdaabe Color Hex

#BDAABE
(189,170,190)
0 Favorites   0 Comments

Color spaces of #bdaabe

RGB 189170190
HSL0.830.130.71
HSV297°11°75°
CMYK 0.010.110.00   0.25
XYZ44.655343.286054.7166
Yxy43.28600.31300.3034
Hunter Lab65.79216.0178-3.2546
CIE-Lab71.748710.4733-7.7162

#bdaabe color RGB value is (189,170,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 10111110
Octal 275 252 276
Decimal 189 170 190
Hex BD AA BE

RGB Percentages of Color #bdaabe

%34.43
%30.97
%34.61

CMYK Percentages of Color #bdaabe

%1
%11
%0
%25

Triadic Colors of #bdaabe

#bdaabe #bebdaa #aabebd

Analogous Colors of #bdaabe

#bdaabe #beaab5 #b3aabe

Monochromatic Colors of #bdaabe

#bdaabe

Complementary Color

#bdaabe #abbeaa

#bdaabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaabe Color CSS Codes

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

#bdaabe Text Font Color

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

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


#bdaabe Background Color

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

This div background color is #bdaabe


#bdaabe Border Color

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

This div border color is #bdaabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaabe


Comments

No comments written yet.

Please login to write comment.