COLOR #BAE5EF

HEX: #BAE5EF
RGB: (186,229,239)

Color info

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

RGB color model

#BAE5EF color RGB value is (186,229,239).

  • red value is 186;
  • green value is 229;
  • blue value is 239.
RGB:
(186,229,239)
(73%,90%,94%)

RGB channels and saturation

R 186 of 255 = 73%
G 229 of 255 = 90%
B 239 of 255 = 94%

186
229
239

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

Portions of RGB colors in percentages

R + G + B =
186 + 229 + 239 = 654 (100%)
R 186 of 654 ~ 28.44%
G 229 of 654 ~ 35.02%
B 239 of 654 ~ 36.54%

%28.44
%35.02
%36.54

CMYK color model

#BAE5EF color CMYK value is (22,4,0,6).

  • cyan value is 22.18%
  • magenta value is 4.18%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(22,4,0,6)
C22M4Y0K6 
(22%,4%,0%,6%)
(0.22/0.04/0.00/0.06)	

CMYK percentages

%22.18
%4.18
%0
%6.27

Codes

Color #BAE5EF in popluar color models

BAE5EF
RGB186229239
HSL191°62.35%83.33%
HSB/HSV191°22.18%93.73%
CMYK22.18%4.18%0.00%
6.27%

Color #BAE5EF in popluar number systems.

HEXBAE5EF
Decimal186229239
Binary101110101110010111101111
Octal272345357

Shades and tints

Shades of #BAE5EF

#BAE5EF
(186,229,239)
#AAD1DA
(170,209,218)
#9ABDC5
(154,189,197)
#8AA9B0
(138,169,176)
#7A959B
(122,149,155)
#6A8186
(106,129,134)
#5A6D71
(90,109,113)
#4A595C
(74,89,92)
#3A4547
(58,69,71)
#2A3132
(42,49,50)
#1A1D1D
(26,29,29)
#000000
(0,0,0)

Tints of #BAE5EF

#BAE5EF
(186,229,239)
#C0E7F0
(192,231,240)
#C6E9F1
(198,233,241)
#CCEBF2
(204,235,242)
#D2EDF3
(210,237,243)
#D8EFF4
(216,239,244)
#DEF1F5
(222,241,245)
#E4F3F6
(228,243,246)
#EAF5F7
(234,245,247)
#F0F7F8
(240,247,248)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE5EF color. Also use rgb(186,229,239) instead hex code.

Text Font Color

.myTextColor { color: #BAE5EF; }

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

This text font color is #BAE5EF.


Background Color

.myBgColor { background-color: #BAE5EF; }

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

This div background color is #BAE5EF.


Border color

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

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

This div border color is #BAE5EF.


Opacity

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

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

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

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

This text has shadow with #BAE5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE5EF on black background.


Color preview on white background

This text has color #BAE5EF on white background.



Black color preview on #BAE5EF background

This text has black color on #BAE5EF background.


White color preview on #BAE5EF background

This text has white color on #BAE5EF background.