COLOR #BAADDE

HEX: #BAADDE RGB: (186,173,222)

Color info

#BAADDE contains red, green and blue colors in about the same proportion. Web safe color of #BAADDE is #CC99CC (or #C9C).

RGB color model

#BAADDE color RGB value is (186,173,222).

RGB: (186,173,222) (73%, 68%, 87%)

RGB channels and saturation

R 186 of 255 = 73%
G 173 of 255 = 68%
B 222 of 255 = 87%

186
173
222

R + G + B ~ 76%. #BAADDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 173 + 222 = 581 (100%)
R 186 of 581 ~ 32.01%
G 173 of 581 ~ 29.78%
B 222 of 581 ~ 38.21'%

%32.01
%29.78
%38.21

CMYK color model

#BAADDE color CMYK value is (16,22,0,13).

  • cyan value is 16.22%
  • magenta value is 22.07%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (16,22,0,13)
C16M22Y0K13 (16%, 22%, 0%, 13%)
(0.16 / 0.22 / 0.00 / 0.13)

CMYK percentages

%16.22
%22.07
%0
%12.94

Codes

Color #BAADDE in popluar color models

BA AD DE
RGB 186 173 222
HSL 256° 42.61% 77.45%
HSB/HSV 256° 22.07% 87.06%
CMYK 16.22% 22.07% 0.00%
12.94%

Color #BAADDE in popluar number systems.

HEX BA AD DE
Decimal 186 173 222
Binary 10111010 10101101 11011110
Octal 272 255 336

Shades and tints

Shades of #BAADDE

#BAADDE
(186,173,222)
#AA9ECA
(170,158,202)
#9A8FB6
(154,143,182)
#8A80A2
(138,128,162)
#7A718E
(122,113,142)
#6A627A
(106,98,122)
#5A5366
(90,83,102)
#4A4452
(74,68,82)
#3A353E
(58,53,62)
#2A262A
(42,38,42)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #BAADDE

#BAADDE
(186,173,222)
#C0B4E1
(192,180,225)
#C6BBE4
(198,187,228)
#CCC2E7
(204,194,231)
#D2C9EA
(210,201,234)
#D8D0ED
(216,208,237)
#DED7F0
(222,215,240)
#E4DEF3
(228,222,243)
#EAE5F6
(234,229,246)
#F0ECF9
(240,236,249)
#F6F3FC
(246,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAADDE color. Also use rgb(186,173,222) instead hex code.

Text Font Color

.myTextColor { color: #BAADDE; }

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

This text font color is #BAADDE.

Background Color

.myBgColor { background-color: #BAADDE; }

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

This div background color is #BAADDE.

Border color

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

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

This div border color is #BAADDE.

Opacity

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

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

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

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

This text has shadow with #BAADDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAADDE.

Preview

Color preview on black background

This text has color #BAADDE on black background.


Color preview on white background

This text has color #BAADDE on white background.


Black color preview on #BAADDE background

This text has black color on #BAADDE background.


White color preview on #BAADDE background

This text has white color on #BAADDE background.


Related colors

Complementary color

Complementary color for #hex is #455221.


I love getcolorcode.com

Triadic colors

1 #DEBAAD and #ADDEBA with #BAADDE are triadic colors.

2 #DEADBA and #ADBADE with #BAADDE are triadic colors.