COLOR #BCD395

HEX: #BCD395
RGB: (188,211,149)

Color info

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

RGB color model

#BCD395 color RGB value is (188,211,149).

  • red value is 188;
  • green value is 211;
  • blue value is 149.
RGB:
(188,211,149)
(74%,83%,58%)

RGB channels and saturation

R 188 of 255 = 74%
G 211 of 255 = 83%
B 149 of 255 = 58%

188
211
149

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

Portions of RGB colors in percentages

R + G + B =
188 + 211 + 149 = 548 (100%)
R 188 of 548 ~ 34.31%
G 211 of 548 ~ 38.5%
B 149 of 548 ~ 27.19%

%34.31
%38.5
%27.19

CMYK color model

#BCD395 color CMYK value is (11,0,29,17).

  • cyan value is 10.90%
  • magenta value is 0.00%
  • yellow value is 29.38%
  • key color value is 17.25%
CMYK:
(11,0,29,17)
C11M0Y29K17 
(11%,0%,29%,17%)
(0.11/0.00/0.29/0.17)	

CMYK percentages

%10.9
%0
%29.38
%17.25

Codes

Color #BCD395 in popluar color models

BCD395
RGB188211149
HSL82°41.33%70.59%
HSB/HSV82°29.38%82.75%
CMYK10.90%0.00%29.38%
17.25%

Color #BCD395 in popluar number systems.

HEXBCD395
Decimal188211149
Binary101111001101001110010101
Octal274323225

Shades and tints

Shades of #BCD395

#BCD395
(188,211,149)
#ABC088
(171,192,136)
#9AAD7B
(154,173,123)
#899A6E
(137,154,110)
#788761
(120,135,97)
#677454
(103,116,84)
#566147
(86,97,71)
#454E3A
(69,78,58)
#343B2D
(52,59,45)
#232820
(35,40,32)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #BCD395

#BCD395
(188,211,149)
#C2D79E
(194,215,158)
#C8DBA7
(200,219,167)
#CEDFB0
(206,223,176)
#D4E3B9
(212,227,185)
#DAE7C2
(218,231,194)
#E0EBCB
(224,235,203)
#E6EFD4
(230,239,212)
#ECF3DD
(236,243,221)
#F2F7E6
(242,247,230)
#F8FBEF
(248,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD395 color. Also use rgb(188,211,149) instead hex code.

Text Font Color

.myTextColor { color: #BCD395; }

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

This text font color is #BCD395.


Background Color

.myBgColor { background-color: #BCD395; }

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

This div background color is #BCD395.


Border color

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

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

This div border color is #BCD395.


Opacity

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

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

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

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

This text has shadow with #BCD395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD395 on black background.


Color preview on white background

This text has color #BCD395 on white background.



Black color preview on #BCD395 background

This text has black color on #BCD395 background.


White color preview on #BCD395 background

This text has white color on #BCD395 background.