Color Hex Logo

#bbba9e Color Hex

#BBBA9E
(187,186,158)
0 Favorites   0 Comments

Color spaces of #bbba9e

RGB 187186158
HSL0.160.180.68
HSV58°16°73°
CMYK 0.000.010.16   0.27
XYZ44.224048.151239.3110
Yxy48.15120.33580.3657
Hunter Lab69.3911-7.673614.9851
CIE-Lab74.9202-4.452614.3465

#bbba9e color RGB value is (187,186,158).

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

The process color (four color CMYK) of #bbba9e color hex is 0.00, 0.01, 0.16, 0.27. Web safe color of #bbba9e is #cccc99. Color #bbba9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 10011110
Octal 273 272 236
Decimal 187 186 158
Hex BB BA 9E

RGB Percentages of Color #bbba9e

%35.22
%35.03
%29.76

CMYK Percentages of Color #bbba9e

%0
%1
%16
%27

Triadic Colors of #bbba9e

#bbba9e #9ebbba #ba9ebb

Analogous Colors of #bbba9e

#bbba9e #aebb9e #bbac9e

Monochromatic Colors of #bbba9e

#bbba9e

Complementary Color

#bbba9e #9e9fbb

#bbba9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba9e Color CSS Codes

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

#bbba9e Text Font Color

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

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


#bbba9e Background Color

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

This div background color is #bbba9e


#bbba9e Border Color

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

This div border color is #bbba9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba9e


Comments

No comments written yet.

Please login to write comment.