COLOR #BCFFA4

HEX: #BCFFA4 RGB: (188,255,164)

Color info

#BCFFA4 contains mainly green color. Web safe color of #BCFFA4 is #CCFF99 (or #CF9).

RGB color model

#BCFFA4 color RGB value is (188,255,164).

RGB: (188,255,164) (74%, 100%, 64%)

RGB channels and saturation

R 188 of 255 = 74%
G 255 of 255 = 100%
B 164 of 255 = 64%

188
255
164

R + G + B ~ 79%. #BCFFA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 255 + 164 = 607 (100%)
R 188 of 607 ~ 30.97%
G 255 of 607 ~ 42.01%
B 164 of 607 ~ 27.02'%

%30.97
%42.01
%27.02

CMYK color model

#BCFFA4 color CMYK value is (26,0,36,0).

  • cyan value is 26.27%
  • magenta value is 0.00%
  • yellow value is 35.69%
  • key color value is 0.00%

CMYK: (26,0,36,0)
C26M0Y36K0 (26%, 0%, 36%, 0%)
(0.26 / 0.00 / 0.36 / 0.00)

CMYK percentages

%26.27
%0
%35.69
%0

Codes

Color #BCFFA4 in popluar color models

BC FF A4
RGB 188 255 164
HSL 104° 100.00% 82.16%
HSB/HSV 104° 35.69% 100.00%
CMYK 26.27% 0.00% 35.69%
0.00%

Color #BCFFA4 in popluar number systems.

HEX BC FF A4
Decimal 188 255 164
Binary 10111100 11111111 10100100
Octal 274 377 244

Shades and tints

Shades of #BCFFA4

#BCFFA4
(188,255,164)
#ABE896
(171,232,150)
#9AD188
(154,209,136)
#89BA7A
(137,186,122)
#78A36C
(120,163,108)
#678C5E
(103,140,94)
#567550
(86,117,80)
#455E42
(69,94,66)
#344734
(52,71,52)
#233026
(35,48,38)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #BCFFA4

#BCFFA4
(188,255,164)
#C2FFAC
(194,255,172)
#C8FFB4
(200,255,180)
#CEFFBC
(206,255,188)
#D4FFC4
(212,255,196)
#DAFFCC
(218,255,204)
#E0FFD4
(224,255,212)
#E6FFDC
(230,255,220)
#ECFFE4
(236,255,228)
#F2FFEC
(242,255,236)
#F8FFF4
(248,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCFFA4 color. Also use rgb(188,255,164) instead hex code.

Text Font Color

.myTextColor { color: #BCFFA4; }

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

This text font color is #BCFFA4.

Background Color

.myBgColor { background-color: #BCFFA4; }

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

This div background color is #BCFFA4.

Border color

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

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

This div border color is #BCFFA4.

Opacity

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

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

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

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

This text has shadow with #BCFFA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCFFA4.

Preview

Color preview on black background

This text has color #BCFFA4 on black background.


Color preview on white background

This text has color #BCFFA4 on white background.


Black color preview on #BCFFA4 background

This text has black color on #BCFFA4 background.


White color preview on #BCFFA4 background

This text has white color on #BCFFA4 background.


Related colors

Complementary color

Complementary color for #hex is #43005B.


I love getcolorcode.com

Triadic colors

1 #A4BCFF and #FFA4BC with #BCFFA4 are triadic colors.

2 #A4FFBC and #FFBCA4 with #BCFFA4 are triadic colors.