COLOR #BCE997

HEX: #BCE997 RGB: (188,233,151)

Color info

#BCE997 contains mainly red and green colors. Web safe color of #BCE997 is #CCFF99 (or #CF9).

RGB color model

#BCE997 color RGB value is (188,233,151).

RGB: (188,233,151) (74%, 91%, 59%)

RGB channels and saturation

R 188 of 255 = 74%
G 233 of 255 = 91%
B 151 of 255 = 59%

188
233
151

R + G + B ~ 75%. #BCE997 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 233 + 151 = 572 (100%)
R 188 of 572 ~ 32.87%
G 233 of 572 ~ 40.73%
B 151 of 572 ~ 26.4'%

%32.87
%40.73
%26.4

CMYK color model

#BCE997 color CMYK value is (19,0,35,9).

  • cyan value is 19.31%
  • magenta value is 0.00%
  • yellow value is 35.19%
  • key color value is 8.63%

CMYK: (19,0,35,9)
C19M0Y35K9 (19%, 0%, 35%, 9%)
(0.19 / 0.00 / 0.35 / 0.09)

CMYK percentages

%19.31
%0
%35.19
%8.63

Codes

Color #BCE997 in popluar color models

BC E9 97
RGB 188 233 151
HSL 93° 65.08% 75.29%
HSB/HSV 93° 35.19% 91.37%
CMYK 19.31% 0.00% 35.19%
8.63%

Color #BCE997 in popluar number systems.

HEX BC E9 97
Decimal 188 233 151
Binary 10111100 11101001 10010111
Octal 274 351 227

Shades and tints

Shades of #BCE997

#BCE997
(188,233,151)
#ABD48A
(171,212,138)
#9ABF7D
(154,191,125)
#89AA70
(137,170,112)
#789563
(120,149,99)
#678056
(103,128,86)
#566B49
(86,107,73)
#45563C
(69,86,60)
#34412F
(52,65,47)
#232C22
(35,44,34)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #BCE997

#BCE997
(188,233,151)
#C2EBA0
(194,235,160)
#C8EDA9
(200,237,169)
#CEEFB2
(206,239,178)
#D4F1BB
(212,241,187)
#DAF3C4
(218,243,196)
#E0F5CD
(224,245,205)
#E6F7D6
(230,247,214)
#ECF9DF
(236,249,223)
#F2FBE8
(242,251,232)
#F8FDF1
(248,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE997; }

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

This text font color is #BCE997.

Background Color

.myBgColor { background-color: #BCE997; }

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

This div background color is #BCE997.

Border color

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

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

This div border color is #BCE997.

Opacity

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

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

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

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

This text has shadow with #BCE997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE997.

Preview

Color preview on black background

This text has color #BCE997 on black background.


Color preview on white background

This text has color #BCE997 on white background.


Black color preview on #BCE997 background

This text has black color on #BCE997 background.


White color preview on #BCE997 background

This text has white color on #BCE997 background.


Related colors

Complementary color

Complementary color for #hex is #431668.


I love getcolorcode.com

Triadic colors

1 #97BCE9 and #E997BC with #BCE997 are triadic colors.

2 #97E9BC and #E9BC97 with #BCE997 are triadic colors.