Color Hex Logo

#bbac9f Color Hex

#BBAC9F
(187,172,159)
0 Favorites   0 Comments

Color spaces of #bbac9f

RGB 187172159
HSL0.080.170.68
HSV28°15°73°
CMYK 0.000.080.15   0.27
XYZ41.504042.573038.8308
Yxy42.57300.33770.3464
Hunter Lab65.2480-0.640810.3885
CIE-Lab71.26423.19418.6253

#bbac9f color RGB value is (187,172,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 10011111
Octal 273 254 237
Decimal 187 172 159
Hex BB AC 9F

RGB Percentages of Color #bbac9f

%36.10
%33.20
%30.69

CMYK Percentages of Color #bbac9f

%0
%8
%15
%27

Triadic Colors of #bbac9f

#bbac9f #9fbbac #ac9fbb

Analogous Colors of #bbac9f

#bbac9f #bbba9f #bb9fa0

Monochromatic Colors of #bbac9f

#bbac9f

Complementary Color

#bbac9f #9faebb

#bbac9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbac9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbac9f Color CSS Codes

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

#bbac9f Text Font Color

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

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


#bbac9f Background Color

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

This div background color is #bbac9f


#bbac9f Border Color

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

This div border color is #bbac9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbac9f


Comments

No comments written yet.

Please login to write comment.