Color Hex Logo

#bbccaa Color Hex

#BBCCAA
(187,204,170)
2 Favorites   0 Comments

Color spaces of #bbccaa

RGB 187204170
HSL0.250.250.73
HSV90°17°80°
CMYK 0.080.000.17   0.20
XYZ49.342156.652846.3647
Yxy56.65280.32390.3718
Hunter Lab75.2681-14.703116.1653
CIE-Lab79.9839-11.874615.0232

#bbccaa color RGB value is (187,204,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 10101010
Octal 273 314 252
Decimal 187 204 170
Hex BB CC AA

RGB Percentages of Color #bbccaa

%33.33
%36.36
%30.30

CMYK Percentages of Color #bbccaa

%8
%0
%17
%20

Triadic Colors of #bbccaa

#bbccaa #aabbcc #ccaabb

Analogous Colors of #bbccaa

#bbccaa #aaccaa #ccccaa

Monochromatic Colors of #bbccaa

#bbccaa

Complementary Color

#bbccaa #bbaacc

#bbccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbccaa Color CSS Codes

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

#bbccaa Text Font Color

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

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


#bbccaa Background Color

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

This div background color is #bbccaa


#bbccaa Border Color

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

This div border color is #bbccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbccaa


Comments

No comments written yet.

Please login to write comment.