COLOR #BCF48A

HEX: #BCF48A
RGB: (188,244,138)

Color info

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

RGB color model

#BCF48A color RGB value is (188,244,138).

  • red value is 188;
  • green value is 244;
  • blue value is 138.
RGB:
(188,244,138)
(74%,96%,54%)

RGB channels and saturation

R 188 of 255 = 74%
G 244 of 255 = 96%
B 138 of 255 = 54%

188
244
138

R + G + B ~ 75%. #BCF48A is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 244 + 138 = 570 (100%)
R 188 of 570 ~ 32.98%
G 244 of 570 ~ 42.81%
B 138 of 570 ~ 24.21%

%32.98
%42.81
%24.21

CMYK color model

#BCF48A color CMYK value is (23,0,43,4).

  • cyan value is 22.95%
  • magenta value is 0.00%
  • yellow value is 43.44%
  • key color value is 4.31%
CMYK:
(23,0,43,4)
C23M0Y43K4 
(23%,0%,43%,4%)
(0.23/0.00/0.43/0.04)	

CMYK percentages

%22.95
%0
%43.44
%4.31

Codes

Color #BCF48A in popluar color models

BCF48A
RGB188244138
HSL92°82.81%74.90%
HSB/HSV92°43.44%95.69%
CMYK22.95%0.00%43.44%
4.31%

Color #BCF48A in popluar number systems.

HEXBCF48A
Decimal188244138
Binary101111001111010010001010
Octal274364212

Shades and tints

Shades of #BCF48A

#BCF48A
(188,244,138)
#ABDE7E
(171,222,126)
#9AC872
(154,200,114)
#89B266
(137,178,102)
#789C5A
(120,156,90)
#67864E
(103,134,78)
#567042
(86,112,66)
#455A36
(69,90,54)
#34442A
(52,68,42)
#232E1E
(35,46,30)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #BCF48A

#BCF48A
(188,244,138)
#C2F594
(194,245,148)
#C8F69E
(200,246,158)
#CEF7A8
(206,247,168)
#D4F8B2
(212,248,178)
#DAF9BC
(218,249,188)
#E0FAC6
(224,250,198)
#E6FBD0
(230,251,208)
#ECFCDA
(236,252,218)
#F2FDE4
(242,253,228)
#F8FEEE
(248,254,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF48A color. Also use rgb(188,244,138) instead hex code.

Text Font Color

.myTextColor { color: #BCF48A; }

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

This text font color is #BCF48A.


Background Color

.myBgColor { background-color: #BCF48A; }

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

This div background color is #BCF48A.


Border color

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

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

This div border color is #BCF48A.


Opacity

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

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

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

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

This text has shadow with #BCF48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF48A on black background.


Color preview on white background

This text has color #BCF48A on white background.



Black color preview on #BCF48A background

This text has black color on #BCF48A background.


White color preview on #BCF48A background

This text has white color on #BCF48A background.