COLOR #BCF1B6

HEX: #BCF1B6
RGB: (188,241,182)

Color info

#BCF1B6 contains red, green and blue colors in about the same proportion. Web safe color of #BCF1B6 is #CCFFCC (or #CFC).

RGB color model

#BCF1B6 color RGB value is (188,241,182).

  • red value is 188;
  • green value is 241;
  • blue value is 182.
RGB:
(188,241,182)
(74%,95%,71%)

RGB channels and saturation

R 188 of 255 = 74%
G 241 of 255 = 95%
B 182 of 255 = 71%

188
241
182

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

Portions of RGB colors in percentages

R + G + B =
188 + 241 + 182 = 611 (100%)
R 188 of 611 ~ 30.77%
G 241 of 611 ~ 39.44%
B 182 of 611 ~ 29.79%

%30.77
%39.44
%29.79

CMYK color model

#BCF1B6 color CMYK value is (22,0,24,5).

  • cyan value is 21.99%
  • magenta value is 0.00%
  • yellow value is 24.48%
  • key color value is 5.49%
CMYK:
(22,0,24,5)
C22M0Y24K5 
(22%,0%,24%,5%)
(0.22/0.00/0.24/0.05)	

CMYK percentages

%21.99
%0
%24.48
%5.49

Codes

Color #BCF1B6 in popluar color models

BCF1B6
RGB188241182
HSL114°67.82%82.94%
HSB/HSV114°24.48%94.51%
CMYK21.99%0.00%24.48%
5.49%

Color #BCF1B6 in popluar number systems.

HEXBCF1B6
Decimal188241182
Binary101111001111000110110110
Octal274361266

Shades and tints

Shades of #BCF1B6

#BCF1B6
(188,241,182)
#ABDCA6
(171,220,166)
#9AC796
(154,199,150)
#89B286
(137,178,134)
#789D76
(120,157,118)
#678866
(103,136,102)
#567356
(86,115,86)
#455E46
(69,94,70)
#344936
(52,73,54)
#233426
(35,52,38)
#121F16
(18,31,22)
#000000
(0,0,0)

Tints of #BCF1B6

#BCF1B6
(188,241,182)
#C2F2BC
(194,242,188)
#C8F3C2
(200,243,194)
#CEF4C8
(206,244,200)
#D4F5CE
(212,245,206)
#DAF6D4
(218,246,212)
#E0F7DA
(224,247,218)
#E6F8E0
(230,248,224)
#ECF9E6
(236,249,230)
#F2FAEC
(242,250,236)
#F8FBF2
(248,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF1B6 color. Also use rgb(188,241,182) instead hex code.

Text Font Color

.myTextColor { color: #BCF1B6; }

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

This text font color is #BCF1B6.


Background Color

.myBgColor { background-color: #BCF1B6; }

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

This div background color is #BCF1B6.


Border color

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

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

This div border color is #BCF1B6.


Opacity

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

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

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

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

This text has shadow with #BCF1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF1B6 on black background.


Color preview on white background

This text has color #BCF1B6 on white background.



Black color preview on #BCF1B6 background

This text has black color on #BCF1B6 background.


White color preview on #BCF1B6 background

This text has white color on #BCF1B6 background.