COLOR #BAE5E4

HEX: #BAE5E4 RGB: (186,229,228)

Color info

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

RGB color model

#BAE5E4 color RGB value is (186,229,228).

RGB: (186,229,228) (73%, 90%, 89%)

RGB channels and saturation

R 186 of 255 = 73%
G 229 of 255 = 90%
B 228 of 255 = 89%

186
229
228

R + G + B ~ 84%. #BAE5E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 229 + 228 = 643 (100%)
R 186 of 643 ~ 28.93%
G 229 of 643 ~ 35.61%
B 228 of 643 ~ 35.46'%

%28.93
%35.61
%35.46

CMYK color model

#BAE5E4 color CMYK value is (19,0,0,10).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 0.44%
  • key color value is 10.20%
CMYK: (19,0,0,10) C19M0Y0K10 (19%,0%,0%,10%) (0.19/0.00/0.00/0.10) 

CMYK percentages

%18.78
%0
%0.44
%10.2

Codes

Color #BAE5E4 in popluar color models

BA E5 E4
RGB 186 229 228
HSL 179° 45.26% 81.37%
HSB/HSV 179° 18.78% 89.80%
CMYK 18.78% 0.00% 0.44%
10.20%

Color #BAE5E4 in popluar number systems.

HEX BA E5 E4
Decimal 186 229 228
Binary 10111010 11100101 11100100
Octal 272 345 344

Shades and tints

Shades of #BAE5E4

#BAE5E4
(186,229,228)
#AAD1D0
(170,209,208)
#9ABDBC
(154,189,188)
#8AA9A8
(138,169,168)
#7A9594
(122,149,148)
#6A8180
(106,129,128)
#5A6D6C
(90,109,108)
#4A5958
(74,89,88)
#3A4544
(58,69,68)
#2A3130
(42,49,48)
#1A1D1C
(26,29,28)
#000000
(0,0,0)

Tints of #BAE5E4

#BAE5E4
(186,229,228)
#C0E7E6
(192,231,230)
#C6E9E8
(198,233,232)
#CCEBEA
(204,235,234)
#D2EDEC
(210,237,236)
#D8EFEE
(216,239,238)
#DEF1F0
(222,241,240)
#E4F3F2
(228,243,242)
#EAF5F4
(234,245,244)
#F0F7F6
(240,247,246)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE5E4; }

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

This text font color is #BAE5E4.

Background Color

.myBgColor { background-color: #BAE5E4; }

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

This div background color is #BAE5E4.

Border color

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

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

This div border color is #BAE5E4.

Opacity

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

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

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

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

This text has shadow with #BAE5E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE5E4.

Preview

Color preview on black background

This text has color #BAE5E4 on black background.


Color preview on white background

This text has color #BAE5E4 on white background.


Black color preview on #BAE5E4 background

This text has black color on #BAE5E4 background.


White color preview on #BAE5E4 background

This text has white color on #BAE5E4 background.


Related colors

Complementary color

Complementary color for #hex is #451A1B.


I love getcolorcode.com

Triadic colors

1 #E4BAE5 and #E5E4BA with #BAE5E4 are triadic colors.

2 #E4E5BA and #E5BAE4 with #BAE5E4 are triadic colors.