COLOR #BCE4FA

HEX: #BCE4FA RGB: (188,228,250)

Color info

#BCE4FA contains mainly green and blue colors. Web safe color of #BCE4FA is #CCCCFF (or #CCF).

RGB color model

#BCE4FA color RGB value is (188,228,250).

RGB: (188,228,250) (74%, 89%, 98%)

RGB channels and saturation

R 188 of 255 = 74%
G 228 of 255 = 89%
B 250 of 255 = 98%

188
228
250

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

Portions of RGB colors in percentages

R + G + B = 188 + 228 + 250 = 666 (100%)
R 188 of 666 ~ 28.23%
G 228 of 666 ~ 34.23%
B 250 of 666 ~ 37.54'%

%28.23
%34.23
%37.54

CMYK color model

#BCE4FA color CMYK value is (25,9,0,2).

  • cyan value is 24.80%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (25,9,0,2)
C25M9Y0K2 (25%, 9%, 0%, 2%)
(0.25 / 0.09 / 0.00 / 0.02)

CMYK percentages

%24.8
%8.8
%0
%1.96

Codes

Color #BCE4FA in popluar color models

BC E4 FA
RGB 188 228 250
HSL 201° 86.11% 85.88%
HSB/HSV 201° 24.80% 98.04%
CMYK 24.80% 8.80% 0.00%
1.96%

Color #BCE4FA in popluar number systems.

HEX BC E4 FA
Decimal 188 228 250
Binary 10111100 11100100 11111010
Octal 274 344 372

Shades and tints

Shades of #BCE4FA

#BCE4FA
(188,228,250)
#ABD0E4
(171,208,228)
#9ABCCE
(154,188,206)
#89A8B8
(137,168,184)
#7894A2
(120,148,162)
#67808C
(103,128,140)
#566C76
(86,108,118)
#455860
(69,88,96)
#34444A
(52,68,74)
#233034
(35,48,52)
#121C1E
(18,28,30)
#000000
(0,0,0)

Tints of #BCE4FA

#BCE4FA
(188,228,250)
#C2E6FA
(194,230,250)
#C8E8FA
(200,232,250)
#CEEAFA
(206,234,250)
#D4ECFA
(212,236,250)
#DAEEFA
(218,238,250)
#E0F0FA
(224,240,250)
#E6F2FA
(230,242,250)
#ECF4FA
(236,244,250)
#F2F6FA
(242,246,250)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE4FA color. Also use rgb(188,228,250) instead hex code.

Text Font Color

.myTextColor { color: #BCE4FA; }

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

This text font color is #BCE4FA.

Background Color

.myBgColor { background-color: #BCE4FA; }

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

This div background color is #BCE4FA.

Border color

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

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

This div border color is #BCE4FA.

Opacity

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

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

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

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

This text has shadow with #BCE4FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE4FA.

Preview

Color preview on black background

This text has color #BCE4FA on black background.


Color preview on white background

This text has color #BCE4FA on white background.


Black color preview on #BCE4FA background

This text has black color on #BCE4FA background.


White color preview on #BCE4FA background

This text has white color on #BCE4FA background.


Related colors

Complementary color

Complementary color for #hex is #431B05.


I love getcolorcode.com

Triadic colors

1 #FABCE4 and #E4FABC with #BCE4FA are triadic colors.

2 #FAE4BC and #E4BCFA with #BCE4FA are triadic colors.