COLOR #BCD295

HEX: #BCD295
RGB: (188,210,149)

Color info

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

RGB color model

#BCD295 color RGB value is (188,210,149).

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

RGB channels and saturation

R 188 of 255 = 74%
G 210 of 255 = 82%
B 149 of 255 = 58%

188
210
149

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

Portions of RGB colors in percentages

R + G + B =
188 + 210 + 149 = 547 (100%)
R 188 of 547 ~ 34.37%
G 210 of 547 ~ 38.39%
B 149 of 547 ~ 27.24%

%34.37
%38.39
%27.24

CMYK color model

#BCD295 color CMYK value is (10,0,29,18).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • key color value is 17.65%
CMYK:
(10,0,29,18)
C10M0Y29K18 
(10%,0%,29%,18%)
(0.10/0.00/0.29/0.18)	

CMYK percentages

%10.48
%0
%29.05
%17.65

Codes

Color #BCD295 in popluar color models

BCD295
RGB188210149
HSL82°40.40%70.39%
HSB/HSV82°29.05%82.35%
CMYK10.48%0.00%29.05%
17.65%

Color #BCD295 in popluar number systems.

HEXBCD295
Decimal188210149
Binary101111001101001010010101
Octal274322225

Shades and tints

Shades of #BCD295

#BCD295
(188,210,149)
#ABBF88
(171,191,136)
#9AAC7B
(154,172,123)
#89996E
(137,153,110)
#788661
(120,134,97)
#677354
(103,115,84)
#566047
(86,96,71)
#454D3A
(69,77,58)
#343A2D
(52,58,45)
#232720
(35,39,32)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #BCD295

#BCD295
(188,210,149)
#C2D69E
(194,214,158)
#C8DAA7
(200,218,167)
#CEDEB0
(206,222,176)
#D4E2B9
(212,226,185)
#DAE6C2
(218,230,194)
#E0EACB
(224,234,203)
#E6EED4
(230,238,212)
#ECF2DD
(236,242,221)
#F2F6E6
(242,246,230)
#F8FAEF
(248,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD295; }

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

This text font color is #BCD295.


Background Color

.myBgColor { background-color: #BCD295; }

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

This div background color is #BCD295.


Border color

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

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

This div border color is #BCD295.


Opacity

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

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

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

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

This text has shadow with #BCD295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD295 on black background.


Color preview on white background

This text has color #BCD295 on white background.



Black color preview on #BCD295 background

This text has black color on #BCD295 background.


White color preview on #BCD295 background

This text has white color on #BCD295 background.