Color Hex Logo

#bbd1aa Color Hex

#BBD1AA
(187,209,170)
0 Favorites   0 Comments

Color spaces of #bbd1aa

RGB 187209170
HSL0.260.300.74
HSV94°19°82°
CMYK 0.110.000.19   0.18
XYZ50.549759.068046.7672
Yxy59.06800.32320.3777
Hunter Lab76.8557-17.094117.7206
CIE-Lab81.3290-14.420316.9081

#bbd1aa color RGB value is (187,209,170).

#bbd1aa hex color red value is 187, green value is 209 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bbd1aa hue: 0.26 , saturation: 0.30 and the lightness value of bbd1aa is 0.74.

The process color (four color CMYK) of #bbd1aa color hex is 0.11, 0.00, 0.19, 0.18. Web safe color of #bbd1aa is #cccc99. Color #bbd1aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010001 10101010
Octal 273 321 252
Decimal 187 209 170
Hex BB D1 AA

RGB Percentages of Color #bbd1aa

%33.04
%36.93
%30.04

CMYK Percentages of Color #bbd1aa

%11
%0
%19
%18

Triadic Colors of #bbd1aa

#bbd1aa #aabbd1 #d1aabb

Analogous Colors of #bbd1aa

#bbd1aa #aad1ad #cfd1aa

Monochromatic Colors of #bbd1aa

#bbd1aa

Complementary Color

#bbd1aa #c0aad1

#bbd1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd1aa Color CSS Codes

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

#bbd1aa Text Font Color

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

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


#bbd1aa Background Color

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

This div background color is #bbd1aa


#bbd1aa Border Color

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

This div border color is #bbd1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd1aa


Comments

No comments written yet.

Please login to write comment.