COLOR #BAE8F6

HEX: #BAE8F6 RGB: (186,232,246)

Color info

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

RGB color model

#BAE8F6 color RGB value is (186,232,246).

RGB: (186,232,246) (73%, 91%, 96%)

RGB channels and saturation

R 186 of 255 = 73%
G 232 of 255 = 91%
B 246 of 255 = 96%

186
232
246

R + G + B ~ 87%. #BAE8F6 is light color.

Portions of RGB colors in percentages

R + G + B = 186 + 232 + 246 = 664 (100%)
R 186 of 664 ~ 28.01%
G 232 of 664 ~ 34.94%
B 246 of 664 ~ 37.05'%

%28.01
%34.94
%37.05

CMYK color model

#BAE8F6 color CMYK value is (24,6,0,4).

  • cyan value is 24.39%
  • magenta value is 5.69%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (24,6,0,4)
C24M6Y0K4 (24%, 6%, 0%, 4%)
(0.24 / 0.06 / 0.00 / 0.04)

CMYK percentages

%24.39
%5.69
%0
%3.53

Codes

Color #BAE8F6 in popluar color models

BA E8 F6
RGB 186 232 246
HSL 194° 76.92% 84.71%
HSB/HSV 194° 24.39% 96.47%
CMYK 24.39% 5.69% 0.00%
3.53%

Color #BAE8F6 in popluar number systems.

HEX BA E8 F6
Decimal 186 232 246
Binary 10111010 11101000 11110110
Octal 272 350 366

Shades and tints

Shades of #BAE8F6

#BAE8F6
(186,232,246)
#AAD3E0
(170,211,224)
#9ABECA
(154,190,202)
#8AA9B4
(138,169,180)
#7A949E
(122,148,158)
#6A7F88
(106,127,136)
#5A6A72
(90,106,114)
#4A555C
(74,85,92)
#3A4046
(58,64,70)
#2A2B30
(42,43,48)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #BAE8F6

#BAE8F6
(186,232,246)
#C0EAF6
(192,234,246)
#C6ECF6
(198,236,246)
#CCEEF6
(204,238,246)
#D2F0F6
(210,240,246)
#D8F2F6
(216,242,246)
#DEF4F6
(222,244,246)
#E4F6F6
(228,246,246)
#EAF8F6
(234,248,246)
#F0FAF6
(240,250,246)
#F6FCF6
(246,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE8F6; }

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

This text font color is #BAE8F6.

Background Color

.myBgColor { background-color: #BAE8F6; }

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

This div background color is #BAE8F6.

Border color

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

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

This div border color is #BAE8F6.

Opacity

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

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

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

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

This text has shadow with #BAE8F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE8F6.

Preview

Color preview on black background

This text has color #BAE8F6 on black background.


Color preview on white background

This text has color #BAE8F6 on white background.


Black color preview on #BAE8F6 background

This text has black color on #BAE8F6 background.


White color preview on #BAE8F6 background

This text has white color on #BAE8F6 background.


Related colors

Complementary color

Complementary color for #hex is #451709.


I love getcolorcode.com

Triadic colors

1 #F6BAE8 and #E8F6BA with #BAE8F6 are triadic colors.

2 #F6E8BA and #E8BAF6 with #BAE8F6 are triadic colors.