Color Hex Logo

#bbc4aa Color Hex

#BBC4AA
(187,196,170)
0 Favorites   0 Comments

Color spaces of #bbc4aa

RGB 187196170
HSL0.220.180.72
HSV81°13°77°
CMYK 0.050.000.13   0.23
XYZ47.489152.946945.7470
Yxy52.94690.32490.3622
Hunter Lab72.7646-10.841913.6597
CIE-Lab77.8436-7.744012.0043

#bbc4aa color RGB value is (187,196,170).

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

The process color (four color CMYK) of #bbc4aa color hex is 0.05, 0.00, 0.13, 0.23. Web safe color of #bbc4aa is #cccc99. Color #bbc4aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000100 10101010
Octal 273 304 252
Decimal 187 196 170
Hex BB C4 AA

RGB Percentages of Color #bbc4aa

%33.82
%35.44
%30.74

CMYK Percentages of Color #bbc4aa

%5
%0
%13
%23

Triadic Colors of #bbc4aa

#bbc4aa #aabbc4 #c4aabb

Analogous Colors of #bbc4aa

#bbc4aa #aec4aa #c4c0aa

Monochromatic Colors of #bbc4aa

#bbc4aa

Complementary Color

#bbc4aa #b3aac4

#bbc4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc4aa Color CSS Codes

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

#bbc4aa Text Font Color

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

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


#bbc4aa Background Color

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

This div background color is #bbc4aa


#bbc4aa Border Color

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

This div border color is #bbc4aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc4aa


Comments

No comments written yet.

Please login to write comment.