Color Hex Logo

#bbcd9f Color Hex

#BBCD9F
(187,205,159)
0 Favorites   0 Comments

Color spaces of #bbcd9f

RGB 187205159
HSL0.230.320.71
HSV83°22°80°
CMYK 0.090.000.22   0.20
XYZ48.582856.730641.1904
Yxy56.73060.33160.3872
Hunter Lab75.3197-16.673320.2996
CIE-Lab80.0278-14.135820.9185

#bbcd9f color RGB value is (187,205,159).

#bbcd9f hex color red value is 187, green value is 205 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bbcd9f hue: 0.23 , saturation: 0.32 and the lightness value of bbcd9f is 0.71.

The process color (four color CMYK) of #bbcd9f color hex is 0.09, 0.00, 0.22, 0.20. Web safe color of #bbcd9f is #cccc99. Color #bbcd9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001101 10011111
Octal 273 315 237
Decimal 187 205 159
Hex BB CD 9F

RGB Percentages of Color #bbcd9f

%33.94
%37.21
%28.86

CMYK Percentages of Color #bbcd9f

%9
%0
%22
%20

Triadic Colors of #bbcd9f

#bbcd9f #9fbbcd #cd9fbb

Analogous Colors of #bbcd9f

#bbcd9f #a4cd9f #cdc89f

Monochromatic Colors of #bbcd9f

#bbcd9f

Complementary Color

#bbcd9f #b19fcd

#bbcd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcd9f Color CSS Codes

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

#bbcd9f Text Font Color

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

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


#bbcd9f Background Color

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

This div background color is #bbcd9f


#bbcd9f Border Color

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

This div border color is #bbcd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcd9f


Comments

No comments written yet.

Please login to write comment.