Color Hex Logo

#bbab9d Color Hex

#BBAB9D
(187,171,157)
0 Favorites   0 Comments

Color spaces of #bbab9d

RGB 187171157
HSL0.080.180.67
HSV28°16°73°
CMYK 0.000.090.16   0.27
XYZ41.142242.124937.8608
Yxy42.12490.33970.3478
Hunter Lab64.9037-0.431010.8465
CIE-Lab70.95693.41309.2865

#bbab9d color RGB value is (187,171,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 10011101
Octal 273 253 235
Decimal 187 171 157
Hex BB AB 9D

RGB Percentages of Color #bbab9d

%36.31
%33.20
%30.49

CMYK Percentages of Color #bbab9d

%0
%9
%16
%27

Triadic Colors of #bbab9d

#bbab9d #9dbbab #ab9dbb

Analogous Colors of #bbab9d

#bbab9d #bbba9d #bb9d9e

Monochromatic Colors of #bbab9d

#bbab9d

Complementary Color

#bbab9d #9dadbb

#bbab9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab9d Color CSS Codes

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

#bbab9d Text Font Color

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

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


#bbab9d Background Color

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

This div background color is #bbab9d


#bbab9d Border Color

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

This div border color is #bbab9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab9d


Comments

No comments written yet.

Please login to write comment.