COLOR #BCE17D

HEX: #BCE17D
RGB: (188,225,125)

Color info

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

RGB color model

#BCE17D color RGB value is (188,225,125).

  • red value is 188;
  • green value is 225;
  • blue value is 125.
RGB:
(188,225,125)
(74%,88%,49%)

RGB channels and saturation

R 188 of 255 = 74%
G 225 of 255 = 88%
B 125 of 255 = 49%

188
225
125

R + G + B ~ 70%. #BCE17D is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 225 + 125 = 538 (100%)
R 188 of 538 ~ 34.94%
G 225 of 538 ~ 41.82%
B 125 of 538 ~ 23.23%

%34.94
%41.82
%23.23

CMYK color model

#BCE17D color CMYK value is (16,0,44,12).

  • cyan value is 16.44%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 11.76%
CMYK:
(16,0,44,12)
C16M0Y44K12 
(16%,0%,44%,12%)
(0.16/0.00/0.44/0.12)	

CMYK percentages

%16.44
%0
%44.44
%11.76

Codes

Color #BCE17D in popluar color models

BCE17D
RGB188225125
HSL82°62.50%68.63%
HSB/HSV82°44.44%88.24%
CMYK16.44%0.00%44.44%
11.76%

Color #BCE17D in popluar number systems.

HEXBCE17D
Decimal188225125
Binary10111100111000011111101
Octal274341175

Shades and tints

Shades of #BCE17D

#BCE17D
(188,225,125)
#ABCD72
(171,205,114)
#9AB967
(154,185,103)
#89A55C
(137,165,92)
#789151
(120,145,81)
#677D46
(103,125,70)
#56693B
(86,105,59)
#455530
(69,85,48)
#344125
(52,65,37)
#232D1A
(35,45,26)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #BCE17D

#BCE17D
(188,225,125)
#C2E388
(194,227,136)
#C8E593
(200,229,147)
#CEE79E
(206,231,158)
#D4E9A9
(212,233,169)
#DAEBB4
(218,235,180)
#E0EDBF
(224,237,191)
#E6EFCA
(230,239,202)
#ECF1D5
(236,241,213)
#F2F3E0
(242,243,224)
#F8F5EB
(248,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE17D color. Also use rgb(188,225,125) instead hex code.

Text Font Color

.myTextColor { color: #BCE17D; }

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

This text font color is #BCE17D.


Background Color

.myBgColor { background-color: #BCE17D; }

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

This div background color is #BCE17D.


Border color

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

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

This div border color is #BCE17D.


Opacity

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

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

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

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

This text has shadow with #BCE17D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE17D on black background.


Color preview on white background

This text has color #BCE17D on white background.



Black color preview on #BCE17D background

This text has black color on #BCE17D background.


White color preview on #BCE17D background

This text has white color on #BCE17D background.