Color Hex Logo

#bbc196 Color Hex

#BBC196
(187,193,150)
0 Favorites   0 Comments

Color spaces of #bbc196

RGB 187193150
HSL0.190.260.67
HSV68°22°76°
CMYK 0.030.000.22   0.24
XYZ45.068550.906736.3048
Yxy50.90670.34070.3848
Hunter Lab71.3489-12.108719.7755
CIE-Lab76.6225-9.339221.0083

#bbc196 color RGB value is (187,193,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000001 10010110
Octal 273 301 226
Decimal 187 193 150
Hex BB C1 96

RGB Percentages of Color #bbc196

%35.28
%36.42
%28.30

CMYK Percentages of Color #bbc196

%3
%0
%22
%24

Triadic Colors of #bbc196

#bbc196 #96bbc1 #c196bb

Analogous Colors of #bbc196

#bbc196 #a6c196 #c1b296

Monochromatic Colors of #bbc196

#bbc196

Complementary Color

#bbc196 #9c96c1

#bbc196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc196 Color CSS Codes

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

#bbc196 Text Font Color

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

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


#bbc196 Background Color

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

This div background color is #bbc196


#bbc196 Border Color

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

This div border color is #bbc196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc196


Comments

No comments written yet.

Please login to write comment.