COLOR #BCEEF4

HEX: #BCEEF4 RGB: (188,238,244)

Color info

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

RGB color model

#BCEEF4 color RGB value is (188,238,244).

RGB: (188,238,244) (74%, 93%, 96%)

RGB channels and saturation

R 188 of 255 = 74%
G 238 of 255 = 93%
B 244 of 255 = 96%

188
238
244

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

Portions of RGB colors in percentages

R + G + B = 188 + 238 + 244 = 670 (100%)
R 188 of 670 ~ 28.06%
G 238 of 670 ~ 35.52%
B 244 of 670 ~ 36.42'%

%28.06
%35.52
%36.42

CMYK color model

#BCEEF4 color CMYK value is (23,2,0,4).

  • cyan value is 22.95%
  • magenta value is 2.46%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (23,2,0,4)
C23M2Y0K4 (23%, 2%, 0%, 4%)
(0.23 / 0.02 / 0.00 / 0.04)

CMYK percentages

%22.95
%2.46
%0
%4.31

Codes

Color #BCEEF4 in popluar color models

BC EE F4
RGB 188 238 244
HSL 186° 71.79% 84.71%
HSB/HSV 186° 22.95% 95.69%
CMYK 22.95% 2.46% 0.00%
4.31%

Color #BCEEF4 in popluar number systems.

HEX BC EE F4
Decimal 188 238 244
Binary 10111100 11101110 11110100
Octal 274 356 364

Shades and tints

Shades of #BCEEF4

#BCEEF4
(188,238,244)
#ABD9DE
(171,217,222)
#9AC4C8
(154,196,200)
#89AFB2
(137,175,178)
#789A9C
(120,154,156)
#678586
(103,133,134)
#567070
(86,112,112)
#455B5A
(69,91,90)
#344644
(52,70,68)
#23312E
(35,49,46)
#121C18
(18,28,24)
#000000
(0,0,0)

Tints of #BCEEF4

#BCEEF4
(188,238,244)
#C2EFF5
(194,239,245)
#C8F0F6
(200,240,246)
#CEF1F7
(206,241,247)
#D4F2F8
(212,242,248)
#DAF3F9
(218,243,249)
#E0F4FA
(224,244,250)
#E6F5FB
(230,245,251)
#ECF6FC
(236,246,252)
#F2F7FD
(242,247,253)
#F8F8FE
(248,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCEEF4 color. Also use rgb(188,238,244) instead hex code.

Text Font Color

.myTextColor { color: #BCEEF4; }

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

This text font color is #BCEEF4.

Background Color

.myBgColor { background-color: #BCEEF4; }

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

This div background color is #BCEEF4.

Border color

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

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

This div border color is #BCEEF4.

Opacity

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

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

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

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

This text has shadow with #BCEEF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCEEF4.

Preview

Color preview on black background

This text has color #BCEEF4 on black background.


Color preview on white background

This text has color #BCEEF4 on white background.


Black color preview on #BCEEF4 background

This text has black color on #BCEEF4 background.


White color preview on #BCEEF4 background

This text has white color on #BCEEF4 background.


Related colors

Complementary color

Complementary color for #hex is #43110B.


I love getcolorcode.com

Triadic colors

1 #F4BCEE and #EEF4BC with #BCEEF4 are triadic colors.

2 #F4EEBC and #EEBCF4 with #BCEEF4 are triadic colors.