Color Hex Logo

#bba0aa Color Hex

#BBA0AA
(187,160,170)
0 Favorites   0 Comments

Color spaces of #bba0aa

RGB 187160170
HSL0.940.170.68
HSV338°14°73°
CMYK 0.000.140.09   0.27
XYZ40.320038.608743.3573
Yxy38.60870.32970.3157
Hunter Lab62.13597.09092.1236
CIE-Lab68.466911.6096-1.5075

#bba0aa color RGB value is (187,160,170).

#bba0aa hex color red value is 187, green value is 160 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bba0aa hue: 0.94 , saturation: 0.17 and the lightness value of bba0aa is 0.68.

The process color (four color CMYK) of #bba0aa color hex is 0.00, 0.14, 0.09, 0.27. Web safe color of #bba0aa is #cc9999. Color #bba0aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 10101010
Octal 273 240 252
Decimal 187 160 170
Hex BB A0 AA

RGB Percentages of Color #bba0aa

%36.17
%30.95
%32.88

CMYK Percentages of Color #bba0aa

%0
%14
%9
%27

Triadic Colors of #bba0aa

#bba0aa #aabba0 #a0aabb

Analogous Colors of #bba0aa

#bba0aa #bba4a0 #bba0b8

Monochromatic Colors of #bba0aa

#bba0aa

Complementary Color

#bba0aa #a0bbb1

#bba0aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba0aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba0aa Color CSS Codes

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

#bba0aa Text Font Color

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

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


#bba0aa Background Color

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

This div background color is #bba0aa


#bba0aa Border Color

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

This div border color is #bba0aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba0aa


Comments

No comments written yet.

Please login to write comment.