COLOR #BAEBFD

HEX: #BAEBFD
RGB: (186,235,253)

Color info

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

RGB color model

#BAEBFD color RGB value is (186,235,253).

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

RGB channels and saturation

R 186 of 255 = 73%
G 235 of 255 = 92%
B 253 of 255 = 99%

186
235
253

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

Portions of RGB colors in percentages

R + G + B =
186 + 235 + 253 = 674 (100%)
R 186 of 674 ~ 27.6%
G 235 of 674 ~ 34.87%
B 253 of 674 ~ 37.54%

%27.6
%34.87
%37.54

CMYK color model

#BAEBFD color CMYK value is (26,7,0,1).

  • cyan value is 26.48%
  • magenta value is 7.11%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(26,7,0,1)
C26M7Y0K1 
(26%,7%,0%,1%)
(0.26/0.07/0.00/0.01)	

CMYK percentages

%26.48
%7.11
%0
%0.78

Codes

Color #BAEBFD in popluar color models

BAEBFD
RGB186235253
HSL196°94.37%86.08%
HSB/HSV196°26.48%99.22%
CMYK26.48%7.11%0.00%
0.78%

Color #BAEBFD in popluar number systems.

HEXBAEBFD
Decimal186235253
Binary101110101110101111111101
Octal272353375

Shades and tints

Shades of #BAEBFD

#BAEBFD
(186,235,253)
#AAD6E6
(170,214,230)
#9AC1CF
(154,193,207)
#8AACB8
(138,172,184)
#7A97A1
(122,151,161)
#6A828A
(106,130,138)
#5A6D73
(90,109,115)
#4A585C
(74,88,92)
#3A4345
(58,67,69)
#2A2E2E
(42,46,46)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #BAEBFD

#BAEBFD
(186,235,253)
#C0ECFD
(192,236,253)
#C6EDFD
(198,237,253)
#CCEEFD
(204,238,253)
#D2EFFD
(210,239,253)
#D8F0FD
(216,240,253)
#DEF1FD
(222,241,253)
#E4F2FD
(228,242,253)
#EAF3FD
(234,243,253)
#F0F4FD
(240,244,253)
#F6F5FD
(246,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAEBFD; }

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

This text font color is #BAEBFD.


Background Color

.myBgColor { background-color: #BAEBFD; }

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

This div background color is #BAEBFD.


Border color

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

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

This div border color is #BAEBFD.


Opacity

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

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

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

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

This text has shadow with #BAEBFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEBFD on black background.


Color preview on white background

This text has color #BAEBFD on white background.



Black color preview on #BAEBFD background

This text has black color on #BAEBFD background.


White color preview on #BAEBFD background

This text has white color on #BAEBFD background.