COLOR #BAE2F6

HEX: #BAE2F6
RGB: (186,226,246)

Color info

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

RGB color model

#BAE2F6 color RGB value is (186,226,246).

  • red value is 186;
  • green value is 226;
  • blue value is 246.
RGB:
(186,226,246)
(73%,89%,96%)

RGB channels and saturation

R 186 of 255 = 73%
G 226 of 255 = 89%
B 246 of 255 = 96%

186
226
246

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

Portions of RGB colors in percentages

R + G + B =
186 + 226 + 246 = 658 (100%)
R 186 of 658 ~ 28.27%
G 226 of 658 ~ 34.35%
B 246 of 658 ~ 37.39%

%28.27
%34.35
%37.39

CMYK color model

#BAE2F6 color CMYK value is (24,8,0,4).

  • cyan value is 24.39%
  • magenta value is 8.13%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(24,8,0,4)
C24M8Y0K4 
(24%,8%,0%,4%)
(0.24/0.08/0.00/0.04)	

CMYK percentages

%24.39
%8.13
%0
%3.53

Codes

Color #BAE2F6 in popluar color models

BAE2F6
RGB186226246
HSL200°76.92%84.71%
HSB/HSV200°24.39%96.47%
CMYK24.39%8.13%0.00%
3.53%

Color #BAE2F6 in popluar number systems.

HEXBAE2F6
Decimal186226246
Binary101110101110001011110110
Octal272342366

Shades and tints

Shades of #BAE2F6

#BAE2F6
(186,226,246)
#AACEE0
(170,206,224)
#9ABACA
(154,186,202)
#8AA6B4
(138,166,180)
#7A929E
(122,146,158)
#6A7E88
(106,126,136)
#5A6A72
(90,106,114)
#4A565C
(74,86,92)
#3A4246
(58,66,70)
#2A2E30
(42,46,48)
#1A1A1A
(26,26,26)
#000000
(0,0,0)

Tints of #BAE2F6

#BAE2F6
(186,226,246)
#C0E4F6
(192,228,246)
#C6E6F6
(198,230,246)
#CCE8F6
(204,232,246)
#D2EAF6
(210,234,246)
#D8ECF6
(216,236,246)
#DEEEF6
(222,238,246)
#E4F0F6
(228,240,246)
#EAF2F6
(234,242,246)
#F0F4F6
(240,244,246)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE2F6 color. Also use rgb(186,226,246) instead hex code.

Text Font Color

.myTextColor { color: #BAE2F6; }

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

This text font color is #BAE2F6.


Background Color

.myBgColor { background-color: #BAE2F6; }

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

This div background color is #BAE2F6.


Border color

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

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

This div border color is #BAE2F6.


Opacity

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

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

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

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

This text has shadow with #BAE2F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE2F6 on black background.


Color preview on white background

This text has color #BAE2F6 on white background.



Black color preview on #BAE2F6 background

This text has black color on #BAE2F6 background.


White color preview on #BAE2F6 background

This text has white color on #BAE2F6 background.