COLOR #BCE5FF

HEX: #BCE5FF RGB: (188,229,255)

Color info

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

RGB color model

#BCE5FF color RGB value is (188,229,255).

RGB: (188,229,255) (74%, 90%, 100%)

RGB channels and saturation

R 188 of 255 = 74%
G 229 of 255 = 90%
B 255 of 255 = 100%

188
229
255

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

Portions of RGB colors in percentages

R + G + B = 188 + 229 + 255 = 672 (100%)
R 188 of 672 ~ 27.98%
G 229 of 672 ~ 34.08%
B 255 of 672 ~ 37.95'%

%27.98
%34.08
%37.95

CMYK color model

#BCE5FF color CMYK value is (26,10,0,0).

  • cyan value is 26.27%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (26,10,0,0)
C26M10Y0K0 (26%, 10%, 0%, 0%)
(0.26 / 0.10 / 0.00 / 0.00)

CMYK percentages

%26.27
%10.2
%0
%0

Codes

Color #BCE5FF in popluar color models

BC E5 FF
RGB 188 229 255
HSL 203° 100.00% 86.86%
HSB/HSV 203° 26.27% 100.00%
CMYK 26.27% 10.20% 0.00%
0.00%

Color #BCE5FF in popluar number systems.

HEX BC E5 FF
Decimal 188 229 255
Binary 10111100 11100101 11111111
Octal 274 345 377

Shades and tints

Shades of #BCE5FF

#BCE5FF
(188,229,255)
#ABD1E8
(171,209,232)
#9ABDD1
(154,189,209)
#89A9BA
(137,169,186)
#7895A3
(120,149,163)
#67818C
(103,129,140)
#566D75
(86,109,117)
#45595E
(69,89,94)
#344547
(52,69,71)
#233130
(35,49,48)
#121D19
(18,29,25)
#000000
(0,0,0)

Tints of #BCE5FF

#BCE5FF
(188,229,255)
#C2E7FF
(194,231,255)
#C8E9FF
(200,233,255)
#CEEBFF
(206,235,255)
#D4EDFF
(212,237,255)
#DAEFFF
(218,239,255)
#E0F1FF
(224,241,255)
#E6F3FF
(230,243,255)
#ECF5FF
(236,245,255)
#F2F7FF
(242,247,255)
#F8F9FF
(248,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE5FF color. Also use rgb(188,229,255) instead hex code.

Text Font Color

.myTextColor { color: #BCE5FF; }

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

This text font color is #BCE5FF.

Background Color

.myBgColor { background-color: #BCE5FF; }

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

This div background color is #BCE5FF.

Border color

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

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

This div border color is #BCE5FF.

Opacity

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

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

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

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

This text has shadow with #BCE5FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE5FF.

Preview

Color preview on black background

This text has color #BCE5FF on black background.


Color preview on white background

This text has color #BCE5FF on white background.


Black color preview on #BCE5FF background

This text has black color on #BCE5FF background.


White color preview on #BCE5FF background

This text has white color on #BCE5FF background.


Related colors

Complementary color

Complementary color for #hex is #431A00.


I love getcolorcode.com

Triadic colors

1 #FFBCE5 and #E5FFBC with #BCE5FF are triadic colors.

2 #FFE5BC and #E5BCFF with #BCE5FF are triadic colors.