Color Hex Logo

#bbcb96 Color Hex

#BBCB96
(187,203,150)
0 Favorites   0 Comments

Color spaces of #bbcb96

RGB 187203150
HSL0.220.340.69
HSV78°26°80°
CMYK 0.080.000.26   0.20
XYZ47.354555.478737.0668
Yxy55.47870.33850.3966
Hunter Lab74.4840-16.862622.6333
CIE-Lab79.3162-14.466424.6891

#bbcb96 color RGB value is (187,203,150).

#bbcb96 hex color red value is 187, green value is 203 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bbcb96 hue: 0.22 , saturation: 0.34 and the lightness value of bbcb96 is 0.69.

The process color (four color CMYK) of #bbcb96 color hex is 0.08, 0.00, 0.26, 0.20. Web safe color of #bbcb96 is #cccc99. Color #bbcb96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 10010110
Octal 273 313 226
Decimal 187 203 150
Hex BB CB 96

RGB Percentages of Color #bbcb96

%34.63
%37.59
%27.78

CMYK Percentages of Color #bbcb96

%8
%0
%26
%20

Triadic Colors of #bbcb96

#bbcb96 #96bbcb #cb96bb

Analogous Colors of #bbcb96

#bbcb96 #a1cb96 #cbc196

Monochromatic Colors of #bbcb96

#bbcb96

Complementary Color

#bbcb96 #a696cb

#bbcb96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcb96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcb96 Color CSS Codes

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

#bbcb96 Text Font Color

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

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


#bbcb96 Background Color

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

This div background color is #bbcb96


#bbcb96 Border Color

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

This div border color is #bbcb96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcb96


Comments

No comments written yet.

Please login to write comment.