Color Hex Logo

#bfaabd Color Hex

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

Color spaces of #bfaabd

RGB 191170189
HSL0.850.140.71
HSV306°11°75°
CMYK 0.000.110.01   0.25
XYZ45.045943.499954.1663
Yxy43.49990.31560.3048
Hunter Lab65.95456.4925-2.5249
CIE-Lab71.893010.9814-6.9326

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

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

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

Base Numbers

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

RGB Percentages of Color #bfaabd

%34.73
%30.91
%34.36

CMYK Percentages of Color #bfaabd

%0
%11
%1
%25

Triadic Colors of #bfaabd

#bfaabd #bdbfaa #aabdbf

Analogous Colors of #bfaabd

#bfaabd #bfaab3 #b7aabf

Monochromatic Colors of #bfaabd

#bfaabd

Complementary Color

#bfaabd #aabfac

#bfaabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaabd Color CSS Codes

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

#bfaabd Text Font Color

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

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


#bfaabd Background Color

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

This div background color is #bfaabd


#bfaabd Border Color

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

This div border color is #bfaabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaabd


Comments

No comments written yet.

Please login to write comment.