COLOR #BCC48C

HEX: #BCC48C RGB: (188,196,140)

Color info

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

RGB color model

#BCC48C color RGB value is (188,196,140).

RGB: (188,196,140) (74%, 77%, 55%)

RGB channels and saturation

R 188 of 255 = 74%
G 196 of 255 = 77%
B 140 of 255 = 55%

188
196
140

R + G + B ~ 69%. #BCC48C is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 196 + 140 = 524 (100%)
R 188 of 524 ~ 35.88%
G 196 of 524 ~ 37.4%
B 140 of 524 ~ 26.72'%

%35.88
%37.4
%26.72

CMYK color model

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

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 23.14%

CMYK: (4,0,29,23)
C4M0Y29K23 (4%, 0%, 29%, 23%)
(0.04 / 0.00 / 0.29 / 0.23)

CMYK percentages

%4.08
%0
%28.57
%23.14

Codes

Color #BCC48C in popluar color models

BC C4 8C
RGB 188 196 140
HSL 69° 32.18% 65.88%
HSB/HSV 69° 28.57% 76.86%
CMYK 4.08% 0.00% 28.57%
23.14%

Color #BCC48C in popluar number systems.

HEX BC C4 8C
Decimal 188 196 140
Binary 10111100 11000100 10001100
Octal 274 304 214

Shades and tints

Shades of #BCC48C

#BCC48C
(188,196,140)
#ABB380
(171,179,128)
#9AA274
(154,162,116)
#899168
(137,145,104)
#78805C
(120,128,92)
#676F50
(103,111,80)
#565E44
(86,94,68)
#454D38
(69,77,56)
#343C2C
(52,60,44)
#232B20
(35,43,32)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #BCC48C

#BCC48C
(188,196,140)
#C2C996
(194,201,150)
#C8CEA0
(200,206,160)
#CED3AA
(206,211,170)
#D4D8B4
(212,216,180)
#DADDBE
(218,221,190)
#E0E2C8
(224,226,200)
#E6E7D2
(230,231,210)
#ECECDC
(236,236,220)
#F2F1E6
(242,241,230)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC48C; }

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

This text font color is #BCC48C.

Background Color

.myBgColor { background-color: #BCC48C; }

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

This div background color is #BCC48C.

Border color

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

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

This div border color is #BCC48C.

Opacity

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

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

Text with #BCC48C 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 #BCC48C;}

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

This text has shadow with #BCC48C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC48C.

Preview

Color preview on black background

This text has color #BCC48C on black background.


Color preview on white background

This text has color #BCC48C on white background.


Black color preview on #BCC48C background

This text has black color on #BCC48C background.


White color preview on #BCC48C background

This text has white color on #BCC48C background.


Related colors

Complementary color

Complementary color for #hex is #433B73.


I love getcolorcode.com

Triadic colors

1 #8CBCC4 and #C48CBC with #BCC48C are triadic colors.

2 #8CC4BC and #C4BC8C with #BCC48C are triadic colors.