Color Hex Logo

#bbbf9a Color Hex

#BBBF9A
(187,191,154)
0 Favorites   0 Comments

Color spaces of #bbbf9a

RGB 187191154
HSL0.180.220.68
HSV66°19°75°
CMYK 0.020.000.19   0.25
XYZ44.957150.159537.8841
Yxy50.15950.33800.3771
Hunter Lab70.8234-10.633117.8616
CIE-Lab76.1671-7.697818.2406

#bbbf9a color RGB value is (187,191,154).

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

The process color (four color CMYK) of #bbbf9a color hex is 0.02, 0.00, 0.19, 0.25. Web safe color of #bbbf9a is #cccc99. Color #bbbf9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 10011010
Octal 273 277 232
Decimal 187 191 154
Hex BB BF 9A

RGB Percentages of Color #bbbf9a

%35.15
%35.90
%28.95

CMYK Percentages of Color #bbbf9a

%2
%0
%19
%25

Triadic Colors of #bbbf9a

#bbbf9a #9abbbf #bf9abb

Analogous Colors of #bbbf9a

#bbbf9a #a9bf9a #bfb19a

Monochromatic Colors of #bbbf9a

#bbbf9a

Complementary Color

#bbbf9a #9e9abf

#bbbf9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbf9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbf9a Color CSS Codes

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

#bbbf9a Text Font Color

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

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


#bbbf9a Background Color

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

This div background color is #bbbf9a


#bbbf9a Border Color

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

This div border color is #bbbf9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbf9a


Comments

No comments written yet.

Please login to write comment.