COLOR #BAD9F2

HEX: #BAD9F2 RGB: (186,217,242)

Color info

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

RGB color model

#BAD9F2 color RGB value is (186,217,242).

RGB: (186,217,242) (73%, 85%, 95%)

RGB channels and saturation

R 186 of 255 = 73%
G 217 of 255 = 85%
B 242 of 255 = 95%

186
217
242

R + G + B ~ 84%. #BAD9F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 217 + 242 = 645 (100%)
R 186 of 645 ~ 28.84%
G 217 of 645 ~ 33.64%
B 242 of 645 ~ 37.52'%

%28.84
%33.64
%37.52

CMYK color model

#BAD9F2 color CMYK value is (23,10,0,5).

  • cyan value is 23.14%
  • magenta value is 10.33%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (23,10,0,5)
C23M10Y0K5 (23%, 10%, 0%, 5%)
(0.23 / 0.10 / 0.00 / 0.05)

CMYK percentages

%23.14
%10.33
%0
%5.1

Codes

Color #BAD9F2 in popluar color models

BA D9 F2
RGB 186 217 242
HSL 207° 68.29% 83.92%
HSB/HSV 207° 23.14% 94.90%
CMYK 23.14% 10.33% 0.00%
5.10%

Color #BAD9F2 in popluar number systems.

HEX BA D9 F2
Decimal 186 217 242
Binary 10111010 11011001 11110010
Octal 272 331 362

Shades and tints

Shades of #BAD9F2

#BAD9F2
(186,217,242)
#AAC6DC
(170,198,220)
#9AB3C6
(154,179,198)
#8AA0B0
(138,160,176)
#7A8D9A
(122,141,154)
#6A7A84
(106,122,132)
#5A676E
(90,103,110)
#4A5458
(74,84,88)
#3A4142
(58,65,66)
#2A2E2C
(42,46,44)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #BAD9F2

#BAD9F2
(186,217,242)
#C0DCF3
(192,220,243)
#C6DFF4
(198,223,244)
#CCE2F5
(204,226,245)
#D2E5F6
(210,229,246)
#D8E8F7
(216,232,247)
#DEEBF8
(222,235,248)
#E4EEF9
(228,238,249)
#EAF1FA
(234,241,250)
#F0F4FB
(240,244,251)
#F6F7FC
(246,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD9F2 color. Also use rgb(186,217,242) instead hex code.

Text Font Color

.myTextColor { color: #BAD9F2; }

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

This text font color is #BAD9F2.

Background Color

.myBgColor { background-color: #BAD9F2; }

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

This div background color is #BAD9F2.

Border color

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

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

This div border color is #BAD9F2.

Opacity

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

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

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

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

This text has shadow with #BAD9F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD9F2.

Preview

Color preview on black background

This text has color #BAD9F2 on black background.


Color preview on white background

This text has color #BAD9F2 on white background.


Black color preview on #BAD9F2 background

This text has black color on #BAD9F2 background.


White color preview on #BAD9F2 background

This text has white color on #BAD9F2 background.


Related colors

Complementary color

Complementary color for #hex is #45260D.


I love getcolorcode.com

Triadic colors

1 #F2BAD9 and #D9F2BA with #BAD9F2 are triadic colors.

2 #F2D9BA and #D9BAF2 with #BAD9F2 are triadic colors.