COLOR #BCD499

HEX: #BCD499
RGB: (188,212,153)

Color info

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

RGB color model

#BCD499 color RGB value is (188,212,153).

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

RGB channels and saturation

R 188 of 255 = 74%
G 212 of 255 = 83%
B 153 of 255 = 60%

188
212
153

R + G + B ~ 72%. #BCD499 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 212 + 153 = 553 (100%)
R 188 of 553 ~ 34%
G 212 of 553 ~ 38.34%
B 153 of 553 ~ 27.67%

%34
%38.34
%27.67

CMYK color model

#BCD499 color CMYK value is (11,0,28,17).

  • cyan value is 11.32%
  • magenta value is 0.00%
  • yellow value is 27.83%
  • key color value is 16.86%
CMYK:
(11,0,28,17)
C11M0Y28K17 
(11%,0%,28%,17%)
(0.11/0.00/0.28/0.17)	

CMYK percentages

%11.32
%0
%27.83
%16.86

Codes

Color #BCD499 in popluar color models

BCD499
RGB188212153
HSL84°40.69%71.57%
HSB/HSV84°27.83%83.14%
CMYK11.32%0.00%27.83%
16.86%

Color #BCD499 in popluar number systems.

HEXBCD499
Decimal188212153
Binary101111001101010010011001
Octal274324231

Shades and tints

Shades of #BCD499

#BCD499
(188,212,153)
#ABC18C
(171,193,140)
#9AAE7F
(154,174,127)
#899B72
(137,155,114)
#788865
(120,136,101)
#677558
(103,117,88)
#56624B
(86,98,75)
#454F3E
(69,79,62)
#343C31
(52,60,49)
#232924
(35,41,36)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #BCD499

#BCD499
(188,212,153)
#C2D7A2
(194,215,162)
#C8DAAB
(200,218,171)
#CEDDB4
(206,221,180)
#D4E0BD
(212,224,189)
#DAE3C6
(218,227,198)
#E0E6CF
(224,230,207)
#E6E9D8
(230,233,216)
#ECECE1
(236,236,225)
#F2EFEA
(242,239,234)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD499; }

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

This text font color is #BCD499.


Background Color

.myBgColor { background-color: #BCD499; }

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

This div background color is #BCD499.


Border color

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

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

This div border color is #BCD499.


Opacity

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

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

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

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

This text has shadow with #BCD499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD499 on black background.


Color preview on white background

This text has color #BCD499 on white background.



Black color preview on #BCD499 background

This text has black color on #BCD499 background.


White color preview on #BCD499 background

This text has white color on #BCD499 background.