COLOR #BCF8CB

HEX: #BCF8CB RGB: (188,248,203)

Color info

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

RGB color model

#BCF8CB color RGB value is (188,248,203).

RGB: (188,248,203) (74%, 97%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 248 of 255 = 97%
B 203 of 255 = 80%

188
248
203

R + G + B ~ 84%. #BCF8CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 248 + 203 = 639 (100%)
R 188 of 639 ~ 29.42%
G 248 of 639 ~ 38.81%
B 203 of 639 ~ 31.77'%

%29.42
%38.81
%31.77

CMYK color model

#BCF8CB color CMYK value is (24,0,18,3).

  • cyan value is 24.19%
  • magenta value is 0.00%
  • yellow value is 18.15%
  • key color value is 2.75%

CMYK: (24,0,18,3)
C24M0Y18K3 (24%, 0%, 18%, 3%)
(0.24 / 0.00 / 0.18 / 0.03)

CMYK percentages

%24.19
%0
%18.15
%2.75

Codes

Color #BCF8CB in popluar color models

BC F8 CB
RGB 188 248 203
HSL 135° 81.08% 85.49%
HSB/HSV 135° 24.19% 97.25%
CMYK 24.19% 0.00% 18.15%
2.75%

Color #BCF8CB in popluar number systems.

HEX BC F8 CB
Decimal 188 248 203
Binary 10111100 11111000 11001011
Octal 274 370 313

Shades and tints

Shades of #BCF8CB

#BCF8CB
(188,248,203)
#ABE2B9
(171,226,185)
#9ACCA7
(154,204,167)
#89B695
(137,182,149)
#78A083
(120,160,131)
#678A71
(103,138,113)
#56745F
(86,116,95)
#455E4D
(69,94,77)
#34483B
(52,72,59)
#233229
(35,50,41)
#121C17
(18,28,23)
#000000
(0,0,0)

Tints of #BCF8CB

#BCF8CB
(188,248,203)
#C2F8CF
(194,248,207)
#C8F8D3
(200,248,211)
#CEF8D7
(206,248,215)
#D4F8DB
(212,248,219)
#DAF8DF
(218,248,223)
#E0F8E3
(224,248,227)
#E6F8E7
(230,248,231)
#ECF8EB
(236,248,235)
#F2F8EF
(242,248,239)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF8CB color. Also use rgb(188,248,203) instead hex code.

Text Font Color

.myTextColor { color: #BCF8CB; }

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

This text font color is #BCF8CB.

Background Color

.myBgColor { background-color: #BCF8CB; }

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

This div background color is #BCF8CB.

Border color

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

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

This div border color is #BCF8CB.

Opacity

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

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

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

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

This text has shadow with #BCF8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF8CB.

Preview

Color preview on black background

This text has color #BCF8CB on black background.


Color preview on white background

This text has color #BCF8CB on white background.


Black color preview on #BCF8CB background

This text has black color on #BCF8CB background.


White color preview on #BCF8CB background

This text has white color on #BCF8CB background.


Related colors

Complementary color

Complementary color for #hex is #430734.


I love getcolorcode.com

Triadic colors

1 #CBBCF8 and #F8CBBC with #BCF8CB are triadic colors.

2 #CBF8BC and #F8BCCB with #BCF8CB are triadic colors.