COLOR #BCF1ED

HEX: #BCF1ED RGB: (188,241,237)

Color info

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

RGB color model

#BCF1ED color RGB value is (188,241,237).

RGB: (188,241,237) (74%, 95%, 93%)

RGB channels and saturation

R 188 of 255 = 74%
G 241 of 255 = 95%
B 237 of 255 = 93%

188
241
237

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

Portions of RGB colors in percentages

R + G + B = 188 + 241 + 237 = 666 (100%)
R 188 of 666 ~ 28.23%
G 241 of 666 ~ 36.19%
B 237 of 666 ~ 35.59'%

%28.23
%36.19
%35.59

CMYK color model

#BCF1ED color CMYK value is (22,0,2,5).

  • cyan value is 21.99%
  • magenta value is 0.00%
  • yellow value is 1.66%
  • key color value is 5.49%

CMYK: (22,0,2,5)
C22M0Y2K5 (22%, 0%, 2%, 5%)
(0.22 / 0.00 / 0.02 / 0.05)

CMYK percentages

%21.99
%0
%1.66
%5.49

Codes

Color #BCF1ED in popluar color models

BC F1 ED
RGB 188 241 237
HSL 175° 65.43% 84.12%
HSB/HSV 175° 21.99% 94.51%
CMYK 21.99% 0.00% 1.66%
5.49%

Color #BCF1ED in popluar number systems.

HEX BC F1 ED
Decimal 188 241 237
Binary 10111100 11110001 11101101
Octal 274 361 355

Shades and tints

Shades of #BCF1ED

#BCF1ED
(188,241,237)
#ABDCD8
(171,220,216)
#9AC7C3
(154,199,195)
#89B2AE
(137,178,174)
#789D99
(120,157,153)
#678884
(103,136,132)
#56736F
(86,115,111)
#455E5A
(69,94,90)
#344945
(52,73,69)
#233430
(35,52,48)
#121F1B
(18,31,27)
#000000
(0,0,0)

Tints of #BCF1ED

#BCF1ED
(188,241,237)
#C2F2EE
(194,242,238)
#C8F3EF
(200,243,239)
#CEF4F0
(206,244,240)
#D4F5F1
(212,245,241)
#DAF6F2
(218,246,242)
#E0F7F3
(224,247,243)
#E6F8F4
(230,248,244)
#ECF9F5
(236,249,245)
#F2FAF6
(242,250,246)
#F8FBF7
(248,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF1ED color. Also use rgb(188,241,237) instead hex code.

Text Font Color

.myTextColor { color: #BCF1ED; }

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

This text font color is #BCF1ED.

Background Color

.myBgColor { background-color: #BCF1ED; }

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

This div background color is #BCF1ED.

Border color

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

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

This div border color is #BCF1ED.

Opacity

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

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

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

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

This text has shadow with #BCF1ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF1ED.

Preview

Color preview on black background

This text has color #BCF1ED on black background.


Color preview on white background

This text has color #BCF1ED on white background.


Black color preview on #BCF1ED background

This text has black color on #BCF1ED background.


White color preview on #BCF1ED background

This text has white color on #BCF1ED background.


Related colors

Complementary color

Complementary color for #hex is #430E12.


I love getcolorcode.com

Triadic colors

1 #EDBCF1 and #F1EDBC with #BCF1ED are triadic colors.

2 #EDF1BC and #F1BCED with #BCF1ED are triadic colors.