COLOR #BCE8FD

HEX: #BCE8FD RGB: (188,232,253)

Color info

#BCE8FD contains mainly green and blue colors. Web safe color of #BCE8FD is #CCFFFF (or #CFF).

RGB color model

#BCE8FD color RGB value is (188,232,253).

RGB: (188,232,253) (74%, 91%, 99%)

RGB channels and saturation

R 188 of 255 = 74%
G 232 of 255 = 91%
B 253 of 255 = 99%

188
232
253

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

Portions of RGB colors in percentages

R + G + B = 188 + 232 + 253 = 673 (100%)
R 188 of 673 ~ 27.93%
G 232 of 673 ~ 34.47%
B 253 of 673 ~ 37.59'%

%27.93
%34.47
%37.59

CMYK color model

#BCE8FD color CMYK value is (26,8,0,1).

  • cyan value is 25.69%
  • magenta value is 8.30%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (26,8,0,1)
C26M8Y0K1 (26%, 8%, 0%, 1%)
(0.26 / 0.08 / 0.00 / 0.01)

CMYK percentages

%25.69
%8.3
%0
%0.78

Codes

Color #BCE8FD in popluar color models

BC E8 FD
RGB 188 232 253
HSL 199° 94.20% 86.47%
HSB/HSV 199° 25.69% 99.22%
CMYK 25.69% 8.30% 0.00%
0.78%

Color #BCE8FD in popluar number systems.

HEX BC E8 FD
Decimal 188 232 253
Binary 10111100 11101000 11111101
Octal 274 350 375

Shades and tints

Shades of #BCE8FD

#BCE8FD
(188,232,253)
#ABD3E6
(171,211,230)
#9ABECF
(154,190,207)
#89A9B8
(137,169,184)
#7894A1
(120,148,161)
#677F8A
(103,127,138)
#566A73
(86,106,115)
#45555C
(69,85,92)
#344045
(52,64,69)
#232B2E
(35,43,46)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #BCE8FD

#BCE8FD
(188,232,253)
#C2EAFD
(194,234,253)
#C8ECFD
(200,236,253)
#CEEEFD
(206,238,253)
#D4F0FD
(212,240,253)
#DAF2FD
(218,242,253)
#E0F4FD
(224,244,253)
#E6F6FD
(230,246,253)
#ECF8FD
(236,248,253)
#F2FAFD
(242,250,253)
#F8FCFD
(248,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE8FD color. Also use rgb(188,232,253) instead hex code.

Text Font Color

.myTextColor { color: #BCE8FD; }

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

This text font color is #BCE8FD.

Background Color

.myBgColor { background-color: #BCE8FD; }

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

This div background color is #BCE8FD.

Border color

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

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

This div border color is #BCE8FD.

Opacity

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

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

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

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

This text has shadow with #BCE8FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE8FD.

Preview

Color preview on black background

This text has color #BCE8FD on black background.


Color preview on white background

This text has color #BCE8FD on white background.


Black color preview on #BCE8FD background

This text has black color on #BCE8FD background.


White color preview on #BCE8FD background

This text has white color on #BCE8FD background.


Related colors

Complementary color

Complementary color for #hex is #431702.


I love getcolorcode.com

Triadic colors

1 #FDBCE8 and #E8FDBC with #BCE8FD are triadic colors.

2 #FDE8BC and #E8BCFD with #BCE8FD are triadic colors.