COLOR #BCDE95

HEX: #BCDE95
RGB: (188,222,149)

Color info

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

RGB color model

#BCDE95 color RGB value is (188,222,149).

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

RGB channels and saturation

R 188 of 255 = 74%
G 222 of 255 = 87%
B 149 of 255 = 58%

188
222
149

R + G + B ~ 73%. #BCDE95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 222 + 149 = 559 (100%)
R 188 of 559 ~ 33.63%
G 222 of 559 ~ 39.71%
B 149 of 559 ~ 26.65%

%33.63
%39.71
%26.65

CMYK color model

#BCDE95 color CMYK value is (15,0,33,13).

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 32.88%
  • key color value is 12.94%
CMYK:
(15,0,33,13)
C15M0Y33K13 
(15%,0%,33%,13%)
(0.15/0.00/0.33/0.13)	

CMYK percentages

%15.32
%0
%32.88
%12.94

Codes

Color #BCDE95 in popluar color models

BCDE95
RGB188222149
HSL88°52.52%72.75%
HSB/HSV88°32.88%87.06%
CMYK15.32%0.00%32.88%
12.94%

Color #BCDE95 in popluar number systems.

HEXBCDE95
Decimal188222149
Binary101111001101111010010101
Octal274336225

Shades and tints

Shades of #BCDE95

#BCDE95
(188,222,149)
#ABCA88
(171,202,136)
#9AB67B
(154,182,123)
#89A26E
(137,162,110)
#788E61
(120,142,97)
#677A54
(103,122,84)
#566647
(86,102,71)
#45523A
(69,82,58)
#343E2D
(52,62,45)
#232A20
(35,42,32)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #BCDE95

#BCDE95
(188,222,149)
#C2E19E
(194,225,158)
#C8E4A7
(200,228,167)
#CEE7B0
(206,231,176)
#D4EAB9
(212,234,185)
#DAEDC2
(218,237,194)
#E0F0CB
(224,240,203)
#E6F3D4
(230,243,212)
#ECF6DD
(236,246,221)
#F2F9E6
(242,249,230)
#F8FCEF
(248,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDE95; }

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

This text font color is #BCDE95.


Background Color

.myBgColor { background-color: #BCDE95; }

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

This div background color is #BCDE95.


Border color

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

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

This div border color is #BCDE95.


Opacity

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

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

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

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

This text has shadow with #BCDE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDE95 on black background.


Color preview on white background

This text has color #BCDE95 on white background.



Black color preview on #BCDE95 background

This text has black color on #BCDE95 background.


White color preview on #BCDE95 background

This text has white color on #BCDE95 background.