COLOR #BCED6B

HEX: #BCED6B
RGB: (188,237,107)

Color info

#BCED6B contains mainly red and green colors. Web safe color of #BCED6B is #CCFF66 (or #CF6).

RGB color model

#BCED6B color RGB value is (188,237,107).

  • red value is 188;
  • green value is 237;
  • blue value is 107.
RGB:
(188,237,107)
(74%,93%,42%)

RGB channels and saturation

R 188 of 255 = 74%
G 237 of 255 = 93%
B 107 of 255 = 42%

188
237
107

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

Portions of RGB colors in percentages

R + G + B =
188 + 237 + 107 = 532 (100%)
R 188 of 532 ~ 35.34%
G 237 of 532 ~ 44.55%
B 107 of 532 ~ 20.11%

%35.34
%44.55
%20.11

CMYK color model

#BCED6B color CMYK value is (21,0,55,7).

  • cyan value is 20.68%
  • magenta value is 0.00%
  • yellow value is 54.85%
  • key color value is 7.06%
CMYK:
(21,0,55,7)
C21M0Y55K7 
(21%,0%,55%,7%)
(0.21/0.00/0.55/0.07)	

CMYK percentages

%20.68
%0
%54.85
%7.06

Codes

Color #BCED6B in popluar color models

BCED6B
RGB188237107
HSL83°78.31%67.45%
HSB/HSV83°54.85%92.94%
CMYK20.68%0.00%54.85%
7.06%

Color #BCED6B in popluar number systems.

HEXBCED6B
Decimal188237107
Binary10111100111011011101011
Octal274355153

Shades and tints

Shades of #BCED6B

#BCED6B
(188,237,107)
#ABD862
(171,216,98)
#9AC359
(154,195,89)
#89AE50
(137,174,80)
#789947
(120,153,71)
#67843E
(103,132,62)
#566F35
(86,111,53)
#455A2C
(69,90,44)
#344523
(52,69,35)
#23301A
(35,48,26)
#121B11
(18,27,17)
#000000
(0,0,0)

Tints of #BCED6B

#BCED6B
(188,237,107)
#C2EE78
(194,238,120)
#C8EF85
(200,239,133)
#CEF092
(206,240,146)
#D4F19F
(212,241,159)
#DAF2AC
(218,242,172)
#E0F3B9
(224,243,185)
#E6F4C6
(230,244,198)
#ECF5D3
(236,245,211)
#F2F6E0
(242,246,224)
#F8F7ED
(248,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCED6B color. Also use rgb(188,237,107) instead hex code.

Text Font Color

.myTextColor { color: #BCED6B; }

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

This text font color is #BCED6B.


Background Color

.myBgColor { background-color: #BCED6B; }

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

This div background color is #BCED6B.


Border color

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

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

This div border color is #BCED6B.


Opacity

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

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

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

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

This text has shadow with #BCED6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCED6B on black background.


Color preview on white background

This text has color #BCED6B on white background.



Black color preview on #BCED6B background

This text has black color on #BCED6B background.


White color preview on #BCED6B background

This text has white color on #BCED6B background.