Color Hex Logo

#bbcb97 Color Hex

#BBCB97
(187,203,151)
0 Favorites   0 Comments

Color spaces of #bbcb97

RGB 187203151
HSL0.220.330.69
HSV78°26°80°
CMYK 0.080.000.26   0.20
XYZ47.435455.511037.4927
Yxy55.51100.33780.3953
Hunter Lab74.5057-16.739722.3181
CIE-Lab79.3347-14.320624.1882

#bbcb97 color RGB value is (187,203,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 10010111
Octal 273 313 227
Decimal 187 203 151
Hex BB CB 97

RGB Percentages of Color #bbcb97

%34.57
%37.52
%27.91

CMYK Percentages of Color #bbcb97

%8
%0
%26
%20

Triadic Colors of #bbcb97

#bbcb97 #97bbcb #cb97bb

Analogous Colors of #bbcb97

#bbcb97 #a1cb97 #cbc197

Monochromatic Colors of #bbcb97

#bbcb97

Complementary Color

#bbcb97 #a797cb

#bbcb97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcb97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcb97 Color CSS Codes

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

#bbcb97 Text Font Color

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

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


#bbcb97 Background Color

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

This div background color is #bbcb97


#bbcb97 Border Color

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

This div border color is #bbcb97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcb97


Comments

No comments written yet.

Please login to write comment.