COLOR #BCE6F2

HEX: #BCE6F2 RGB: (188,230,242)

Color info

#BCE6F2 contains red, green and blue colors in about the same proportion. Web safe color of #BCE6F2 is #CCCCFF (or #CCF).

RGB color model

#BCE6F2 color RGB value is (188,230,242).

RGB: (188,230,242) (74%, 90%, 95%)

RGB channels and saturation

R 188 of 255 = 74%
G 230 of 255 = 90%
B 242 of 255 = 95%

188
230
242

R + G + B ~ 86%. #BCE6F2 is light color.

Portions of RGB colors in percentages

R + G + B = 188 + 230 + 242 = 660 (100%)
R 188 of 660 ~ 28.48%
G 230 of 660 ~ 34.85%
B 242 of 660 ~ 36.67'%

%28.48
%34.85
%36.67

CMYK color model

#BCE6F2 color CMYK value is (22,5,0,5).

  • cyan value is 22.31%
  • magenta value is 4.96%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK: (22,5,0,5) C22M5Y0K5 (22%,5%,0%,5%) (0.22/0.05/0.00/0.05) 

CMYK percentages

%22.31
%4.96
%0
%5.1

Codes

Color #BCE6F2 in popluar color models

BC E6 F2
RGB 188 230 242
HSL 193° 67.50% 84.31%
HSB/HSV 193° 22.31% 94.90%
CMYK 22.31% 4.96% 0.00%
5.10%

Color #BCE6F2 in popluar number systems.

HEX BC E6 F2
Decimal 188 230 242
Binary 10111100 11100110 11110010
Octal 274 346 362

Shades and tints

Shades of #BCE6F2

#BCE6F2
(188,230,242)
#ABD2DC
(171,210,220)
#9ABEC6
(154,190,198)
#89AAB0
(137,170,176)
#78969A
(120,150,154)
#678284
(103,130,132)
#566E6E
(86,110,110)
#455A58
(69,90,88)
#344642
(52,70,66)
#23322C
(35,50,44)
#121E16
(18,30,22)
#000000
(0,0,0)

Tints of #BCE6F2

#BCE6F2
(188,230,242)
#C2E8F3
(194,232,243)
#C8EAF4
(200,234,244)
#CEECF5
(206,236,245)
#D4EEF6
(212,238,246)
#DAF0F7
(218,240,247)
#E0F2F8
(224,242,248)
#E6F4F9
(230,244,249)
#ECF6FA
(236,246,250)
#F2F8FB
(242,248,251)
#F8FAFC
(248,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE6F2 color. Also use rgb(188,230,242) instead hex code.

Text Font Color

.myTextColor { color: #BCE6F2; }

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

This text font color is #BCE6F2.

Background Color

.myBgColor { background-color: #BCE6F2; }

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

This div background color is #BCE6F2.

Border color

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

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

This div border color is #BCE6F2.

Opacity

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

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

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

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

This text has shadow with #BCE6F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE6F2.

Preview

Color preview on black background

This text has color #BCE6F2 on black background.


Color preview on white background

This text has color #BCE6F2 on white background.


Black color preview on #BCE6F2 background

This text has black color on #BCE6F2 background.


White color preview on #BCE6F2 background

This text has white color on #BCE6F2 background.


Related colors

Complementary color

Complementary color for #hex is #43190D.


I love getcolorcode.com

Triadic colors

1 #F2BCE6 and #E6F2BC with #BCE6F2 are triadic colors.

2 #F2E6BC and #E6BCF2 with #BCE6F2 are triadic colors.