COLOR #BAEFEB

HEX: #BAEFEB
RGB: (186,239,235)

Color info

#BAEFEB contains red, green and blue colors in about the same proportion. Web safe color of #BAEFEB is #CCFFFF (or #CFF).

RGB color model

#BAEFEB color RGB value is (186,239,235).

  • red value is 186;
  • green value is 239;
  • blue value is 235.
RGB:
(186,239,235)
(73%,94%,92%)

RGB channels and saturation

R 186 of 255 = 73%
G 239 of 255 = 94%
B 235 of 255 = 92%

186
239
235

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

Portions of RGB colors in percentages

R + G + B =
186 + 239 + 235 = 660 (100%)
R 186 of 660 ~ 28.18%
G 239 of 660 ~ 36.21%
B 235 of 660 ~ 35.61%

%28.18
%36.21
%35.61

CMYK color model

#BAEFEB color CMYK value is (22,0,2,6).

  • cyan value is 22.18%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 6.27%
CMYK:
(22,0,2,6)
C22M0Y2K6 
(22%,0%,2%,6%)
(0.22/0.00/0.02/0.06)	

CMYK percentages

%22.18
%0
%1.67
%6.27

Codes

Color #BAEFEB in popluar color models

BAEFEB
RGB186239235
HSL175°62.35%83.33%
HSB/HSV175°22.18%93.73%
CMYK22.18%0.00%1.67%
6.27%

Color #BAEFEB in popluar number systems.

HEXBAEFEB
Decimal186239235
Binary101110101110111111101011
Octal272357353

Shades and tints

Shades of #BAEFEB

#BAEFEB
(186,239,235)
#AADAD6
(170,218,214)
#9AC5C1
(154,197,193)
#8AB0AC
(138,176,172)
#7A9B97
(122,155,151)
#6A8682
(106,134,130)
#5A716D
(90,113,109)
#4A5C58
(74,92,88)
#3A4743
(58,71,67)
#2A322E
(42,50,46)
#1A1D19
(26,29,25)
#000000
(0,0,0)

Tints of #BAEFEB

#BAEFEB
(186,239,235)
#C0F0EC
(192,240,236)
#C6F1ED
(198,241,237)
#CCF2EE
(204,242,238)
#D2F3EF
(210,243,239)
#D8F4F0
(216,244,240)
#DEF5F1
(222,245,241)
#E4F6F2
(228,246,242)
#EAF7F3
(234,247,243)
#F0F8F4
(240,248,244)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAEFEB; }

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

This text font color is #BAEFEB.


Background Color

.myBgColor { background-color: #BAEFEB; }

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

This div background color is #BAEFEB.


Border color

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

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

This div border color is #BAEFEB.


Opacity

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

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

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

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

This text has shadow with #BAEFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEFEB on black background.


Color preview on white background

This text has color #BAEFEB on white background.



Black color preview on #BAEFEB background

This text has black color on #BAEFEB background.


White color preview on #BAEFEB background

This text has white color on #BAEFEB background.