COLOR #BCE8FB

HEX: #BCE8FB RGB: (188,232,251)

Color info

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

RGB color model

#BCE8FB color RGB value is (188,232,251).

RGB: (188,232,251) (74%, 91%, 98%)

RGB channels and saturation

R 188 of 255 = 74%
G 232 of 255 = 91%
B 251 of 255 = 98%

188
232
251

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

Portions of RGB colors in percentages

R + G + B = 188 + 232 + 251 = 671 (100%)
R 188 of 671 ~ 28.02%
G 232 of 671 ~ 34.58%
B 251 of 671 ~ 37.41'%

%28.02
%34.58
%37.41

CMYK color model

#BCE8FB color CMYK value is (25,8,0,2).

  • cyan value is 25.10%
  • magenta value is 7.57%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (25,8,0,2)
C25M8Y0K2 (25%, 8%, 0%, 2%)
(0.25 / 0.08 / 0.00 / 0.02)

CMYK percentages

%25.1
%7.57
%0
%1.57

Codes

Color #BCE8FB in popluar color models

BC E8 FB
RGB 188 232 251
HSL 198° 88.73% 86.08%
HSB/HSV 198° 25.10% 98.43%
CMYK 25.10% 7.57% 0.00%
1.57%

Color #BCE8FB in popluar number systems.

HEX BC E8 FB
Decimal 188 232 251
Binary 10111100 11101000 11111011
Octal 274 350 373

Shades and tints

Shades of #BCE8FB

#BCE8FB
(188,232,251)
#ABD3E5
(171,211,229)
#9ABECF
(154,190,207)
#89A9B9
(137,169,185)
#7894A3
(120,148,163)
#677F8D
(103,127,141)
#566A77
(86,106,119)
#455561
(69,85,97)
#34404B
(52,64,75)
#232B35
(35,43,53)
#12161F
(18,22,31)
#000000
(0,0,0)

Tints of #BCE8FB

#BCE8FB
(188,232,251)
#C2EAFB
(194,234,251)
#C8ECFB
(200,236,251)
#CEEEFB
(206,238,251)
#D4F0FB
(212,240,251)
#DAF2FB
(218,242,251)
#E0F4FB
(224,244,251)
#E6F6FB
(230,246,251)
#ECF8FB
(236,248,251)
#F2FAFB
(242,250,251)
#F8FCFB
(248,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE8FB; }

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

This text font color is #BCE8FB.

Background Color

.myBgColor { background-color: #BCE8FB; }

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

This div background color is #BCE8FB.

Border color

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

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

This div border color is #BCE8FB.

Opacity

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

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

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

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

This text has shadow with #BCE8FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE8FB.

Preview

Color preview on black background

This text has color #BCE8FB on black background.


Color preview on white background

This text has color #BCE8FB on white background.


Black color preview on #BCE8FB background

This text has black color on #BCE8FB background.


White color preview on #BCE8FB background

This text has white color on #BCE8FB background.


Related colors

Complementary color

Complementary color for #hex is #431704.


I love getcolorcode.com

Triadic colors

1 #FBBCE8 and #E8FBBC with #BCE8FB are triadic colors.

2 #FBE8BC and #E8BCFB with #BCE8FB are triadic colors.