COLOR #BCF6BA

HEX: #BCF6BA
RGB: (188,246,186)

Color info

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

RGB color model

#BCF6BA color RGB value is (188,246,186).

  • red value is 188;
  • green value is 246;
  • blue value is 186.
RGB:
(188,246,186)
(74%,96%,73%)

RGB channels and saturation

R 188 of 255 = 74%
G 246 of 255 = 96%
B 186 of 255 = 73%

188
246
186

R + G + B ~ 81%. #BCF6BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 246 + 186 = 620 (100%)
R 188 of 620 ~ 30.32%
G 246 of 620 ~ 39.68%
B 186 of 620 ~ 30%

%30.32
%39.68
%30

CMYK color model

#BCF6BA color CMYK value is (24,0,24,4).

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 24.39%
  • key color value is 3.53%
CMYK:
(24,0,24,4)
C24M0Y24K4 
(24%,0%,24%,4%)
(0.24/0.00/0.24/0.04)	

CMYK percentages

%23.58
%0
%24.39
%3.53

Codes

Color #BCF6BA in popluar color models

BCF6BA
RGB188246186
HSL118°76.92%84.71%
HSB/HSV118°24.39%96.47%
CMYK23.58%0.00%24.39%
3.53%

Color #BCF6BA in popluar number systems.

HEXBCF6BA
Decimal188246186
Binary101111001111011010111010
Octal274366272

Shades and tints

Shades of #BCF6BA

#BCF6BA
(188,246,186)
#ABE0AA
(171,224,170)
#9ACA9A
(154,202,154)
#89B48A
(137,180,138)
#789E7A
(120,158,122)
#67886A
(103,136,106)
#56725A
(86,114,90)
#455C4A
(69,92,74)
#34463A
(52,70,58)
#23302A
(35,48,42)
#121A1A
(18,26,26)
#000000
(0,0,0)

Tints of #BCF6BA

#BCF6BA
(188,246,186)
#C2F6C0
(194,246,192)
#C8F6C6
(200,246,198)
#CEF6CC
(206,246,204)
#D4F6D2
(212,246,210)
#DAF6D8
(218,246,216)
#E0F6DE
(224,246,222)
#E6F6E4
(230,246,228)
#ECF6EA
(236,246,234)
#F2F6F0
(242,246,240)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF6BA color. Also use rgb(188,246,186) instead hex code.

Text Font Color

.myTextColor { color: #BCF6BA; }

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

This text font color is #BCF6BA.


Background Color

.myBgColor { background-color: #BCF6BA; }

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

This div background color is #BCF6BA.


Border color

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

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

This div border color is #BCF6BA.


Opacity

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

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

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

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

This text has shadow with #BCF6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF6BA on black background.


Color preview on white background

This text has color #BCF6BA on white background.



Black color preview on #BCF6BA background

This text has black color on #BCF6BA background.


White color preview on #BCF6BA background

This text has white color on #BCF6BA background.