COLOR #BAD0E4

HEX: #BAD0E4 RGB: (186,208,228)

Color info

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

RGB color model

#BAD0E4 color RGB value is (186,208,228).

RGB: (186,208,228) (73%, 82%, 89%)

RGB channels and saturation

R 186 of 255 = 73%
G 208 of 255 = 82%
B 228 of 255 = 89%

186
208
228

R + G + B ~ 81%. #BAD0E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 208 + 228 = 622 (100%)
R 186 of 622 ~ 29.9%
G 208 of 622 ~ 33.44%
B 228 of 622 ~ 36.66'%

%29.9
%33.44
%36.66

CMYK color model

#BAD0E4 color CMYK value is (18,9,0,11).

  • cyan value is 18.42%
  • magenta value is 8.77%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK: (18,9,0,11) C18M9Y0K11 (18%,9%,0%,11%) (0.18/0.09/0.00/0.11) 

CMYK percentages

%18.42
%8.77
%0
%10.59

Codes

Color #BAD0E4 in popluar color models

BA D0 E4
RGB 186 208 228
HSL 209° 43.75% 81.18%
HSB/HSV 209° 18.42% 89.41%
CMYK 18.42% 8.77% 0.00%
10.59%

Color #BAD0E4 in popluar number systems.

HEX BA D0 E4
Decimal 186 208 228
Binary 10111010 11010000 11100100
Octal 272 320 344

Shades and tints

Shades of #BAD0E4

#BAD0E4
(186,208,228)
#AABED0
(170,190,208)
#9AACBC
(154,172,188)
#8A9AA8
(138,154,168)
#7A8894
(122,136,148)
#6A7680
(106,118,128)
#5A646C
(90,100,108)
#4A5258
(74,82,88)
#3A4044
(58,64,68)
#2A2E30
(42,46,48)
#1A1C1C
(26,28,28)
#000000
(0,0,0)

Tints of #BAD0E4

#BAD0E4
(186,208,228)
#C0D4E6
(192,212,230)
#C6D8E8
(198,216,232)
#CCDCEA
(204,220,234)
#D2E0EC
(210,224,236)
#D8E4EE
(216,228,238)
#DEE8F0
(222,232,240)
#E4ECF2
(228,236,242)
#EAF0F4
(234,240,244)
#F0F4F6
(240,244,246)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD0E4 color. Also use rgb(186,208,228) instead hex code.

Text Font Color

.myTextColor { color: #BAD0E4; }

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

This text font color is #BAD0E4.

Background Color

.myBgColor { background-color: #BAD0E4; }

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

This div background color is #BAD0E4.

Border color

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

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

This div border color is #BAD0E4.

Opacity

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

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

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

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

This text has shadow with #BAD0E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD0E4.

Preview

Color preview on black background

This text has color #BAD0E4 on black background.


Color preview on white background

This text has color #BAD0E4 on white background.


Black color preview on #BAD0E4 background

This text has black color on #BAD0E4 background.


White color preview on #BAD0E4 background

This text has white color on #BAD0E4 background.


Related colors

Complementary color

Complementary color for #hex is #452F1B.


I love getcolorcode.com

Triadic colors

1 #E4BAD0 and #D0E4BA with #BAD0E4 are triadic colors.

2 #E4D0BA and #D0BAE4 with #BAD0E4 are triadic colors.