COLOR #BCF4B4

HEX: #BCF4B4
RGB: (188,244,180)

Color info

#BCF4B4 contains mainly red and green colors. Web safe color of #BCF4B4 is #CCFFCC (or #CFC).

RGB color model

#BCF4B4 color RGB value is (188,244,180).

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

RGB channels and saturation

R 188 of 255 = 74%
G 244 of 255 = 96%
B 180 of 255 = 71%

188
244
180

R + G + B ~ 80%. #BCF4B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 244 + 180 = 612 (100%)
R 188 of 612 ~ 30.72%
G 244 of 612 ~ 39.87%
B 180 of 612 ~ 29.41%

%30.72
%39.87
%29.41

CMYK color model

#BCF4B4 color CMYK value is (23,0,26,4).

  • cyan value is 22.95%
  • magenta value is 0.00%
  • yellow value is 26.23%
  • key color value is 4.31%
CMYK:
(23,0,26,4)
C23M0Y26K4 
(23%,0%,26%,4%)
(0.23/0.00/0.26/0.04)	

CMYK percentages

%22.95
%0
%26.23
%4.31

Codes

Color #BCF4B4 in popluar color models

BCF4B4
RGB188244180
HSL113°74.42%83.14%
HSB/HSV113°26.23%95.69%
CMYK22.95%0.00%26.23%
4.31%

Color #BCF4B4 in popluar number systems.

HEXBCF4B4
Decimal188244180
Binary101111001111010010110100
Octal274364264

Shades and tints

Shades of #BCF4B4

#BCF4B4
(188,244,180)
#ABDEA4
(171,222,164)
#9AC894
(154,200,148)
#89B284
(137,178,132)
#789C74
(120,156,116)
#678664
(103,134,100)
#567054
(86,112,84)
#455A44
(69,90,68)
#344434
(52,68,52)
#232E24
(35,46,36)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #BCF4B4

#BCF4B4
(188,244,180)
#C2F5BA
(194,245,186)
#C8F6C0
(200,246,192)
#CEF7C6
(206,247,198)
#D4F8CC
(212,248,204)
#DAF9D2
(218,249,210)
#E0FAD8
(224,250,216)
#E6FBDE
(230,251,222)
#ECFCE4
(236,252,228)
#F2FDEA
(242,253,234)
#F8FEF0
(248,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF4B4; }

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

This text font color is #BCF4B4.


Background Color

.myBgColor { background-color: #BCF4B4; }

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

This div background color is #BCF4B4.


Border color

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

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

This div border color is #BCF4B4.


Opacity

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

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

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

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

This text has shadow with #BCF4B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF4B4 on black background.


Color preview on white background

This text has color #BCF4B4 on white background.



Black color preview on #BCF4B4 background

This text has black color on #BCF4B4 background.


White color preview on #BCF4B4 background

This text has white color on #BCF4B4 background.