COLOR #BCF5C2

HEX: #BCF5C2 RGB: (188,245,194)

Color info

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

RGB color model

#BCF5C2 color RGB value is (188,245,194).

RGB: (188,245,194) (74%, 96%, 76%)

RGB channels and saturation

R 188 of 255 = 74%
G 245 of 255 = 96%
B 194 of 255 = 76%

188
245
194

R + G + B ~ 82%. #BCF5C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 245 + 194 = 627 (100%)
R 188 of 627 ~ 29.98%
G 245 of 627 ~ 39.07%
B 194 of 627 ~ 30.94'%

%29.98
%39.07
%30.94

CMYK color model

#BCF5C2 color CMYK value is (23,0,21,4).

  • cyan value is 23.27%
  • magenta value is 0.00%
  • yellow value is 20.82%
  • key color value is 3.92%

CMYK: (23,0,21,4)
C23M0Y21K4 (23%, 0%, 21%, 4%)
(0.23 / 0.00 / 0.21 / 0.04)

CMYK percentages

%23.27
%0
%20.82
%3.92

Codes

Color #BCF5C2 in popluar color models

BC F5 C2
RGB 188 245 194
HSL 126° 74.03% 84.90%
HSB/HSV 126° 23.27% 96.08%
CMYK 23.27% 0.00% 20.82%
3.92%

Color #BCF5C2 in popluar number systems.

HEX BC F5 C2
Decimal 188 245 194
Binary 10111100 11110101 11000010
Octal 274 365 302

Shades and tints

Shades of #BCF5C2

#BCF5C2
(188,245,194)
#ABDFB1
(171,223,177)
#9AC9A0
(154,201,160)
#89B38F
(137,179,143)
#789D7E
(120,157,126)
#67876D
(103,135,109)
#56715C
(86,113,92)
#455B4B
(69,91,75)
#34453A
(52,69,58)
#232F29
(35,47,41)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #BCF5C2

#BCF5C2
(188,245,194)
#C2F5C7
(194,245,199)
#C8F5CC
(200,245,204)
#CEF5D1
(206,245,209)
#D4F5D6
(212,245,214)
#DAF5DB
(218,245,219)
#E0F5E0
(224,245,224)
#E6F5E5
(230,245,229)
#ECF5EA
(236,245,234)
#F2F5EF
(242,245,239)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF5C2; }

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

This text font color is #BCF5C2.

Background Color

.myBgColor { background-color: #BCF5C2; }

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

This div background color is #BCF5C2.

Border color

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

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

This div border color is #BCF5C2.

Opacity

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

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

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

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

This text has shadow with #BCF5C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF5C2.

Preview

Color preview on black background

This text has color #BCF5C2 on black background.


Color preview on white background

This text has color #BCF5C2 on white background.


Black color preview on #BCF5C2 background

This text has black color on #BCF5C2 background.


White color preview on #BCF5C2 background

This text has white color on #BCF5C2 background.


Related colors

Complementary color

Complementary color for #hex is #430A3D.


I love getcolorcode.com

Triadic colors

1 #C2BCF5 and #F5C2BC with #BCF5C2 are triadic colors.

2 #C2F5BC and #F5BCC2 with #BCF5C2 are triadic colors.