Color Hex Logo

#bbc096 Color Hex

#BBC096
(187,192,150)
0 Favorites   0 Comments

Color spaces of #bbc096

RGB 187192150
HSL0.190.250.67
HSV67°22°75°
CMYK 0.030.000.22   0.25
XYZ44.848250.466136.2313
Yxy50.46610.34090.3836
Hunter Lab71.0395-11.629619.4888
CIE-Lab76.3545-8.820420.6399

#bbc096 color RGB value is (187,192,150).

#bbc096 hex color red value is 187, green value is 192 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bbc096 hue: 0.19 , saturation: 0.25 and the lightness value of bbc096 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000000 10010110
Octal 273 300 226
Decimal 187 192 150
Hex BB C0 96

RGB Percentages of Color #bbc096

%35.35
%36.29
%28.36

CMYK Percentages of Color #bbc096

%3
%0
%22
%25

Triadic Colors of #bbc096

#bbc096 #96bbc0 #c096bb

Analogous Colors of #bbc096

#bbc096 #a6c096 #c0b096

Monochromatic Colors of #bbc096

#bbc096

Complementary Color

#bbc096 #9b96c0

#bbc096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc096 Color CSS Codes

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

#bbc096 Text Font Color

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

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


#bbc096 Background Color

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

This div background color is #bbc096


#bbc096 Border Color

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

This div border color is #bbc096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc096


Comments

No comments written yet.

Please login to write comment.