COLOR #BCF7E1

HEX: #BCF7E1 RGB: (188,247,225)

Color info

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

RGB color model

#BCF7E1 color RGB value is (188,247,225).

RGB: (188,247,225) (74%, 97%, 88%)

RGB channels and saturation

R 188 of 255 = 74%
G 247 of 255 = 97%
B 225 of 255 = 88%

188
247
225

R + G + B ~ 86%. #BCF7E1 is light color.

Portions of RGB colors in percentages

R + G + B = 188 + 247 + 225 = 660 (100%)
R 188 of 660 ~ 28.48%
G 247 of 660 ~ 37.42%
B 225 of 660 ~ 34.09'%

%28.48
%37.42
%34.09

CMYK color model

#BCF7E1 color CMYK value is (24,0,9,3).

  • cyan value is 23.89%
  • magenta value is 0.00%
  • yellow value is 8.91%
  • key color value is 3.14%

CMYK: (24,0,9,3)
C24M0Y9K3 (24%, 0%, 9%, 3%)
(0.24 / 0.00 / 0.09 / 0.03)

CMYK percentages

%23.89
%0
%8.91
%3.14

Codes

Color #BCF7E1 in popluar color models

BC F7 E1
RGB 188 247 225
HSL 158° 78.67% 85.29%
HSB/HSV 158° 23.89% 96.86%
CMYK 23.89% 0.00% 8.91%
3.14%

Color #BCF7E1 in popluar number systems.

HEX BC F7 E1
Decimal 188 247 225
Binary 10111100 11110111 11100001
Octal 274 367 341

Shades and tints

Shades of #BCF7E1

#BCF7E1
(188,247,225)
#ABE1CD
(171,225,205)
#9ACBB9
(154,203,185)
#89B5A5
(137,181,165)
#789F91
(120,159,145)
#67897D
(103,137,125)
#567369
(86,115,105)
#455D55
(69,93,85)
#344741
(52,71,65)
#23312D
(35,49,45)
#121B19
(18,27,25)
#000000
(0,0,0)

Tints of #BCF7E1

#BCF7E1
(188,247,225)
#C2F7E3
(194,247,227)
#C8F7E5
(200,247,229)
#CEF7E7
(206,247,231)
#D4F7E9
(212,247,233)
#DAF7EB
(218,247,235)
#E0F7ED
(224,247,237)
#E6F7EF
(230,247,239)
#ECF7F1
(236,247,241)
#F2F7F3
(242,247,243)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF7E1 color. Also use rgb(188,247,225) instead hex code.

Text Font Color

.myTextColor { color: #BCF7E1; }

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

This text font color is #BCF7E1.

Background Color

.myBgColor { background-color: #BCF7E1; }

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

This div background color is #BCF7E1.

Border color

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

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

This div border color is #BCF7E1.

Opacity

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

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

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

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

This text has shadow with #BCF7E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF7E1.

Preview

Color preview on black background

This text has color #BCF7E1 on black background.


Color preview on white background

This text has color #BCF7E1 on white background.


Black color preview on #BCF7E1 background

This text has black color on #BCF7E1 background.


White color preview on #BCF7E1 background

This text has white color on #BCF7E1 background.


Related colors

Complementary color

Complementary color for #hex is #43081E.


I love getcolorcode.com

Triadic colors

1 #E1BCF7 and #F7E1BC with #BCF7E1 are triadic colors.

2 #E1F7BC and #F7BCE1 with #BCF7E1 are triadic colors.