COLOR #BAE0E8

HEX: #BAE0E8 RGB: (186,224,232)

Color info

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

RGB color model

#BAE0E8 color RGB value is (186,224,232).

RGB: (186,224,232) (73%, 88%, 91%)

RGB channels and saturation

R 186 of 255 = 73%
G 224 of 255 = 88%
B 232 of 255 = 91%

186
224
232

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

Portions of RGB colors in percentages

R + G + B = 186 + 224 + 232 = 642 (100%)
R 186 of 642 ~ 28.97%
G 224 of 642 ~ 34.89%
B 232 of 642 ~ 36.14'%

%28.97
%34.89
%36.14

CMYK color model

#BAE0E8 color CMYK value is (20,3,0,9).

  • cyan value is 19.83%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK: (20,3,0,9) C20M3Y0K9 (20%,3%,0%,9%) (0.20/0.03/0.00/0.09) 

CMYK percentages

%19.83
%3.45
%0
%9.02

Codes

Color #BAE0E8 in popluar color models

BA E0 E8
RGB 186 224 232
HSL 190° 50.00% 81.96%
HSB/HSV 190° 19.83% 90.98%
CMYK 19.83% 3.45% 0.00%
9.02%

Color #BAE0E8 in popluar number systems.

HEX BA E0 E8
Decimal 186 224 232
Binary 10111010 11100000 11101000
Octal 272 340 350

Shades and tints

Shades of #BAE0E8

#BAE0E8
(186,224,232)
#AACCD3
(170,204,211)
#9AB8BE
(154,184,190)
#8AA4A9
(138,164,169)
#7A9094
(122,144,148)
#6A7C7F
(106,124,127)
#5A686A
(90,104,106)
#4A5455
(74,84,85)
#3A4040
(58,64,64)
#2A2C2B
(42,44,43)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #BAE0E8

#BAE0E8
(186,224,232)
#C0E2EA
(192,226,234)
#C6E4EC
(198,228,236)
#CCE6EE
(204,230,238)
#D2E8F0
(210,232,240)
#D8EAF2
(216,234,242)
#DEECF4
(222,236,244)
#E4EEF6
(228,238,246)
#EAF0F8
(234,240,248)
#F0F2FA
(240,242,250)
#F6F4FC
(246,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAE0E8; }

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

This text font color is #BAE0E8.

Background Color

.myBgColor { background-color: #BAE0E8; }

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

This div background color is #BAE0E8.

Border color

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

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

This div border color is #BAE0E8.

Opacity

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

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

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

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

This text has shadow with #BAE0E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE0E8.

Preview

Color preview on black background

This text has color #BAE0E8 on black background.


Color preview on white background

This text has color #BAE0E8 on white background.


Black color preview on #BAE0E8 background

This text has black color on #BAE0E8 background.


White color preview on #BAE0E8 background

This text has white color on #BAE0E8 background.


Related colors

Complementary color

Complementary color for #hex is #451F17.


I love getcolorcode.com

Triadic colors

1 #E8BAE0 and #E0E8BA with #BAE0E8 are triadic colors.

2 #E8E0BA and #E0BAE8 with #BAE0E8 are triadic colors.