Color Hex Logo

#bbcbaa Color Hex

#BBCBAA
(187,203,170)
0 Favorites   0 Comments

Color spaces of #bbcbaa

RGB 187203170
HSL0.250.240.73
HSV89°16°80°
CMYK 0.080.000.16   0.20
XYZ49.105256.178946.2857
Yxy56.17890.32400.3706
Hunter Lab74.9526-14.222715.8533
CIE-Lab79.7155-11.361914.6460

#bbcbaa color RGB value is (187,203,170).

#bbcbaa hex color red value is 187, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bbcbaa hue: 0.25 , saturation: 0.24 and the lightness value of bbcbaa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 10101010
Octal 273 313 252
Decimal 187 203 170
Hex BB CB AA

RGB Percentages of Color #bbcbaa

%33.39
%36.25
%30.36

CMYK Percentages of Color #bbcbaa

%8
%0
%16
%20

Triadic Colors of #bbcbaa

#bbcbaa #aabbcb #cbaabb

Analogous Colors of #bbcbaa

#bbcbaa #abcbaa #cbcbaa

Monochromatic Colors of #bbcbaa

#bbcbaa

Complementary Color

#bbcbaa #baaacb

#bbcbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcbaa Color CSS Codes

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

#bbcbaa Text Font Color

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

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


#bbcbaa Background Color

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

This div background color is #bbcbaa


#bbcbaa Border Color

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

This div border color is #bbcbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcbaa


Comments

No comments written yet.

Please login to write comment.