Color Hex Logo

#bbc796 Color Hex

#BBC796
(187,199,150)
0 Favorites   0 Comments

Color spaces of #bbc796

RGB 187199150
HSL0.210.300.68
HSV75°25°78°
CMYK 0.060.000.25   0.22
XYZ46.422053.613736.7559
Yxy53.61370.33940.3919
Hunter Lab73.2214-14.969321.4924
CIE-Lab78.2359-12.429223.2181

#bbc796 color RGB value is (187,199,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000111 10010110
Octal 273 307 226
Decimal 187 199 150
Hex BB C7 96

RGB Percentages of Color #bbc796

%34.89
%37.13
%27.99

CMYK Percentages of Color #bbc796

%6
%0
%25
%22

Triadic Colors of #bbc796

#bbc796 #96bbc7 #c796bb

Analogous Colors of #bbc796

#bbc796 #a3c796 #c7bb96

Monochromatic Colors of #bbc796

#bbc796

Complementary Color

#bbc796 #a296c7

#bbc796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc796 Color CSS Codes

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

#bbc796 Text Font Color

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

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


#bbc796 Background Color

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

This div background color is #bbc796


#bbc796 Border Color

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

This div border color is #bbc796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc796


Comments

No comments written yet.

Please login to write comment.