Color Hex Logo

#b096aa Color Hex

#B096AA
(176,150,170)
0 Favorites   0 Comments

Color spaces of #b096aa

RGB 176150170
HSL0.870.140.64
HSV314°15°69°
CMYK 0.000.150.03   0.31
XYZ36.066533.945142.6814
Yxy33.94510.32000.3012
Hunter Lab58.26248.5386-2.6505
CIE-Lab64.919013.1974-6.8559

#b096aa color RGB value is (176,150,170).

#b096aa hex color red value is 176, green value is 150 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b096aa hue: 0.87 , saturation: 0.14 and the lightness value of b096aa is 0.64.

The process color (four color CMYK) of #b096aa color hex is 0.00, 0.15, 0.03, 0.31. Web safe color of #b096aa is #999999. Color #b096aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010110 10101010
Octal 260 226 252
Decimal 176 150 170
Hex B0 96 AA

RGB Percentages of Color #b096aa

%35.48
%30.24
%34.27

CMYK Percentages of Color #b096aa

%0
%15
%3
%31

Triadic Colors of #b096aa

#b096aa #aab096 #96aab0

Analogous Colors of #b096aa

#b096aa #b0969d #a996b0

Monochromatic Colors of #b096aa

#b096aa

Complementary Color

#b096aa #96b09c

#b096aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b096aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b096aa Color CSS Codes

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

#b096aa Text Font Color

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

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


#b096aa Background Color

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

This div background color is #b096aa


#b096aa Border Color

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

This div border color is #b096aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b096aa


Comments

No comments written yet.

Please login to write comment.