COLOR #BCE073

HEX: #BCE073
RGB: (188,224,115)

Color info

#BCE073 contains mainly red and green colors. Web safe color of #BCE073 is #CCCC66 (or #CC6).

RGB color model

#BCE073 color RGB value is (188,224,115).

  • red value is 188;
  • green value is 224;
  • blue value is 115.
RGB:
(188,224,115)
(74%,88%,45%)

RGB channels and saturation

R 188 of 255 = 74%
G 224 of 255 = 88%
B 115 of 255 = 45%

188
224
115

R + G + B ~ 69%. #BCE073 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 224 + 115 = 527 (100%)
R 188 of 527 ~ 35.67%
G 224 of 527 ~ 42.5%
B 115 of 527 ~ 21.82%

%35.67
%42.5
%21.82

CMYK color model

#BCE073 color CMYK value is (16,0,49,12).

  • cyan value is 16.07%
  • magenta value is 0.00%
  • yellow value is 48.66%
  • key color value is 12.16%
CMYK:
(16,0,49,12)
C16M0Y49K12 
(16%,0%,49%,12%)
(0.16/0.00/0.49/0.12)	

CMYK percentages

%16.07
%0
%48.66
%12.16

Codes

Color #BCE073 in popluar color models

BCE073
RGB188224115
HSL80°63.74%66.47%
HSB/HSV80°48.66%87.84%
CMYK16.07%0.00%48.66%
12.16%

Color #BCE073 in popluar number systems.

HEXBCE073
Decimal188224115
Binary10111100111000001110011
Octal274340163

Shades and tints

Shades of #BCE073

#BCE073
(188,224,115)
#ABCC69
(171,204,105)
#9AB85F
(154,184,95)
#89A455
(137,164,85)
#78904B
(120,144,75)
#677C41
(103,124,65)
#566837
(86,104,55)
#45542D
(69,84,45)
#344023
(52,64,35)
#232C19
(35,44,25)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #BCE073

#BCE073
(188,224,115)
#C2E27F
(194,226,127)
#C8E48B
(200,228,139)
#CEE697
(206,230,151)
#D4E8A3
(212,232,163)
#DAEAAF
(218,234,175)
#E0ECBB
(224,236,187)
#E6EEC7
(230,238,199)
#ECF0D3
(236,240,211)
#F2F2DF
(242,242,223)
#F8F4EB
(248,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE073 color. Also use rgb(188,224,115) instead hex code.

Text Font Color

.myTextColor { color: #BCE073; }

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

This text font color is #BCE073.


Background Color

.myBgColor { background-color: #BCE073; }

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

This div background color is #BCE073.


Border color

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

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

This div border color is #BCE073.


Opacity

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

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

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

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

This text has shadow with #BCE073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE073 on black background.


Color preview on white background

This text has color #BCE073 on white background.



Black color preview on #BCE073 background

This text has black color on #BCE073 background.


White color preview on #BCE073 background

This text has white color on #BCE073 background.