COLOR #BCF3CC

HEX: #BCF3CC RGB: (188,243,204)

Color info

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

RGB color model

#BCF3CC color RGB value is (188,243,204).

RGB: (188,243,204) (74%, 95%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 243 of 255 = 95%
B 204 of 255 = 80%

188
243
204

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

Portions of RGB colors in percentages

R + G + B = 188 + 243 + 204 = 635 (100%)
R 188 of 635 ~ 29.61%
G 243 of 635 ~ 38.27%
B 204 of 635 ~ 32.13'%

%29.61
%38.27
%32.13

CMYK color model

#BCF3CC color CMYK value is (23,0,16,5).

  • cyan value is 22.63%
  • magenta value is 0.00%
  • yellow value is 16.05%
  • key color value is 4.71%

CMYK: (23,0,16,5)
C23M0Y16K5 (23%, 0%, 16%, 5%)
(0.23 / 0.00 / 0.16 / 0.05)

CMYK percentages

%22.63
%0
%16.05
%4.71

Codes

Color #BCF3CC in popluar color models

BC F3 CC
RGB 188 243 204
HSL 137° 69.62% 84.51%
HSB/HSV 137° 22.63% 95.29%
CMYK 22.63% 0.00% 16.05%
4.71%

Color #BCF3CC in popluar number systems.

HEX BC F3 CC
Decimal 188 243 204
Binary 10111100 11110011 11001100
Octal 274 363 314

Shades and tints

Shades of #BCF3CC

#BCF3CC
(188,243,204)
#ABDDBA
(171,221,186)
#9AC7A8
(154,199,168)
#89B196
(137,177,150)
#789B84
(120,155,132)
#678572
(103,133,114)
#566F60
(86,111,96)
#45594E
(69,89,78)
#34433C
(52,67,60)
#232D2A
(35,45,42)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #BCF3CC

#BCF3CC
(188,243,204)
#C2F4D0
(194,244,208)
#C8F5D4
(200,245,212)
#CEF6D8
(206,246,216)
#D4F7DC
(212,247,220)
#DAF8E0
(218,248,224)
#E0F9E4
(224,249,228)
#E6FAE8
(230,250,232)
#ECFBEC
(236,251,236)
#F2FCF0
(242,252,240)
#F8FDF4
(248,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF3CC color. Also use rgb(188,243,204) instead hex code.

Text Font Color

.myTextColor { color: #BCF3CC; }

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

This text font color is #BCF3CC.

Background Color

.myBgColor { background-color: #BCF3CC; }

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

This div background color is #BCF3CC.

Border color

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

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

This div border color is #BCF3CC.

Opacity

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

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

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

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

This text has shadow with #BCF3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF3CC.

Preview

Color preview on black background

This text has color #BCF3CC on black background.


Color preview on white background

This text has color #BCF3CC on white background.


Black color preview on #BCF3CC background

This text has black color on #BCF3CC background.


White color preview on #BCF3CC background

This text has white color on #BCF3CC background.


Related colors

Complementary color

Complementary color for #hex is #430C33.


I love getcolorcode.com

Triadic colors

1 #CCBCF3 and #F3CCBC with #BCF3CC are triadic colors.

2 #CCF3BC and #F3BCCC with #BCF3CC are triadic colors.