COLOR #BAE3F6

HEX: #BAE3F6 RGB: (186,227,246)

Color info

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

RGB color model

#BAE3F6 color RGB value is (186,227,246).

RGB: (186,227,246) (73%, 89%, 96%)

RGB channels and saturation

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

186
227
246

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

Portions of RGB colors in percentages

R + G + B = 186 + 227 + 246 = 659 (100%)
R 186 of 659 ~ 28.22%
G 227 of 659 ~ 34.45%
B 246 of 659 ~ 37.33'%

%28.22
%34.45
%37.33

CMYK color model

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

  • cyan value is 24.39%
  • magenta value is 7.72%
  • 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
%7.72
%0
%3.53

Codes

Color #BAE3F6 in popluar color models

BA E3 F6
RGB 186 227 246
HSL 199° 76.92% 84.71%
HSB/HSV 199° 24.39% 96.47%
CMYK 24.39% 7.72% 0.00%
3.53%

Color #BAE3F6 in popluar number systems.

HEX BA E3 F6
Decimal 186 227 246
Binary 10111010 11100011 11110110
Octal 272 343 366

Shades and tints

Shades of #BAE3F6

#BAE3F6
(186,227,246)
#AACFE0
(170,207,224)
#9ABBCA
(154,187,202)
#8AA7B4
(138,167,180)
#7A939E
(122,147,158)
#6A7F88
(106,127,136)
#5A6B72
(90,107,114)
#4A575C
(74,87,92)
#3A4346
(58,67,70)
#2A2F30
(42,47,48)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #BAE3F6

#BAE3F6
(186,227,246)
#C0E5F6
(192,229,246)
#C6E7F6
(198,231,246)
#CCE9F6
(204,233,246)
#D2EBF6
(210,235,246)
#D8EDF6
(216,237,246)
#DEEFF6
(222,239,246)
#E4F1F6
(228,241,246)
#EAF3F6
(234,243,246)
#F0F5F6
(240,245,246)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE3F6; }

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

This text font color is #BAE3F6.

Background Color

.myBgColor { background-color: #BAE3F6; }

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

This div background color is #BAE3F6.

Border color

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

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

This div border color is #BAE3F6.

Opacity

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

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

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

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

This text has shadow with #BAE3F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE3F6.

Preview

Color preview on black background

This text has color #BAE3F6 on black background.


Color preview on white background

This text has color #BAE3F6 on white background.


Black color preview on #BAE3F6 background

This text has black color on #BAE3F6 background.


White color preview on #BAE3F6 background

This text has white color on #BAE3F6 background.


Related colors

Complementary color

Complementary color for #hex is #451C09.


I love getcolorcode.com

Triadic colors

1 #F6BAE3 and #E3F6BA with #BAE3F6 are triadic colors.

2 #F6E3BA and #E3BAF6 with #BAE3F6 are triadic colors.