COLOR #BAE7FF

HEX: #BAE7FF RGB: (186,231,255)

Color info

#BAE7FF contains mainly green and blue colors. Web safe color of #BAE7FF is #CCFFFF (or #CFF).

RGB color model

#BAE7FF color RGB value is (186,231,255).

RGB: (186,231,255) (73%, 91%, 100%)

RGB channels and saturation

R 186 of 255 = 73%
G 231 of 255 = 91%
B 255 of 255 = 100%

186
231
255

R + G + B ~ 88%. #BAE7FF is light color.

Portions of RGB colors in percentages

R + G + B = 186 + 231 + 255 = 672 (100%)
R 186 of 672 ~ 27.68%
G 231 of 672 ~ 34.38%
B 255 of 672 ~ 37.95'%

%27.68
%34.38
%37.95

CMYK color model

#BAE7FF color CMYK value is (27,9,0,0).

  • cyan value is 27.06%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (27,9,0,0)
C27M9Y0K0 (27%, 9%, 0%, 0%)
(0.27 / 0.09 / 0.00 / 0.00)

CMYK percentages

%27.06
%9.41
%0
%0

Codes

Color #BAE7FF in popluar color models

BA E7 FF
RGB 186 231 255
HSL 201° 100.00% 86.47%
HSB/HSV 201° 27.06% 100.00%
CMYK 27.06% 9.41% 0.00%
0.00%

Color #BAE7FF in popluar number systems.

HEX BA E7 FF
Decimal 186 231 255
Binary 10111010 11100111 11111111
Octal 272 347 377

Shades and tints

Shades of #BAE7FF

#BAE7FF
(186,231,255)
#AAD2E8
(170,210,232)
#9ABDD1
(154,189,209)
#8AA8BA
(138,168,186)
#7A93A3
(122,147,163)
#6A7E8C
(106,126,140)
#5A6975
(90,105,117)
#4A545E
(74,84,94)
#3A3F47
(58,63,71)
#2A2A30
(42,42,48)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #BAE7FF

#BAE7FF
(186,231,255)
#C0E9FF
(192,233,255)
#C6EBFF
(198,235,255)
#CCEDFF
(204,237,255)
#D2EFFF
(210,239,255)
#D8F1FF
(216,241,255)
#DEF3FF
(222,243,255)
#E4F5FF
(228,245,255)
#EAF7FF
(234,247,255)
#F0F9FF
(240,249,255)
#F6FBFF
(246,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAE7FF color. Also use rgb(186,231,255) instead hex code.

Text Font Color

.myTextColor { color: #BAE7FF; }

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

This text font color is #BAE7FF.

Background Color

.myBgColor { background-color: #BAE7FF; }

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

This div background color is #BAE7FF.

Border color

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

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

This div border color is #BAE7FF.

Opacity

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

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

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

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

This text has shadow with #BAE7FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAE7FF.

Preview

Color preview on black background

This text has color #BAE7FF on black background.


Color preview on white background

This text has color #BAE7FF on white background.


Black color preview on #BAE7FF background

This text has black color on #BAE7FF background.


White color preview on #BAE7FF background

This text has white color on #BAE7FF background.


Related colors

Complementary color

Complementary color for #hex is #451800.


I love getcolorcode.com

Triadic colors

1 #FFBAE7 and #E7FFBA with #BAE7FF are triadic colors.

2 #FFE7BA and #E7BAFF with #BAE7FF are triadic colors.