COLOR #BCF09A

HEX: #BCF09A
RGB: (188,240,154)

Color info

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

RGB color model

#BCF09A color RGB value is (188,240,154).

  • red value is 188;
  • green value is 240;
  • blue value is 154.
RGB:
(188,240,154)
(74%,94%,60%)

RGB channels and saturation

R 188 of 255 = 74%
G 240 of 255 = 94%
B 154 of 255 = 60%

188
240
154

R + G + B ~ 76%. #BCF09A is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 240 + 154 = 582 (100%)
R 188 of 582 ~ 32.3%
G 240 of 582 ~ 41.24%
B 154 of 582 ~ 26.46%

%32.3
%41.24
%26.46

CMYK color model

#BCF09A color CMYK value is (22,0,36,6).

  • cyan value is 21.67%
  • magenta value is 0.00%
  • yellow value is 35.83%
  • key color value is 5.88%
CMYK:
(22,0,36,6)
C22M0Y36K6 
(22%,0%,36%,6%)
(0.22/0.00/0.36/0.06)	

CMYK percentages

%21.67
%0
%35.83
%5.88

Codes

Color #BCF09A in popluar color models

BCF09A
RGB188240154
HSL96°74.14%77.25%
HSB/HSV96°35.83%94.12%
CMYK21.67%0.00%35.83%
5.88%

Color #BCF09A in popluar number systems.

HEXBCF09A
Decimal188240154
Binary101111001111000010011010
Octal274360232

Shades and tints

Shades of #BCF09A

#BCF09A
(188,240,154)
#ABDB8C
(171,219,140)
#9AC67E
(154,198,126)
#89B170
(137,177,112)
#789C62
(120,156,98)
#678754
(103,135,84)
#567246
(86,114,70)
#455D38
(69,93,56)
#34482A
(52,72,42)
#23331C
(35,51,28)
#121E0E
(18,30,14)
#000000
(0,0,0)

Tints of #BCF09A

#BCF09A
(188,240,154)
#C2F1A3
(194,241,163)
#C8F2AC
(200,242,172)
#CEF3B5
(206,243,181)
#D4F4BE
(212,244,190)
#DAF5C7
(218,245,199)
#E0F6D0
(224,246,208)
#E6F7D9
(230,247,217)
#ECF8E2
(236,248,226)
#F2F9EB
(242,249,235)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF09A color. Also use rgb(188,240,154) instead hex code.

Text Font Color

.myTextColor { color: #BCF09A; }

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

This text font color is #BCF09A.


Background Color

.myBgColor { background-color: #BCF09A; }

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

This div background color is #BCF09A.


Border color

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

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

This div border color is #BCF09A.


Opacity

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

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

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

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

This text has shadow with #BCF09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF09A on black background.


Color preview on white background

This text has color #BCF09A on white background.



Black color preview on #BCF09A background

This text has black color on #BCF09A background.


White color preview on #BCF09A background

This text has white color on #BCF09A background.