COLOR #BCF4C7

HEX: #BCF4C7
RGB: (188,244,199)

Color info

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

RGB color model

#BCF4C7 color RGB value is (188,244,199).

  • red value is 188;
  • green value is 244;
  • blue value is 199.
RGB:
(188,244,199)
(74%,96%,78%)

RGB channels and saturation

R 188 of 255 = 74%
G 244 of 255 = 96%
B 199 of 255 = 78%

188
244
199

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

Portions of RGB colors in percentages

R + G + B =
188 + 244 + 199 = 631 (100%)
R 188 of 631 ~ 29.79%
G 244 of 631 ~ 38.67%
B 199 of 631 ~ 31.54%

%29.79
%38.67
%31.54

CMYK color model

#BCF4C7 color CMYK value is (23,0,18,4).

  • cyan value is 22.95%
  • magenta value is 0.00%
  • yellow value is 18.44%
  • key color value is 4.31%
CMYK:
(23,0,18,4)
C23M0Y18K4 
(23%,0%,18%,4%)
(0.23/0.00/0.18/0.04)	

CMYK percentages

%22.95
%0
%18.44
%4.31

Codes

Color #BCF4C7 in popluar color models

BCF4C7
RGB188244199
HSL132°71.79%84.71%
HSB/HSV132°22.95%95.69%
CMYK22.95%0.00%18.44%
4.31%

Color #BCF4C7 in popluar number systems.

HEXBCF4C7
Decimal188244199
Binary101111001111010011000111
Octal274364307

Shades and tints

Shades of #BCF4C7

#BCF4C7
(188,244,199)
#ABDEB5
(171,222,181)
#9AC8A3
(154,200,163)
#89B291
(137,178,145)
#789C7F
(120,156,127)
#67866D
(103,134,109)
#56705B
(86,112,91)
#455A49
(69,90,73)
#344437
(52,68,55)
#232E25
(35,46,37)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #BCF4C7

#BCF4C7
(188,244,199)
#C2F5CC
(194,245,204)
#C8F6D1
(200,246,209)
#CEF7D6
(206,247,214)
#D4F8DB
(212,248,219)
#DAF9E0
(218,249,224)
#E0FAE5
(224,250,229)
#E6FBEA
(230,251,234)
#ECFCEF
(236,252,239)
#F2FDF4
(242,253,244)
#F8FEF9
(248,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF4C7 color. Also use rgb(188,244,199) instead hex code.

Text Font Color

.myTextColor { color: #BCF4C7; }

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

This text font color is #BCF4C7.


Background Color

.myBgColor { background-color: #BCF4C7; }

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

This div background color is #BCF4C7.


Border color

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

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

This div border color is #BCF4C7.


Opacity

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

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

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

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

This text has shadow with #BCF4C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF4C7 on black background.


Color preview on white background

This text has color #BCF4C7 on white background.



Black color preview on #BCF4C7 background

This text has black color on #BCF4C7 background.


White color preview on #BCF4C7 background

This text has white color on #BCF4C7 background.