COLOR #BCD48B

HEX: #BCD48B
RGB: (188,212,139)

Color info

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

RGB color model

#BCD48B color RGB value is (188,212,139).

  • red value is 188;
  • green value is 212;
  • blue value is 139.
RGB:
(188,212,139)
(74%,83%,55%)

RGB channels and saturation

R 188 of 255 = 74%
G 212 of 255 = 83%
B 139 of 255 = 55%

188
212
139

R + G + B ~ 71%. #BCD48B is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 212 + 139 = 539 (100%)
R 188 of 539 ~ 34.88%
G 212 of 539 ~ 39.33%
B 139 of 539 ~ 25.79%

%34.88
%39.33
%25.79

CMYK color model

#BCD48B color CMYK value is (11,0,34,17).

  • cyan value is 11.32%
  • magenta value is 0.00%
  • yellow value is 34.43%
  • key color value is 16.86%
CMYK:
(11,0,34,17)
C11M0Y34K17 
(11%,0%,34%,17%)
(0.11/0.00/0.34/0.17)	

CMYK percentages

%11.32
%0
%34.43
%16.86

Codes

Color #BCD48B in popluar color models

BCD48B
RGB188212139
HSL80°45.91%68.82%
HSB/HSV80°34.43%83.14%
CMYK11.32%0.00%34.43%
16.86%

Color #BCD48B in popluar number systems.

HEXBCD48B
Decimal188212139
Binary101111001101010010001011
Octal274324213

Shades and tints

Shades of #BCD48B

#BCD48B
(188,212,139)
#ABC17F
(171,193,127)
#9AAE73
(154,174,115)
#899B67
(137,155,103)
#78885B
(120,136,91)
#67754F
(103,117,79)
#566243
(86,98,67)
#454F37
(69,79,55)
#343C2B
(52,60,43)
#23291F
(35,41,31)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #BCD48B

#BCD48B
(188,212,139)
#C2D795
(194,215,149)
#C8DA9F
(200,218,159)
#CEDDA9
(206,221,169)
#D4E0B3
(212,224,179)
#DAE3BD
(218,227,189)
#E0E6C7
(224,230,199)
#E6E9D1
(230,233,209)
#ECECDB
(236,236,219)
#F2EFE5
(242,239,229)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD48B color. Also use rgb(188,212,139) instead hex code.

Text Font Color

.myTextColor { color: #BCD48B; }

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

This text font color is #BCD48B.


Background Color

.myBgColor { background-color: #BCD48B; }

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

This div background color is #BCD48B.


Border color

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

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

This div border color is #BCD48B.


Opacity

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

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

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

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

This text has shadow with #BCD48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD48B on black background.


Color preview on white background

This text has color #BCD48B on white background.



Black color preview on #BCD48B background

This text has black color on #BCD48B background.


White color preview on #BCD48B background

This text has white color on #BCD48B background.