COLOR #BCE983

HEX: #BCE983
RGB: (188,233,131)

Color info

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

RGB color model

#BCE983 color RGB value is (188,233,131).

  • red value is 188;
  • green value is 233;
  • blue value is 131.
RGB:
(188,233,131)
(74%,91%,51%)

RGB channels and saturation

R 188 of 255 = 74%
G 233 of 255 = 91%
B 131 of 255 = 51%

188
233
131

R + G + B ~ 72%. #BCE983 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 233 + 131 = 552 (100%)
R 188 of 552 ~ 34.06%
G 233 of 552 ~ 42.21%
B 131 of 552 ~ 23.73%

%34.06
%42.21
%23.73

CMYK color model

#BCE983 color CMYK value is (19,0,44,9).

  • cyan value is 19.31%
  • magenta value is 0.00%
  • yellow value is 43.78%
  • key color value is 8.63%
CMYK:
(19,0,44,9)
C19M0Y44K9 
(19%,0%,44%,9%)
(0.19/0.00/0.44/0.09)	

CMYK percentages

%19.31
%0
%43.78
%8.63

Codes

Color #BCE983 in popluar color models

BCE983
RGB188233131
HSL86°69.86%71.37%
HSB/HSV86°43.78%91.37%
CMYK19.31%0.00%43.78%
8.63%

Color #BCE983 in popluar number systems.

HEXBCE983
Decimal188233131
Binary101111001110100110000011
Octal274351203

Shades and tints

Shades of #BCE983

#BCE983
(188,233,131)
#ABD478
(171,212,120)
#9ABF6D
(154,191,109)
#89AA62
(137,170,98)
#789557
(120,149,87)
#67804C
(103,128,76)
#566B41
(86,107,65)
#455636
(69,86,54)
#34412B
(52,65,43)
#232C20
(35,44,32)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #BCE983

#BCE983
(188,233,131)
#C2EB8E
(194,235,142)
#C8ED99
(200,237,153)
#CEEFA4
(206,239,164)
#D4F1AF
(212,241,175)
#DAF3BA
(218,243,186)
#E0F5C5
(224,245,197)
#E6F7D0
(230,247,208)
#ECF9DB
(236,249,219)
#F2FBE6
(242,251,230)
#F8FDF1
(248,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE983; }

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

This text font color is #BCE983.


Background Color

.myBgColor { background-color: #BCE983; }

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

This div background color is #BCE983.


Border color

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

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

This div border color is #BCE983.


Opacity

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

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

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

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

This text has shadow with #BCE983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE983 on black background.


Color preview on white background

This text has color #BCE983 on white background.



Black color preview on #BCE983 background

This text has black color on #BCE983 background.


White color preview on #BCE983 background

This text has white color on #BCE983 background.