COLOR #BCFCB8

HEX: #BCFCB8 RGB: (188,252,184)

Color info

#BCFCB8 contains mainly green color. Web safe color of #BCFCB8 is #CCFFCC (or #CFC).

RGB color model

#BCFCB8 color RGB value is (188,252,184).

RGB: (188,252,184) (74%, 99%, 72%)

RGB channels and saturation

R 188 of 255 = 74%
G 252 of 255 = 99%
B 184 of 255 = 72%

188
252
184

R + G + B ~ 82%. #BCFCB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 252 + 184 = 624 (100%)
R 188 of 624 ~ 30.13%
G 252 of 624 ~ 40.38%
B 184 of 624 ~ 29.49'%

%30.13
%40.38
%29.49

CMYK color model

#BCFCB8 color CMYK value is (25,0,27,1).

  • cyan value is 25.40%
  • magenta value is 0.00%
  • yellow value is 26.98%
  • key color value is 1.18%

CMYK: (25,0,27,1)
C25M0Y27K1 (25%, 0%, 27%, 1%)
(0.25 / 0.00 / 0.27 / 0.01)

CMYK percentages

%25.4
%0
%26.98
%1.18

Codes

Color #BCFCB8 in popluar color models

BC FC B8
RGB 188 252 184
HSL 116° 91.89% 85.49%
HSB/HSV 116° 26.98% 98.82%
CMYK 25.40% 0.00% 26.98%
1.18%

Color #BCFCB8 in popluar number systems.

HEX BC FC B8
Decimal 188 252 184
Binary 10111100 11111100 10111000
Octal 274 374 270

Shades and tints

Shades of #BCFCB8

#BCFCB8
(188,252,184)
#ABE6A8
(171,230,168)
#9AD098
(154,208,152)
#89BA88
(137,186,136)
#78A478
(120,164,120)
#678E68
(103,142,104)
#567858
(86,120,88)
#456248
(69,98,72)
#344C38
(52,76,56)
#233628
(35,54,40)
#122018
(18,32,24)
#000000
(0,0,0)

Tints of #BCFCB8

#BCFCB8
(188,252,184)
#C2FCBE
(194,252,190)
#C8FCC4
(200,252,196)
#CEFCCA
(206,252,202)
#D4FCD0
(212,252,208)
#DAFCD6
(218,252,214)
#E0FCDC
(224,252,220)
#E6FCE2
(230,252,226)
#ECFCE8
(236,252,232)
#F2FCEE
(242,252,238)
#F8FCF4
(248,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCFCB8 color. Also use rgb(188,252,184) instead hex code.

Text Font Color

.myTextColor { color: #BCFCB8; }

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

This text font color is #BCFCB8.

Background Color

.myBgColor { background-color: #BCFCB8; }

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

This div background color is #BCFCB8.

Border color

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

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

This div border color is #BCFCB8.

Opacity

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

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

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

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

This text has shadow with #BCFCB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCFCB8.

Preview

Color preview on black background

This text has color #BCFCB8 on black background.


Color preview on white background

This text has color #BCFCB8 on white background.


Black color preview on #BCFCB8 background

This text has black color on #BCFCB8 background.


White color preview on #BCFCB8 background

This text has white color on #BCFCB8 background.


Related colors

Complementary color

Complementary color for #hex is #430347.


I love getcolorcode.com

Triadic colors

1 #B8BCFC and #FCB8BC with #BCFCB8 are triadic colors.

2 #B8FCBC and #FCBCB8 with #BCFCB8 are triadic colors.