COLOR #BAD5E6

HEX: #BAD5E6 RGB: (186,213,230)

Color info

#BAD5E6 contains red, green and blue colors in about the same proportion. Web safe color of #BAD5E6 is #CCCCCC (or #CCC).

RGB color model

#BAD5E6 color RGB value is (186,213,230).

RGB: (186,213,230) (73%, 84%, 90%)

RGB channels and saturation

R 186 of 255 = 73%
G 213 of 255 = 84%
B 230 of 255 = 90%

186
213
230

R + G + B ~ 82%. #BAD5E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 213 + 230 = 629 (100%)
R 186 of 629 ~ 29.57%
G 213 of 629 ~ 33.86%
B 230 of 629 ~ 36.57'%

%29.57
%33.86
%36.57

CMYK color model

#BAD5E6 color CMYK value is (19,7,0,10).

  • cyan value is 19.13%
  • magenta value is 7.39%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (19,7,0,10)
C19M7Y0K10 (19%, 7%, 0%, 10%)
(0.19 / 0.07 / 0.00 / 0.10)

CMYK percentages

%19.13
%7.39
%0
%9.8

Codes

Color #BAD5E6 in popluar color models

BA D5 E6
RGB 186 213 230
HSL 203° 46.81% 81.57%
HSB/HSV 203° 19.13% 90.20%
CMYK 19.13% 7.39% 0.00%
9.80%

Color #BAD5E6 in popluar number systems.

HEX BA D5 E6
Decimal 186 213 230
Binary 10111010 11010101 11100110
Octal 272 325 346

Shades and tints

Shades of #BAD5E6

#BAD5E6
(186,213,230)
#AAC2D2
(170,194,210)
#9AAFBE
(154,175,190)
#8A9CAA
(138,156,170)
#7A8996
(122,137,150)
#6A7682
(106,118,130)
#5A636E
(90,99,110)
#4A505A
(74,80,90)
#3A3D46
(58,61,70)
#2A2A32
(42,42,50)
#1A171E
(26,23,30)
#000000
(0,0,0)

Tints of #BAD5E6

#BAD5E6
(186,213,230)
#C0D8E8
(192,216,232)
#C6DBEA
(198,219,234)
#CCDEEC
(204,222,236)
#D2E1EE
(210,225,238)
#D8E4F0
(216,228,240)
#DEE7F2
(222,231,242)
#E4EAF4
(228,234,244)
#EAEDF6
(234,237,246)
#F0F0F8
(240,240,248)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD5E6 color. Also use rgb(186,213,230) instead hex code.

Text Font Color

.myTextColor { color: #BAD5E6; }

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

This text font color is #BAD5E6.

Background Color

.myBgColor { background-color: #BAD5E6; }

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

This div background color is #BAD5E6.

Border color

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

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

This div border color is #BAD5E6.

Opacity

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

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

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

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

This text has shadow with #BAD5E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD5E6.

Preview

Color preview on black background

This text has color #BAD5E6 on black background.


Color preview on white background

This text has color #BAD5E6 on white background.


Black color preview on #BAD5E6 background

This text has black color on #BAD5E6 background.


White color preview on #BAD5E6 background

This text has white color on #BAD5E6 background.


Related colors

Complementary color

Complementary color for #hex is #452A19.


I love getcolorcode.com

Triadic colors

1 #E6BAD5 and #D5E6BA with #BAD5E6 are triadic colors.

2 #E6D5BA and #D5BAE6 with #BAD5E6 are triadic colors.