Color Hex Logo

#bbab9e Color Hex

#BBAB9E
(187,171,158)
0 Favorites   0 Comments

Color spaces of #bbab9e

RGB 187171158
HSL0.070.180.68
HSV27°16°73°
CMYK 0.000.090.16   0.27
XYZ41.228042.159238.3124
Yxy42.15920.33880.3464
Hunter Lab64.9301-0.287410.4667
CIE-Lab70.98053.57418.7702

#bbab9e color RGB value is (187,171,158).

#bbab9e hex color red value is 187, green value is 171 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bbab9e hue: 0.07 , saturation: 0.18 and the lightness value of bbab9e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 10011110
Octal 273 253 236
Decimal 187 171 158
Hex BB AB 9E

RGB Percentages of Color #bbab9e

%36.24
%33.14
%30.62

CMYK Percentages of Color #bbab9e

%0
%9
%16
%27

Triadic Colors of #bbab9e

#bbab9e #9ebbab #ab9ebb

Analogous Colors of #bbab9e

#bbab9e #bbba9e #bb9ea0

Monochromatic Colors of #bbab9e

#bbab9e

Complementary Color

#bbab9e #9eaebb

#bbab9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab9e Color CSS Codes

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

#bbab9e Text Font Color

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

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


#bbab9e Background Color

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

This div background color is #bbab9e


#bbab9e Border Color

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

This div border color is #bbab9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab9e


Comments

No comments written yet.

Please login to write comment.