Color Hex Logo

#bbc49f Color Hex

#BBC49F
(187,196,159)
0 Favorites   0 Comments

Color spaces of #bbc49f

RGB 187196159
HSL0.210.240.70
HSV75°19°77°
CMYK 0.050.000.19   0.23
XYZ46.491552.547940.4933
Yxy52.54790.33320.3766
Hunter Lab72.4899-12.376217.6232
CIE-Lab77.6073-9.523217.5658

#bbc49f color RGB value is (187,196,159).

#bbc49f hex color red value is 187, green value is 196 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bbc49f hue: 0.21 , saturation: 0.24 and the lightness value of bbc49f is 0.70.

The process color (four color CMYK) of #bbc49f color hex is 0.05, 0.00, 0.19, 0.23. Web safe color of #bbc49f is #cccc99. Color #bbc49f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000100 10011111
Octal 273 304 237
Decimal 187 196 159
Hex BB C4 9F

RGB Percentages of Color #bbc49f

%34.50
%36.16
%29.34

CMYK Percentages of Color #bbc49f

%5
%0
%19
%23

Triadic Colors of #bbc49f

#bbc49f #9fbbc4 #c49fbb

Analogous Colors of #bbc49f

#bbc49f #a9c49f #c4bb9f

Monochromatic Colors of #bbc49f

#bbc49f

Complementary Color

#bbc49f #a89fc4

#bbc49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc49f Color CSS Codes

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

#bbc49f Text Font Color

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

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


#bbc49f Background Color

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

This div background color is #bbc49f


#bbc49f Border Color

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

This div border color is #bbc49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc49f


Comments

No comments written yet.

Please login to write comment.