Color Hex Logo

#bcc7aa Color Hex

#BCC7AA
(188,199,170)
0 Favorites   0 Comments

Color spaces of #bcc7aa

RGB 188199170
HSL0.230.210.72
HSV83°15°78°
CMYK 0.060.000.15   0.22
XYZ48.418254.440545.9864
Yxy54.44050.32530.3658
Hunter Lab73.7838-11.986914.6957
CIE-Lab78.7179-8.941513.2508

#bcc7aa color RGB value is (188,199,170).

#bcc7aa hex color red value is 188, green value is 199 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bcc7aa hue: 0.23 , saturation: 0.21 and the lightness value of bcc7aa is 0.72.

The process color (four color CMYK) of #bcc7aa color hex is 0.06, 0.00, 0.15, 0.22. Web safe color of #bcc7aa is #cccc99. Color #bcc7aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 10101010
Octal 274 307 252
Decimal 188 199 170
Hex BC C7 AA

RGB Percentages of Color #bcc7aa

%33.75
%35.73
%30.52

CMYK Percentages of Color #bcc7aa

%6
%0
%15
%22

Triadic Colors of #bcc7aa

#bcc7aa #aabcc7 #c7aabc

Analogous Colors of #bcc7aa

#bcc7aa #aec7aa #c7c4aa

Monochromatic Colors of #bcc7aa

#bcc7aa

Complementary Color

#bcc7aa #b5aac7

#bcc7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc7aa Color CSS Codes

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

#bcc7aa Text Font Color

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

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


#bcc7aa Background Color

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

This div background color is #bcc7aa


#bcc7aa Border Color

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

This div border color is #bcc7aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc7aa


Comments

No comments written yet.

Please login to write comment.