Color Hex Logo

#bbbe9d Color Hex

#BBBE9D
(187,190,157)
0 Favorites   0 Comments

Color spaces of #bbbe9d

RGB 187190157
HSL0.180.200.68
HSV65°17°75°
CMYK 0.020.000.17   0.25
XYZ44.992849.826039.1443
Yxy49.82600.33590.3719
Hunter Lab70.5875-9.751516.5320
CIE-Lab75.9623-6.712316.3449

#bbbe9d color RGB value is (187,190,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 10011101
Octal 273 276 235
Decimal 187 190 157
Hex BB BE 9D

RGB Percentages of Color #bbbe9d

%35.02
%35.58
%29.40

CMYK Percentages of Color #bbbe9d

%2
%0
%17
%25

Triadic Colors of #bbbe9d

#bbbe9d #9dbbbe #be9dbb

Analogous Colors of #bbbe9d

#bbbe9d #abbe9d #beb19d

Monochromatic Colors of #bbbe9d

#bbbe9d

Complementary Color

#bbbe9d #a09dbe

#bbbe9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbe9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbe9d Color CSS Codes

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

#bbbe9d Text Font Color

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

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


#bbbe9d Background Color

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

This div background color is #bbbe9d


#bbbe9d Border Color

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

This div border color is #bbbe9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbe9d


Comments

No comments written yet.

Please login to write comment.