Color Hex Logo

#bba7ac Color Hex

#BBA7AC
(187,167,172)
0 Favorites   0 Comments

Color spaces of #bba7ac

RGB 187167172
HSL0.960.130.69
HSV345°11°73°
CMYK 0.000.110.08   0.27
XYZ41.758641.180844.7775
Yxy41.18080.32700.3224
Hunter Lab64.17233.85323.5498
CIE-Lab70.30248.11380.0679

#bba7ac color RGB value is (187,167,172).

#bba7ac hex color red value is 187, green value is 167 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bba7ac hue: 0.96 , saturation: 0.13 and the lightness value of bba7ac is 0.69.

The process color (four color CMYK) of #bba7ac color hex is 0.00, 0.11, 0.08, 0.27. Web safe color of #bba7ac is #cc9999. Color #bba7ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 10101100
Octal 273 247 254
Decimal 187 167 172
Hex BB A7 AC

RGB Percentages of Color #bba7ac

%35.55
%31.75
%32.70

CMYK Percentages of Color #bba7ac

%0
%11
%8
%27

Triadic Colors of #bba7ac

#bba7ac #acbba7 #a7acbb

Analogous Colors of #bba7ac

#bba7ac #bbaca7 #bba7b6

Monochromatic Colors of #bba7ac

#bba7ac

Complementary Color

#bba7ac #a7bbb6

#bba7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba7ac Color CSS Codes

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

#bba7ac Text Font Color

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

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


#bba7ac Background Color

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

This div background color is #bba7ac


#bba7ac Border Color

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

This div border color is #bba7ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,167,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba7ac


Comments

No comments written yet.

Please login to write comment.