COLOR #BCE898

HEX: #BCE898
RGB: (188,232,152)

Color info

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

RGB color model

#BCE898 color RGB value is (188,232,152).

  • red value is 188;
  • green value is 232;
  • blue value is 152.
RGB:
(188,232,152)
(74%,91%,60%)

RGB channels and saturation

R 188 of 255 = 74%
G 232 of 255 = 91%
B 152 of 255 = 60%

188
232
152

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

Portions of RGB colors in percentages

R + G + B =
188 + 232 + 152 = 572 (100%)
R 188 of 572 ~ 32.87%
G 232 of 572 ~ 40.56%
B 152 of 572 ~ 26.57%

%32.87
%40.56
%26.57

CMYK color model

#BCE898 color CMYK value is (19,0,34,9).

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 9.02%
CMYK:
(19,0,34,9)
C19M0Y34K9 
(19%,0%,34%,9%)
(0.19/0.00/0.34/0.09)	

CMYK percentages

%18.97
%0
%34.48
%9.02

Codes

Color #BCE898 in popluar color models

BCE898
RGB188232152
HSL93°63.49%75.29%
HSB/HSV93°34.48%90.98%
CMYK18.97%0.00%34.48%
9.02%

Color #BCE898 in popluar number systems.

HEXBCE898
Decimal188232152
Binary101111001110100010011000
Octal274350230

Shades and tints

Shades of #BCE898

#BCE898
(188,232,152)
#ABD38B
(171,211,139)
#9ABE7E
(154,190,126)
#89A971
(137,169,113)
#789464
(120,148,100)
#677F57
(103,127,87)
#566A4A
(86,106,74)
#45553D
(69,85,61)
#344030
(52,64,48)
#232B23
(35,43,35)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #BCE898

#BCE898
(188,232,152)
#C2EAA1
(194,234,161)
#C8ECAA
(200,236,170)
#CEEEB3
(206,238,179)
#D4F0BC
(212,240,188)
#DAF2C5
(218,242,197)
#E0F4CE
(224,244,206)
#E6F6D7
(230,246,215)
#ECF8E0
(236,248,224)
#F2FAE9
(242,250,233)
#F8FCF2
(248,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE898 color. Also use rgb(188,232,152) instead hex code.

Text Font Color

.myTextColor { color: #BCE898; }

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

This text font color is #BCE898.


Background Color

.myBgColor { background-color: #BCE898; }

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

This div background color is #BCE898.


Border color

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

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

This div border color is #BCE898.


Opacity

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

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

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

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

This text has shadow with #BCE898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE898 on black background.


Color preview on white background

This text has color #BCE898 on white background.



Black color preview on #BCE898 background

This text has black color on #BCE898 background.


White color preview on #BCE898 background

This text has white color on #BCE898 background.