Color Hex Logo

#bbc79b Color Hex

#BBC79B
(187,199,155)
0 Favorites   0 Comments

Color spaces of #bbc79b

RGB 187199155
HSL0.210.280.69
HSV76°22°78°
CMYK 0.060.000.22   0.22
XYZ46.833353.778238.9222
Yxy53.77820.33560.3854
Hunter Lab73.3336-14.337819.8651
CIE-Lab78.3322-11.684720.7004

#bbc79b color RGB value is (187,199,155).

#bbc79b hex color red value is 187, green value is 199 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bbc79b hue: 0.21 , saturation: 0.28 and the lightness value of bbc79b is 0.69.

The process color (four color CMYK) of #bbc79b color hex is 0.06, 0.00, 0.22, 0.22. Web safe color of #bbc79b is #cccc99. Color #bbc79b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000111 10011011
Octal 273 307 233
Decimal 187 199 155
Hex BB C7 9B

RGB Percentages of Color #bbc79b

%34.57
%36.78
%28.65

CMYK Percentages of Color #bbc79b

%6
%0
%22
%22

Triadic Colors of #bbc79b

#bbc79b #9bbbc7 #c79bbb

Analogous Colors of #bbc79b

#bbc79b #a5c79b #c7bd9b

Monochromatic Colors of #bbc79b

#bbc79b

Complementary Color

#bbc79b #a79bc7

#bbc79b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc79b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc79b Color CSS Codes

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

#bbc79b Text Font Color

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

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


#bbc79b Background Color

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

This div background color is #bbc79b


#bbc79b Border Color

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

This div border color is #bbc79b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc79b


Comments

No comments written yet.

Please login to write comment.