COLOR #BCF0CE

HEX: #BCF0CE RGB: (188,240,206)

Color info

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

RGB color model

#BCF0CE color RGB value is (188,240,206).

RGB: (188,240,206) (74%, 94%, 81%)

RGB channels and saturation

R 188 of 255 = 74%
G 240 of 255 = 94%
B 206 of 255 = 81%

188
240
206

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

Portions of RGB colors in percentages

R + G + B = 188 + 240 + 206 = 634 (100%)
R 188 of 634 ~ 29.65%
G 240 of 634 ~ 37.85%
B 206 of 634 ~ 32.49'%

%29.65
%37.85
%32.49

CMYK color model

#BCF0CE color CMYK value is (22,0,14,6).

  • cyan value is 21.67%
  • magenta value is 0.00%
  • yellow value is 14.17%
  • key color value is 5.88%

CMYK: (22,0,14,6)
C22M0Y14K6 (22%, 0%, 14%, 6%)
(0.22 / 0.00 / 0.14 / 0.06)

CMYK percentages

%21.67
%0
%14.17
%5.88

Codes

Color #BCF0CE in popluar color models

BC F0 CE
RGB 188 240 206
HSL 141° 63.41% 83.92%
HSB/HSV 141° 21.67% 94.12%
CMYK 21.67% 0.00% 14.17%
5.88%

Color #BCF0CE in popluar number systems.

HEX BC F0 CE
Decimal 188 240 206
Binary 10111100 11110000 11001110
Octal 274 360 316

Shades and tints

Shades of #BCF0CE

#BCF0CE
(188,240,206)
#ABDBBC
(171,219,188)
#9AC6AA
(154,198,170)
#89B198
(137,177,152)
#789C86
(120,156,134)
#678774
(103,135,116)
#567262
(86,114,98)
#455D50
(69,93,80)
#34483E
(52,72,62)
#23332C
(35,51,44)
#121E1A
(18,30,26)
#000000
(0,0,0)

Tints of #BCF0CE

#BCF0CE
(188,240,206)
#C2F1D2
(194,241,210)
#C8F2D6
(200,242,214)
#CEF3DA
(206,243,218)
#D4F4DE
(212,244,222)
#DAF5E2
(218,245,226)
#E0F6E6
(224,246,230)
#E6F7EA
(230,247,234)
#ECF8EE
(236,248,238)
#F2F9F2
(242,249,242)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF0CE color. Also use rgb(188,240,206) instead hex code.

Text Font Color

.myTextColor { color: #BCF0CE; }

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

This text font color is #BCF0CE.

Background Color

.myBgColor { background-color: #BCF0CE; }

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

This div background color is #BCF0CE.

Border color

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

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

This div border color is #BCF0CE.

Opacity

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

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

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

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

This text has shadow with #BCF0CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF0CE.

Preview

Color preview on black background

This text has color #BCF0CE on black background.


Color preview on white background

This text has color #BCF0CE on white background.


Black color preview on #BCF0CE background

This text has black color on #BCF0CE background.


White color preview on #BCF0CE background

This text has white color on #BCF0CE background.


Related colors

Complementary color

Complementary color for #hex is #430F31.


I love getcolorcode.com

Triadic colors

1 #CEBCF0 and #F0CEBC with #BCF0CE are triadic colors.

2 #CEF0BC and #F0BCCE with #BCF0CE are triadic colors.