COLOR #BCF6EA

HEX: #BCF6EA RGB: (188,246,234)

Color info

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

RGB color model

#BCF6EA color RGB value is (188,246,234).

RGB: (188,246,234) (74%, 96%, 92%)

RGB channels and saturation

R 188 of 255 = 74%
G 246 of 255 = 96%
B 234 of 255 = 92%

188
246
234

R + G + B ~ 87%. #BCF6EA is light color.

Portions of RGB colors in percentages

R + G + B = 188 + 246 + 234 = 668 (100%)
R 188 of 668 ~ 28.14%
G 246 of 668 ~ 36.83%
B 234 of 668 ~ 35.03'%

%28.14
%36.83
%35.03

CMYK color model

#BCF6EA color CMYK value is (24,0,5,4).

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 3.53%
CMYK: (24,0,5,4) C24M0Y5K4 (24%,0%,5%,4%) (0.24/0.00/0.05/0.04) 

CMYK percentages

%23.58
%0
%4.88
%3.53

Codes

Color #BCF6EA in popluar color models

BC F6 EA
RGB 188 246 234
HSL 168° 76.32% 85.10%
HSB/HSV 168° 23.58% 96.47%
CMYK 23.58% 0.00% 4.88%
3.53%

Color #BCF6EA in popluar number systems.

HEX BC F6 EA
Decimal 188 246 234
Binary 10111100 11110110 11101010
Octal 274 366 352

Shades and tints

Shades of #BCF6EA

#BCF6EA
(188,246,234)
#ABE0D5
(171,224,213)
#9ACAC0
(154,202,192)
#89B4AB
(137,180,171)
#789E96
(120,158,150)
#678881
(103,136,129)
#56726C
(86,114,108)
#455C57
(69,92,87)
#344642
(52,70,66)
#23302D
(35,48,45)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #BCF6EA

#BCF6EA
(188,246,234)
#C2F6EB
(194,246,235)
#C8F6EC
(200,246,236)
#CEF6ED
(206,246,237)
#D4F6EE
(212,246,238)
#DAF6EF
(218,246,239)
#E0F6F0
(224,246,240)
#E6F6F1
(230,246,241)
#ECF6F2
(236,246,242)
#F2F6F3
(242,246,243)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF6EA; }

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

This text font color is #BCF6EA.

Background Color

.myBgColor { background-color: #BCF6EA; }

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

This div background color is #BCF6EA.

Border color

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

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

This div border color is #BCF6EA.

Opacity

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

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

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

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

This text has shadow with #BCF6EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF6EA.

Preview

Color preview on black background

This text has color #BCF6EA on black background.


Color preview on white background

This text has color #BCF6EA on white background.


Black color preview on #BCF6EA background

This text has black color on #BCF6EA background.


White color preview on #BCF6EA background

This text has white color on #BCF6EA background.


Related colors

Complementary color

Complementary color for #hex is #430915.


I love getcolorcode.com

Triadic colors

1 #EABCF6 and #F6EABC with #BCF6EA are triadic colors.

2 #EAF6BC and #F6BCEA with #BCF6EA are triadic colors.