COLOR #BAE5EB

HEX: #BAE5EB RGB: (186,229,235)

Color info

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

RGB color model

#BAE5EB color RGB value is (186,229,235).

RGB: (186,229,235) (73%, 90%, 92%)

RGB channels and saturation

R 186 of 255 = 73%
G 229 of 255 = 90%
B 235 of 255 = 92%

186
229
235

R + G + B ~ 85%. #BAE5EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 229 + 235 = 650 (100%)
R 186 of 650 ~ 28.62%
G 229 of 650 ~ 35.23%
B 235 of 650 ~ 36.15'%

%28.62
%35.23
%36.15

CMYK color model

#BAE5EB color CMYK value is (21,3,0,8).

  • cyan value is 20.85%
  • magenta value is 2.55%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (21,3,0,8) C21M3Y0K8 (21%,3%,0%,8%) (0.21/0.03/0.00/0.08) 

CMYK percentages

%20.85
%2.55
%0
%7.84

Codes

Color #BAE5EB in popluar color models

BA E5 EB
RGB 186 229 235
HSL 187° 55.06% 82.55%
HSB/HSV 187° 20.85% 92.16%
CMYK 20.85% 2.55% 0.00%
7.84%

Color #BAE5EB in popluar number systems.

HEX BA E5 EB
Decimal 186 229 235
Binary 10111010 11100101 11101011
Octal 272 345 353

Shades and tints

Shades of #BAE5EB

#BAE5EB
(186,229,235)
#AAD1D6
(170,209,214)
#9ABDC1
(154,189,193)
#8AA9AC
(138,169,172)
#7A9597
(122,149,151)
#6A8182
(106,129,130)
#5A6D6D
(90,109,109)
#4A5958
(74,89,88)
#3A4543
(58,69,67)
#2A312E
(42,49,46)
#1A1D19
(26,29,25)
#000000
(0,0,0)

Tints of #BAE5EB

#BAE5EB
(186,229,235)
#C0E7EC
(192,231,236)
#C6E9ED
(198,233,237)
#CCEBEE
(204,235,238)
#D2EDEF
(210,237,239)
#D8EFF0
(216,239,240)
#DEF1F1
(222,241,241)
#E4F3F2
(228,243,242)
#EAF5F3
(234,245,243)
#F0F7F4
(240,247,244)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE5EB; }

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

This text font color is #BAE5EB.

Background Color

.myBgColor { background-color: #BAE5EB; }

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

This div background color is #BAE5EB.

Border color

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

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

This div border color is #BAE5EB.

Opacity

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

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

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

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

This text has shadow with #BAE5EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE5EB.

Preview

Color preview on black background

This text has color #BAE5EB on black background.


Color preview on white background

This text has color #BAE5EB on white background.


Black color preview on #BAE5EB background

This text has black color on #BAE5EB background.


White color preview on #BAE5EB background

This text has white color on #BAE5EB background.


Related colors

Complementary color

Complementary color for #hex is #451A14.


I love getcolorcode.com

Triadic colors

1 #EBBAE5 and #E5EBBA with #BAE5EB are triadic colors.

2 #EBE5BA and #E5BAEB with #BAE5EB are triadic colors.