COLOR #BAD5EC

HEX: #BAD5EC RGB: (186,213,236)

Color info

#BAD5EC contains red, green and blue colors in about the same proportion. Web safe color of #BAD5EC is #CCCCFF (or #CCF).

RGB color model

#BAD5EC color RGB value is (186,213,236).

RGB: (186,213,236) (73%, 84%, 93%)

RGB channels and saturation

R 186 of 255 = 73%
G 213 of 255 = 84%
B 236 of 255 = 93%

186
213
236

R + G + B ~ 83%. #BAD5EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 213 + 236 = 635 (100%)
R 186 of 635 ~ 29.29%
G 213 of 635 ~ 33.54%
B 236 of 635 ~ 37.17'%

%29.29
%33.54
%37.17

CMYK color model

#BAD5EC color CMYK value is (21,10,0,7).

  • cyan value is 21.19%
  • magenta value is 9.75%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (21,10,0,7)
C21M10Y0K7 (21%, 10%, 0%, 7%)
(0.21 / 0.10 / 0.00 / 0.07)

CMYK percentages

%21.19
%9.75
%0
%7.45

Codes

Color #BAD5EC in popluar color models

BA D5 EC
RGB 186 213 236
HSL 208° 56.82% 82.75%
HSB/HSV 208° 21.19% 92.55%
CMYK 21.19% 9.75% 0.00%
7.45%

Color #BAD5EC in popluar number systems.

HEX BA D5 EC
Decimal 186 213 236
Binary 10111010 11010101 11101100
Octal 272 325 354

Shades and tints

Shades of #BAD5EC

#BAD5EC
(186,213,236)
#AAC2D7
(170,194,215)
#9AAFC2
(154,175,194)
#8A9CAD
(138,156,173)
#7A8998
(122,137,152)
#6A7683
(106,118,131)
#5A636E
(90,99,110)
#4A5059
(74,80,89)
#3A3D44
(58,61,68)
#2A2A2F
(42,42,47)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #BAD5EC

#BAD5EC
(186,213,236)
#C0D8ED
(192,216,237)
#C6DBEE
(198,219,238)
#CCDEEF
(204,222,239)
#D2E1F0
(210,225,240)
#D8E4F1
(216,228,241)
#DEE7F2
(222,231,242)
#E4EAF3
(228,234,243)
#EAEDF4
(234,237,244)
#F0F0F5
(240,240,245)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD5EC; }

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

This text font color is #BAD5EC.

Background Color

.myBgColor { background-color: #BAD5EC; }

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

This div background color is #BAD5EC.

Border color

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

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

This div border color is #BAD5EC.

Opacity

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

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

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

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

This text has shadow with #BAD5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD5EC.

Preview

Color preview on black background

This text has color #BAD5EC on black background.


Color preview on white background

This text has color #BAD5EC on white background.


Black color preview on #BAD5EC background

This text has black color on #BAD5EC background.


White color preview on #BAD5EC background

This text has white color on #BAD5EC background.


Related colors

Complementary color

Complementary color for #hex is #452A13.


I love getcolorcode.com

Triadic colors

1 #ECBAD5 and #D5ECBA with #BAD5EC are triadic colors.

2 #ECD5BA and #D5BAEC with #BAD5EC are triadic colors.