COLOR #BAAFD2

HEX: #BAAFD2 RGB: (186,175,210)

Color info

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

RGB color model

#BAAFD2 color RGB value is (186,175,210).

RGB: (186,175,210) (73%, 69%, 82%)

RGB channels and saturation

R 186 of 255 = 73%
G 175 of 255 = 69%
B 210 of 255 = 82%

186
175
210

R + G + B ~ 75%. #BAAFD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 175 + 210 = 571 (100%)
R 186 of 571 ~ 32.57%
G 175 of 571 ~ 30.65%
B 210 of 571 ~ 36.78'%

%32.57
%30.65
%36.78

CMYK color model

#BAAFD2 color CMYK value is (11,17,0,18).

  • cyan value is 11.43%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK: (11,17,0,18) C11M17Y0K18 (11%,17%,0%,18%) (0.11/0.17/0.00/0.18) 

CMYK percentages

%11.43
%16.67
%0
%17.65

Codes

Color #BAAFD2 in popluar color models

BA AF D2
RGB 186 175 210
HSL 259° 28.00% 75.49%
HSB/HSV 259° 16.67% 82.35%
CMYK 11.43% 16.67% 0.00%
17.65%

Color #BAAFD2 in popluar number systems.

HEX BA AF D2
Decimal 186 175 210
Binary 10111010 10101111 11010010
Octal 272 257 322

Shades and tints

Shades of #BAAFD2

#BAAFD2
(186,175,210)
#AAA0BF
(170,160,191)
#9A91AC
(154,145,172)
#8A8299
(138,130,153)
#7A7386
(122,115,134)
#6A6473
(106,100,115)
#5A5560
(90,85,96)
#4A464D
(74,70,77)
#3A373A
(58,55,58)
#2A2827
(42,40,39)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #BAAFD2

#BAAFD2
(186,175,210)
#C0B6D6
(192,182,214)
#C6BDDA
(198,189,218)
#CCC4DE
(204,196,222)
#D2CBE2
(210,203,226)
#D8D2E6
(216,210,230)
#DED9EA
(222,217,234)
#E4E0EE
(228,224,238)
#EAE7F2
(234,231,242)
#F0EEF6
(240,238,246)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAAFD2 color. Also use rgb(186,175,210) instead hex code.

Text Font Color

.myTextColor { color: #BAAFD2; }

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

This text font color is #BAAFD2.

Background Color

.myBgColor { background-color: #BAAFD2; }

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

This div background color is #BAAFD2.

Border color

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

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

This div border color is #BAAFD2.

Opacity

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

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

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

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

This text has shadow with #BAAFD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAAFD2.

Preview

Color preview on black background

This text has color #BAAFD2 on black background.


Color preview on white background

This text has color #BAAFD2 on white background.


Black color preview on #BAAFD2 background

This text has black color on #BAAFD2 background.


White color preview on #BAAFD2 background

This text has white color on #BAAFD2 background.


Related colors

Complementary color

Complementary color for #hex is #45502D.


I love getcolorcode.com

Triadic colors

1 #D2BAAF and #AFD2BA with #BAAFD2 are triadic colors.

2 #D2AFBA and #AFBAD2 with #BAAFD2 are triadic colors.