COLOR #BAE2F5

HEX: #BAE2F5
RGB: (186,226,245)

Color info

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

RGB color model

#BAE2F5 color RGB value is (186,226,245).

  • red value is 186;
  • green value is 226;
  • blue value is 245.
RGB:
(186,226,245)
(73%,89%,96%)

RGB channels and saturation

R 186 of 255 = 73%
G 226 of 255 = 89%
B 245 of 255 = 96%

186
226
245

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

Portions of RGB colors in percentages

R + G + B =
186 + 226 + 245 = 657 (100%)
R 186 of 657 ~ 28.31%
G 226 of 657 ~ 34.4%
B 245 of 657 ~ 37.29%

%28.31
%34.4
%37.29

CMYK color model

#BAE2F5 color CMYK value is (24,8,0,4).

  • cyan value is 24.08%
  • magenta value is 7.76%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(24,8,0,4)
C24M8Y0K4 
(24%,8%,0%,4%)
(0.24/0.08/0.00/0.04)	

CMYK percentages

%24.08
%7.76
%0
%3.92

Codes

Color #BAE2F5 in popluar color models

BAE2F5
RGB186226245
HSL199°74.68%84.51%
HSB/HSV199°24.08%96.08%
CMYK24.08%7.76%0.00%
3.92%

Color #BAE2F5 in popluar number systems.

HEXBAE2F5
Decimal186226245
Binary101110101110001011110101
Octal272342365

Shades and tints

Shades of #BAE2F5

#BAE2F5
(186,226,245)
#AACEDF
(170,206,223)
#9ABAC9
(154,186,201)
#8AA6B3
(138,166,179)
#7A929D
(122,146,157)
#6A7E87
(106,126,135)
#5A6A71
(90,106,113)
#4A565B
(74,86,91)
#3A4245
(58,66,69)
#2A2E2F
(42,46,47)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #BAE2F5

#BAE2F5
(186,226,245)
#C0E4F5
(192,228,245)
#C6E6F5
(198,230,245)
#CCE8F5
(204,232,245)
#D2EAF5
(210,234,245)
#D8ECF5
(216,236,245)
#DEEEF5
(222,238,245)
#E4F0F5
(228,240,245)
#EAF2F5
(234,242,245)
#F0F4F5
(240,244,245)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE2F5 color. Also use rgb(186,226,245) instead hex code.

Text Font Color

.myTextColor { color: #BAE2F5; }

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

This text font color is #BAE2F5.


Background Color

.myBgColor { background-color: #BAE2F5; }

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

This div background color is #BAE2F5.


Border color

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

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

This div border color is #BAE2F5.


Opacity

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

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

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

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

This text has shadow with #BAE2F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAE2F5 on black background.


Color preview on white background

This text has color #BAE2F5 on white background.



Black color preview on #BAE2F5 background

This text has black color on #BAE2F5 background.


White color preview on #BAE2F5 background

This text has white color on #BAE2F5 background.