Color Hex Logo

#bfaabe Color Hex

#BFAABE
(191,170,190)
0 Favorites   0 Comments

Color spaces of #bfaabe

RGB 191170190
HSL0.840.140.71
HSV303°11°75°
CMYK 0.000.110.01   0.25
XYZ45.154843.543554.7400
Yxy43.54350.31480.3036
Hunter Lab65.98756.6682-2.9928
CIE-Lab71.922311.1687-7.4395

#bfaabe color RGB value is (191,170,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101010 10111110
Octal 277 252 276
Decimal 191 170 190
Hex BF AA BE

RGB Percentages of Color #bfaabe

%34.66
%30.85
%34.48

CMYK Percentages of Color #bfaabe

%0
%11
%1
%25

Triadic Colors of #bfaabe

#bfaabe #bebfaa #aabebf

Analogous Colors of #bfaabe

#bfaabe #bfaab4 #b6aabf

Monochromatic Colors of #bfaabe

#bfaabe

Complementary Color

#bfaabe #aabfab

#bfaabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaabe Color CSS Codes

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

#bfaabe Text Font Color

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

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


#bfaabe Background Color

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

This div background color is #bfaabe


#bfaabe Border Color

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

This div border color is #bfaabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaabe


Comments

No comments written yet.

Please login to write comment.