COLOR #BCF7EA

HEX: #BCF7EA RGB: (188,247,234)

Color info

#BCF7EA contains red, green and blue colors in about the same proportion. Web safe color of #BCF7EA is #CCFFFF (or #CFF).

RGB color model

#BCF7EA color RGB value is (188,247,234).

RGB: (188,247,234) (74%, 97%, 92%)

RGB channels and saturation

R 188 of 255 = 74%
G 247 of 255 = 97%
B 234 of 255 = 92%

188
247
234

R + G + B ~ 88%. #BCF7EA is light color.

Portions of RGB colors in percentages

R + G + B = 188 + 247 + 234 = 669 (100%)
R 188 of 669 ~ 28.1%
G 247 of 669 ~ 36.92%
B 234 of 669 ~ 34.98'%

%28.1
%36.92
%34.98

CMYK color model

#BCF7EA color CMYK value is (24,0,5,3).

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

CMYK: (24,0,5,3)
C24M0Y5K3 (24%, 0%, 5%, 3%)
(0.24 / 0.00 / 0.05 / 0.03)

CMYK percentages

%23.89
%0
%5.26
%3.14

Codes

Color #BCF7EA in popluar color models

BC F7 EA
RGB 188 247 234
HSL 167° 78.67% 85.29%
HSB/HSV 167° 23.89% 96.86%
CMYK 23.89% 0.00% 5.26%
3.14%

Color #BCF7EA in popluar number systems.

HEX BC F7 EA
Decimal 188 247 234
Binary 10111100 11110111 11101010
Octal 274 367 352

Shades and tints

Shades of #BCF7EA

#BCF7EA
(188,247,234)
#ABE1D5
(171,225,213)
#9ACBC0
(154,203,192)
#89B5AB
(137,181,171)
#789F96
(120,159,150)
#678981
(103,137,129)
#56736C
(86,115,108)
#455D57
(69,93,87)
#344742
(52,71,66)
#23312D
(35,49,45)
#121B18
(18,27,24)
#000000
(0,0,0)

Tints of #BCF7EA

#BCF7EA
(188,247,234)
#C2F7EB
(194,247,235)
#C8F7EC
(200,247,236)
#CEF7ED
(206,247,237)
#D4F7EE
(212,247,238)
#DAF7EF
(218,247,239)
#E0F7F0
(224,247,240)
#E6F7F1
(230,247,241)
#ECF7F2
(236,247,242)
#F2F7F3
(242,247,243)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF7EA; }

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

This text font color is #BCF7EA.

Background Color

.myBgColor { background-color: #BCF7EA; }

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

This div background color is #BCF7EA.

Border color

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

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

This div border color is #BCF7EA.

Opacity

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

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

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

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

This text has shadow with #BCF7EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF7EA.

Preview

Color preview on black background

This text has color #BCF7EA on black background.


Color preview on white background

This text has color #BCF7EA on white background.


Black color preview on #BCF7EA background

This text has black color on #BCF7EA background.


White color preview on #BCF7EA background

This text has white color on #BCF7EA background.


Related colors

Complementary color

Complementary color for #hex is #430815.


I love getcolorcode.com

Triadic colors

1 #EABCF7 and #F7EABC with #BCF7EA are triadic colors.

2 #EAF7BC and #F7BCEA with #BCF7EA are triadic colors.