COLOR #BCFDC3

HEX: #BCFDC3 RGB: (188,253,195)

Color info

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

RGB color model

#BCFDC3 color RGB value is (188,253,195).

RGB: (188,253,195) (74%, 99%, 76%)

RGB channels and saturation

R 188 of 255 = 74%
G 253 of 255 = 99%
B 195 of 255 = 76%

188
253
195

R + G + B ~ 83%. #BCFDC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 253 + 195 = 636 (100%)
R 188 of 636 ~ 29.56%
G 253 of 636 ~ 39.78%
B 195 of 636 ~ 30.66'%

%29.56
%39.78
%30.66

CMYK color model

#BCFDC3 color CMYK value is (26,0,23,1).

  • cyan value is 25.69%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 0.78%

CMYK: (26,0,23,1)
C26M0Y23K1 (26%, 0%, 23%, 1%)
(0.26 / 0.00 / 0.23 / 0.01)

CMYK percentages

%25.69
%0
%22.92
%0.78

Codes

Color #BCFDC3 in popluar color models

BC FD C3
RGB 188 253 195
HSL 126° 94.20% 86.47%
HSB/HSV 126° 25.69% 99.22%
CMYK 25.69% 0.00% 22.92%
0.78%

Color #BCFDC3 in popluar number systems.

HEX BC FD C3
Decimal 188 253 195
Binary 10111100 11111101 11000011
Octal 274 375 303

Shades and tints

Shades of #BCFDC3

#BCFDC3
(188,253,195)
#ABE6B2
(171,230,178)
#9ACFA1
(154,207,161)
#89B890
(137,184,144)
#78A17F
(120,161,127)
#678A6E
(103,138,110)
#56735D
(86,115,93)
#455C4C
(69,92,76)
#34453B
(52,69,59)
#232E2A
(35,46,42)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #BCFDC3

#BCFDC3
(188,253,195)
#C2FDC8
(194,253,200)
#C8FDCD
(200,253,205)
#CEFDD2
(206,253,210)
#D4FDD7
(212,253,215)
#DAFDDC
(218,253,220)
#E0FDE1
(224,253,225)
#E6FDE6
(230,253,230)
#ECFDEB
(236,253,235)
#F2FDF0
(242,253,240)
#F8FDF5
(248,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCFDC3; }

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

This text font color is #BCFDC3.

Background Color

.myBgColor { background-color: #BCFDC3; }

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

This div background color is #BCFDC3.

Border color

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

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

This div border color is #BCFDC3.

Opacity

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

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

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

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

This text has shadow with #BCFDC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCFDC3.

Preview

Color preview on black background

This text has color #BCFDC3 on black background.


Color preview on white background

This text has color #BCFDC3 on white background.


Black color preview on #BCFDC3 background

This text has black color on #BCFDC3 background.


White color preview on #BCFDC3 background

This text has white color on #BCFDC3 background.


Related colors

Complementary color

Complementary color for #hex is #43023C.


I love getcolorcode.com

Triadic colors

1 #C3BCFD and #FDC3BC with #BCFDC3 are triadic colors.

2 #C3FDBC and #FDBCC3 with #BCFDC3 are triadic colors.