COLOR #BAEFFE

HEX: #BAEFFE RGB: (186,239,254)

Color info

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

RGB color model

#BAEFFE color RGB value is (186,239,254).

RGB: (186,239,254) (73%, 94%, 100%)

RGB channels and saturation

R 186 of 255 = 73%
G 239 of 255 = 94%
B 254 of 255 = 100%

186
239
254

R + G + B ~ 89%. #BAEFFE is light color.

Portions of RGB colors in percentages

R + G + B = 186 + 239 + 254 = 679 (100%)
R 186 of 679 ~ 27.39%
G 239 of 679 ~ 35.2%
B 254 of 679 ~ 37.41'%

%27.39
%35.2
%37.41

CMYK color model

#BAEFFE color CMYK value is (27,6,0,0).

  • cyan value is 26.77%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (27,6,0,0)
C27M6Y0K0 (27%, 6%, 0%, 0%)
(0.27 / 0.06 / 0.00 / 0.00)

CMYK percentages

%26.77
%5.91
%0
%0.39

Codes

Color #BAEFFE in popluar color models

BA EF FE
RGB 186 239 254
HSL 193° 97.14% 86.27%
HSB/HSV 193° 26.77% 99.61%
CMYK 26.77% 5.91% 0.00%
0.39%

Color #BAEFFE in popluar number systems.

HEX BA EF FE
Decimal 186 239 254
Binary 10111010 11101111 11111110
Octal 272 357 376

Shades and tints

Shades of #BAEFFE

#BAEFFE
(186,239,254)
#AADAE7
(170,218,231)
#9AC5D0
(154,197,208)
#8AB0B9
(138,176,185)
#7A9BA2
(122,155,162)
#6A868B
(106,134,139)
#5A7174
(90,113,116)
#4A5C5D
(74,92,93)
#3A4746
(58,71,70)
#2A322F
(42,50,47)
#1A1D18
(26,29,24)
#000000
(0,0,0)

Tints of #BAEFFE

#BAEFFE
(186,239,254)
#C0F0FE
(192,240,254)
#C6F1FE
(198,241,254)
#CCF2FE
(204,242,254)
#D2F3FE
(210,243,254)
#D8F4FE
(216,244,254)
#DEF5FE
(222,245,254)
#E4F6FE
(228,246,254)
#EAF7FE
(234,247,254)
#F0F8FE
(240,248,254)
#F6F9FE
(246,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAEFFE color. Also use rgb(186,239,254) instead hex code.

Text Font Color

.myTextColor { color: #BAEFFE; }

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

This text font color is #BAEFFE.

Background Color

.myBgColor { background-color: #BAEFFE; }

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

This div background color is #BAEFFE.

Border color

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

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

This div border color is #BAEFFE.

Opacity

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

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

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

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

This text has shadow with #BAEFFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAEFFE.

Preview

Color preview on black background

This text has color #BAEFFE on black background.


Color preview on white background

This text has color #BAEFFE on white background.


Black color preview on #BAEFFE background

This text has black color on #BAEFFE background.


White color preview on #BAEFFE background

This text has white color on #BAEFFE background.


Related colors

Complementary color

Complementary color for #hex is #451001.


I love getcolorcode.com

Triadic colors

1 #FEBAEF and #EFFEBA with #BAEFFE are triadic colors.

2 #FEEFBA and #EFBAFE with #BAEFFE are triadic colors.