COLOR #BCC284

HEX: #BCC284
RGB: (188,194,132)

Color info

#BCC284 contains mainly red and green colors. Web safe color of #BCC284 is #CCCC99 (or #CC9).

RGB color model

#BCC284 color RGB value is (188,194,132).

  • red value is 188;
  • green value is 194;
  • blue value is 132.
RGB:
(188,194,132)
(74%,76%,52%)

RGB channels and saturation

R 188 of 255 = 74%
G 194 of 255 = 76%
B 132 of 255 = 52%

188
194
132

R + G + B ~ 67%. #BCC284 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 194 + 132 = 514 (100%)
R 188 of 514 ~ 36.58%
G 194 of 514 ~ 37.74%
B 132 of 514 ~ 25.68%

%36.58
%37.74
%25.68

CMYK color model

#BCC284 color CMYK value is (3,0,32,24).

  • cyan value is 3.09%
  • magenta value is 0.00%
  • yellow value is 31.96%
  • key color value is 23.92%
CMYK:
(3,0,32,24)
C3M0Y32K24 
(3%,0%,32%,24%)
(0.03/0.00/0.32/0.24)	

CMYK percentages

%3.09
%0
%31.96
%23.92

Codes

Color #BCC284 in popluar color models

BCC284
RGB188194132
HSL66°33.70%63.92%
HSB/HSV66°31.96%76.08%
CMYK3.09%0.00%31.96%
23.92%

Color #BCC284 in popluar number systems.

HEXBCC284
Decimal188194132
Binary101111001100001010000100
Octal274302204

Shades and tints

Shades of #BCC284

#BCC284
(188,194,132)
#ABB178
(171,177,120)
#9AA06C
(154,160,108)
#898F60
(137,143,96)
#787E54
(120,126,84)
#676D48
(103,109,72)
#565C3C
(86,92,60)
#454B30
(69,75,48)
#343A24
(52,58,36)
#232918
(35,41,24)
#12180C
(18,24,12)
#000000
(0,0,0)

Tints of #BCC284

#BCC284
(188,194,132)
#C2C78F
(194,199,143)
#C8CC9A
(200,204,154)
#CED1A5
(206,209,165)
#D4D6B0
(212,214,176)
#DADBBB
(218,219,187)
#E0E0C6
(224,224,198)
#E6E5D1
(230,229,209)
#ECEADC
(236,234,220)
#F2EFE7
(242,239,231)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC284 color. Also use rgb(188,194,132) instead hex code.

Text Font Color

.myTextColor { color: #BCC284; }

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

This text font color is #BCC284.


Background Color

.myBgColor { background-color: #BCC284; }

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

This div background color is #BCC284.


Border color

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

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

This div border color is #BCC284.


Opacity

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

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

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

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

This text has shadow with #BCC284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC284 on black background.


Color preview on white background

This text has color #BCC284 on white background.



Black color preview on #BCC284 background

This text has black color on #BCC284 background.


White color preview on #BCC284 background

This text has white color on #BCC284 background.