COLOR #BCC496

HEX: #BCC496 RGB: (188,196,150)

Color info

#BCC496 contains red, green and blue colors in about the same proportion. Web safe color of #BCC496 is #CCCC99 (or #CC9).

RGB color model

#BCC496 color RGB value is (188,196,150).

RGB: (188,196,150) (74%, 77%, 59%)

RGB channels and saturation

R 188 of 255 = 74%
G 196 of 255 = 77%
B 150 of 255 = 59%

188
196
150

R + G + B ~ 70%. #BCC496 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 196 + 150 = 534 (100%)
R 188 of 534 ~ 35.21%
G 196 of 534 ~ 36.7%
B 150 of 534 ~ 28.09'%

%35.21
%36.7
%28.09

CMYK color model

#BCC496 color CMYK value is (4,0,23,23).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 23.47%
  • key color value is 23.14%
CMYK: (4,0,23,23) C4M0Y23K23 (4%,0%,23%,23%) (0.04/0.00/0.23/0.23) 

CMYK percentages

%4.08
%0
%23.47
%23.14

Codes

Color #BCC496 in popluar color models

BC C4 96
RGB 188 196 150
HSL 70° 28.05% 67.84%
HSB/HSV 70° 23.47% 76.86%
CMYK 4.08% 0.00% 23.47%
23.14%

Color #BCC496 in popluar number systems.

HEX BC C4 96
Decimal 188 196 150
Binary 10111100 11000100 10010110
Octal 274 304 226

Shades and tints

Shades of #BCC496

#BCC496
(188,196,150)
#ABB389
(171,179,137)
#9AA27C
(154,162,124)
#89916F
(137,145,111)
#788062
(120,128,98)
#676F55
(103,111,85)
#565E48
(86,94,72)
#454D3B
(69,77,59)
#343C2E
(52,60,46)
#232B21
(35,43,33)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #BCC496

#BCC496
(188,196,150)
#C2C99F
(194,201,159)
#C8CEA8
(200,206,168)
#CED3B1
(206,211,177)
#D4D8BA
(212,216,186)
#DADDC3
(218,221,195)
#E0E2CC
(224,226,204)
#E6E7D5
(230,231,213)
#ECECDE
(236,236,222)
#F2F1E7
(242,241,231)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC496 color. Also use rgb(188,196,150) instead hex code.

Text Font Color

.myTextColor { color: #BCC496; }

<p style="color:#BCC496">This sample text font color is #BCC496.</p>

This text font color is #BCC496.

Background Color

.myBgColor { background-color: #BCC496; }

<div style="background-color:#BCC496">Inner text</div>

This div background color is #BCC496.

Border color

.myBorderColor { border: 1px solid #BCC496; }

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

This div border color is #BCC496.

Opacity

.myOpacity80 { color: #BCC496; opacity: 0.8; }

<p style="color:#BCC496;opacity:0.8;">80%</p>

Text with #BCC496 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BCC496;}

<p style="text-shadow: 3px 3px 1px #BCC496">Text here.</p>

This text has shadow with #BCC496 color.


.textShadow {text-shadow: 3px 3px 1px #BCC496', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BCC496, 5px 5px 20px red">Text here.</p>

This text has shadow with #BCC496 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCC496, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BCC496, Direction=45, Strength=4)">Text</p>

This text has shadow with #BCC496 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCC496;
-webkit-box-shadow: 1px 1px 3px 2px #BCC496;
box-shadow: 1px 1px 3px 2px #BCC496;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCC496; -webkit-box-shadow: 1px 1px 3px 2px #BCC496; box-shadow:1px 1px 3px 2px #BCC496;">
Div content here
</div>

This div box has shadow with color #BCC496.

Preview

Color preview on black background

This text has color #BCC496 on black background.


Color preview on white background

This text has color #BCC496 on white background.


Black color preview on #BCC496 background

This text has black color on #BCC496 background.


White color preview on #BCC496 background

This text has white color on #BCC496 background.


Related colors

Complementary color

Complementary color for #hex is #433B69.


I love getcolorcode.com

Triadic colors

1 #96BCC4 and #C496BC with #BCC496 are triadic colors.

2 #96C4BC and #C4BC96 with #BCC496 are triadic colors.