COLOR #BCFDAE

HEX: #BCFDAE RGB: (188,253,174)

Color info

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

RGB color model

#BCFDAE color RGB value is (188,253,174).

RGB: (188,253,174) (74%, 99%, 68%)

RGB channels and saturation

R 188 of 255 = 74%
G 253 of 255 = 99%
B 174 of 255 = 68%

188
253
174

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

Portions of RGB colors in percentages

R + G + B = 188 + 253 + 174 = 615 (100%)
R 188 of 615 ~ 30.57%
G 253 of 615 ~ 41.14%
B 174 of 615 ~ 28.29'%

%30.57
%41.14
%28.29

CMYK color model

#BCFDAE color CMYK value is (26,0,31,1).

  • cyan value is 25.69%
  • magenta value is 0.00%
  • yellow value is 31.23%
  • key color value is 0.78%
CMYK: (26,0,31,1) C26M0Y31K1 (26%,0%,31%,1%) (0.26/0.00/0.31/0.01) 

CMYK percentages

%25.69
%0
%31.23
%0.78

Codes

Color #BCFDAE in popluar color models

BC FD AE
RGB 188 253 174
HSL 109° 95.18% 83.73%
HSB/HSV 109° 31.23% 99.22%
CMYK 25.69% 0.00% 31.23%
0.78%

Color #BCFDAE in popluar number systems.

HEX BC FD AE
Decimal 188 253 174
Binary 10111100 11111101 10101110
Octal 274 375 256

Shades and tints

Shades of #BCFDAE

#BCFDAE
(188,253,174)
#ABE69F
(171,230,159)
#9ACF90
(154,207,144)
#89B881
(137,184,129)
#78A172
(120,161,114)
#678A63
(103,138,99)
#567354
(86,115,84)
#455C45
(69,92,69)
#344536
(52,69,54)
#232E27
(35,46,39)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #BCFDAE

#BCFDAE
(188,253,174)
#C2FDB5
(194,253,181)
#C8FDBC
(200,253,188)
#CEFDC3
(206,253,195)
#D4FDCA
(212,253,202)
#DAFDD1
(218,253,209)
#E0FDD8
(224,253,216)
#E6FDDF
(230,253,223)
#ECFDE6
(236,253,230)
#F2FDED
(242,253,237)
#F8FDF4
(248,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCFDAE color. Also use rgb(188,253,174) instead hex code.

Text Font Color

.myTextColor { color: #BCFDAE; }

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

This text font color is #BCFDAE.

Background Color

.myBgColor { background-color: #BCFDAE; }

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

This div background color is #BCFDAE.

Border color

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

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

This div border color is #BCFDAE.

Opacity

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

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

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

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

This text has shadow with #BCFDAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCFDAE.

Preview

Color preview on black background

This text has color #BCFDAE on black background.


Color preview on white background

This text has color #BCFDAE on white background.


Black color preview on #BCFDAE background

This text has black color on #BCFDAE background.


White color preview on #BCFDAE background

This text has white color on #BCFDAE background.


Related colors

Complementary color

Complementary color for #hex is #430251.


I love getcolorcode.com

Triadic colors

1 #AEBCFD and #FDAEBC with #BCFDAE are triadic colors.

2 #AEFDBC and #FDBCAE with #BCFDAE are triadic colors.