COLOR #BCE297

HEX: #BCE297
RGB: (188,226,151)

Color info

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

RGB color model

#BCE297 color RGB value is (188,226,151).

  • red value is 188;
  • green value is 226;
  • blue value is 151.
RGB:
(188,226,151)
(74%,89%,59%)

RGB channels and saturation

R 188 of 255 = 74%
G 226 of 255 = 89%
B 151 of 255 = 59%

188
226
151

R + G + B ~ 74%. #BCE297 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 226 + 151 = 565 (100%)
R 188 of 565 ~ 33.27%
G 226 of 565 ~ 40%
B 151 of 565 ~ 26.73%

%33.27
%40
%26.73

CMYK color model

#BCE297 color CMYK value is (17,0,33,11).

  • cyan value is 16.81%
  • magenta value is 0.00%
  • yellow value is 33.19%
  • key color value is 11.37%
CMYK:
(17,0,33,11)
C17M0Y33K11 
(17%,0%,33%,11%)
(0.17/0.00/0.33/0.11)	

CMYK percentages

%16.81
%0
%33.19
%11.37

Codes

Color #BCE297 in popluar color models

BCE297
RGB188226151
HSL90°56.39%73.92%
HSB/HSV90°33.19%88.63%
CMYK16.81%0.00%33.19%
11.37%

Color #BCE297 in popluar number systems.

HEXBCE297
Decimal188226151
Binary101111001110001010010111
Octal274342227

Shades and tints

Shades of #BCE297

#BCE297
(188,226,151)
#ABCE8A
(171,206,138)
#9ABA7D
(154,186,125)
#89A670
(137,166,112)
#789263
(120,146,99)
#677E56
(103,126,86)
#566A49
(86,106,73)
#45563C
(69,86,60)
#34422F
(52,66,47)
#232E22
(35,46,34)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #BCE297

#BCE297
(188,226,151)
#C2E4A0
(194,228,160)
#C8E6A9
(200,230,169)
#CEE8B2
(206,232,178)
#D4EABB
(212,234,187)
#DAECC4
(218,236,196)
#E0EECD
(224,238,205)
#E6F0D6
(230,240,214)
#ECF2DF
(236,242,223)
#F2F4E8
(242,244,232)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE297 color. Also use rgb(188,226,151) instead hex code.

Text Font Color

.myTextColor { color: #BCE297; }

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

This text font color is #BCE297.


Background Color

.myBgColor { background-color: #BCE297; }

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

This div background color is #BCE297.


Border color

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

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

This div border color is #BCE297.


Opacity

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

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

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

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

This text has shadow with #BCE297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE297 on black background.


Color preview on white background

This text has color #BCE297 on white background.



Black color preview on #BCE297 background

This text has black color on #BCE297 background.


White color preview on #BCE297 background

This text has white color on #BCE297 background.