Color Hex Logo

#bbc9aa Color Hex

#BBC9AA
(187,201,170)
0 Favorites   0 Comments

Color spaces of #bbc9aa

RGB 187201170
HSL0.240.220.73
HSV87°15°79°
CMYK 0.070.000.15   0.21
XYZ48.635955.240446.1293
Yxy55.24040.32420.3683
Hunter Lab74.3239-13.260415.2282
CIE-Lab79.1795-10.333813.8915

#bbc9aa color RGB value is (187,201,170).

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

The process color (four color CMYK) of #bbc9aa color hex is 0.07, 0.00, 0.15, 0.21. Web safe color of #bbc9aa is #cccc99. Color #bbc9aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001001 10101010
Octal 273 311 252
Decimal 187 201 170
Hex BB C9 AA

RGB Percentages of Color #bbc9aa

%33.51
%36.02
%30.47

CMYK Percentages of Color #bbc9aa

%7
%0
%15
%21

Triadic Colors of #bbc9aa

#bbc9aa #aabbc9 #c9aabb

Analogous Colors of #bbc9aa

#bbc9aa #acc9aa #c9c8aa

Monochromatic Colors of #bbc9aa

#bbc9aa

Complementary Color

#bbc9aa #b8aac9

#bbc9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc9aa Color CSS Codes

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

#bbc9aa Text Font Color

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

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


#bbc9aa Background Color

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

This div background color is #bbc9aa


#bbc9aa Border Color

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

This div border color is #bbc9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc9aa


Comments

No comments written yet.

Please login to write comment.