COLOR #BCF0C2

HEX: #BCF0C2 RGB: (188,240,194)

Color info

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

RGB color model

#BCF0C2 color RGB value is (188,240,194).

RGB: (188,240,194) (74%, 94%, 76%)

RGB channels and saturation

R 188 of 255 = 74%
G 240 of 255 = 94%
B 194 of 255 = 76%

188
240
194

R + G + B ~ 81%. #BCF0C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 240 + 194 = 622 (100%)
R 188 of 622 ~ 30.23%
G 240 of 622 ~ 38.59%
B 194 of 622 ~ 31.19'%

%30.23
%38.59
%31.19

CMYK color model

#BCF0C2 color CMYK value is (22,0,19,6).

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

CMYK: (22,0,19,6)
C22M0Y19K6 (22%, 0%, 19%, 6%)
(0.22 / 0.00 / 0.19 / 0.06)

CMYK percentages

%21.67
%0
%19.17
%5.88

Codes

Color #BCF0C2 in popluar color models

BC F0 C2
RGB 188 240 194
HSL 127° 63.41% 83.92%
HSB/HSV 127° 21.67% 94.12%
CMYK 21.67% 0.00% 19.17%
5.88%

Color #BCF0C2 in popluar number systems.

HEX BC F0 C2
Decimal 188 240 194
Binary 10111100 11110000 11000010
Octal 274 360 302

Shades and tints

Shades of #BCF0C2

#BCF0C2
(188,240,194)
#ABDBB1
(171,219,177)
#9AC6A0
(154,198,160)
#89B18F
(137,177,143)
#789C7E
(120,156,126)
#67876D
(103,135,109)
#56725C
(86,114,92)
#455D4B
(69,93,75)
#34483A
(52,72,58)
#233329
(35,51,41)
#121E18
(18,30,24)
#000000
(0,0,0)

Tints of #BCF0C2

#BCF0C2
(188,240,194)
#C2F1C7
(194,241,199)
#C8F2CC
(200,242,204)
#CEF3D1
(206,243,209)
#D4F4D6
(212,244,214)
#DAF5DB
(218,245,219)
#E0F6E0
(224,246,224)
#E6F7E5
(230,247,229)
#ECF8EA
(236,248,234)
#F2F9EF
(242,249,239)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF0C2; }

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

This text font color is #BCF0C2.

Background Color

.myBgColor { background-color: #BCF0C2; }

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

This div background color is #BCF0C2.

Border color

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

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

This div border color is #BCF0C2.

Opacity

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

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

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

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

This text has shadow with #BCF0C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF0C2.

Preview

Color preview on black background

This text has color #BCF0C2 on black background.


Color preview on white background

This text has color #BCF0C2 on white background.


Black color preview on #BCF0C2 background

This text has black color on #BCF0C2 background.


White color preview on #BCF0C2 background

This text has white color on #BCF0C2 background.


Related colors

Complementary color

Complementary color for #hex is #430F3D.


I love getcolorcode.com

Triadic colors

1 #C2BCF0 and #F0C2BC with #BCF0C2 are triadic colors.

2 #C2F0BC and #F0BCC2 with #BCF0C2 are triadic colors.