Color Hex Logo

#bbac9d Color Hex

#BBAC9D
(187,172,157)
0 Favorites   0 Comments

Color spaces of #bbac9d

RGB 187172157
HSL0.080.180.67
HSV30°16°73°
CMYK 0.000.080.16   0.27
XYZ41.331842.504237.9240
Yxy42.50420.33950.3491
Hunter Lab65.1952-0.928111.1477
CIE-Lab71.21722.87159.6569

#bbac9d color RGB value is (187,172,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 10011101
Octal 273 254 235
Decimal 187 172 157
Hex BB AC 9D

RGB Percentages of Color #bbac9d

%36.24
%33.33
%30.43

CMYK Percentages of Color #bbac9d

%0
%8
%16
%27

Triadic Colors of #bbac9d

#bbac9d #9dbbac #ac9dbb

Analogous Colors of #bbac9d

#bbac9d #bbbb9d #bb9d9d

Monochromatic Colors of #bbac9d

#bbac9d

Complementary Color

#bbac9d #9dacbb

#bbac9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbac9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbac9d Color CSS Codes

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

#bbac9d Text Font Color

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

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


#bbac9d Background Color

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

This div background color is #bbac9d


#bbac9d Border Color

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

This div border color is #bbac9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbac9d


Comments

No comments written yet.

Please login to write comment.