COLOR #BAE4E1

HEX: #BAE4E1 RGB: (186,228,225)

Color info

#BAE4E1 contains red, green and blue colors in about the same proportion. Web safe color of #BAE4E1 is #CCCCCC (or #CCC).

RGB color model

#BAE4E1 color RGB value is (186,228,225).

RGB: (186,228,225) (73%, 89%, 88%)

RGB channels and saturation

R 186 of 255 = 73%
G 228 of 255 = 89%
B 225 of 255 = 88%

186
228
225

R + G + B ~ 83%. #BAE4E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 228 + 225 = 639 (100%)
R 186 of 639 ~ 29.11%
G 228 of 639 ~ 35.68%
B 225 of 639 ~ 35.21'%

%29.11
%35.68
%35.21

CMYK color model

#BAE4E1 color CMYK value is (18,0,1,11).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 1.32%
  • key color value is 10.59%

CMYK: (18,0,1,11)
C18M0Y1K11 (18%, 0%, 1%, 11%)
(0.18 / 0.00 / 0.01 / 0.11)

CMYK percentages

%18.42
%0
%1.32
%10.59

Codes

Color #BAE4E1 in popluar color models

BA E4 E1
RGB 186 228 225
HSL 176° 43.75% 81.18%
HSB/HSV 176° 18.42% 89.41%
CMYK 18.42% 0.00% 1.32%
10.59%

Color #BAE4E1 in popluar number systems.

HEX BA E4 E1
Decimal 186 228 225
Binary 10111010 11100100 11100001
Octal 272 344 341

Shades and tints

Shades of #BAE4E1

#BAE4E1
(186,228,225)
#AAD0CD
(170,208,205)
#9ABCB9
(154,188,185)
#8AA8A5
(138,168,165)
#7A9491
(122,148,145)
#6A807D
(106,128,125)
#5A6C69
(90,108,105)
#4A5855
(74,88,85)
#3A4441
(58,68,65)
#2A302D
(42,48,45)
#1A1C19
(26,28,25)
#000000
(0,0,0)

Tints of #BAE4E1

#BAE4E1
(186,228,225)
#C0E6E3
(192,230,227)
#C6E8E5
(198,232,229)
#CCEAE7
(204,234,231)
#D2ECE9
(210,236,233)
#D8EEEB
(216,238,235)
#DEF0ED
(222,240,237)
#E4F2EF
(228,242,239)
#EAF4F1
(234,244,241)
#F0F6F3
(240,246,243)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE4E1 color. Also use rgb(186,228,225) instead hex code.

Text Font Color

.myTextColor { color: #BAE4E1; }

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

This text font color is #BAE4E1.

Background Color

.myBgColor { background-color: #BAE4E1; }

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

This div background color is #BAE4E1.

Border color

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

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

This div border color is #BAE4E1.

Opacity

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

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

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

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

This text has shadow with #BAE4E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE4E1.

Preview

Color preview on black background

This text has color #BAE4E1 on black background.


Color preview on white background

This text has color #BAE4E1 on white background.


Black color preview on #BAE4E1 background

This text has black color on #BAE4E1 background.


White color preview on #BAE4E1 background

This text has white color on #BAE4E1 background.


Related colors

Complementary color

Complementary color for #hex is #451B1E.


I love getcolorcode.com

Triadic colors

1 #E1BAE4 and #E4E1BA with #BAE4E1 are triadic colors.

2 #E1E4BA and #E4BAE1 with #BAE4E1 are triadic colors.