Color Hex Logo

#b0aabe Color Hex

#B0AABE
(176,170,190)
0 Favorites   0 Comments

Color spaces of #b0aabe

RGB 176170190
HSL0.720.130.71
HSV258°11°75°
CMYK 0.070.110.00   0.25
XYZ41.573541.697354.5724
Yxy41.69730.30160.3025
Hunter Lab64.57341.9179-4.9058
CIE-Lab70.66176.0026-9.4505

#b0aabe color RGB value is (176,170,190).

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

The process color (four color CMYK) of #b0aabe color hex is 0.07, 0.11, 0.00, 0.25. Web safe color of #b0aabe is #9999cc. Color #b0aabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101010 10111110
Octal 260 252 276
Decimal 176 170 190
Hex B0 AA BE

RGB Percentages of Color #b0aabe

%32.84
%31.72
%35.45

CMYK Percentages of Color #b0aabe

%7
%11
%0
%25

Triadic Colors of #b0aabe

#b0aabe #beb0aa #aabeb0

Analogous Colors of #b0aabe

#b0aabe #baaabe #aaaebe

Monochromatic Colors of #b0aabe

#b0aabe

Complementary Color

#b0aabe #b8beaa

#b0aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0aabe Color CSS Codes

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

#b0aabe Text Font Color

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

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


#b0aabe Background Color

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

This div background color is #b0aabe


#b0aabe Border Color

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

This div border color is #b0aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0aabe


Comments

No comments written yet.

Please login to write comment.