COLOR #BAA6D8

HEX: #BAA6D8 RGB: (186,166,216)

Color info

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

RGB color model

#BAA6D8 color RGB value is (186,166,216).

RGB: (186,166,216) (73%, 65%, 85%)

RGB channels and saturation

R 186 of 255 = 73%
G 166 of 255 = 65%
B 216 of 255 = 85%

186
166
216

R + G + B ~ 74%. #BAA6D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 166 + 216 = 568 (100%)
R 186 of 568 ~ 32.75%
G 166 of 568 ~ 29.23%
B 216 of 568 ~ 38.03'%

%32.75
%29.23
%38.03

CMYK color model

#BAA6D8 color CMYK value is (14,23,0,15).

  • cyan value is 13.89%
  • magenta value is 23.15%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (14,23,0,15)
C14M23Y0K15 (14%, 23%, 0%, 15%)
(0.14 / 0.23 / 0.00 / 0.15)

CMYK percentages

%13.89
%23.15
%0
%15.29

Codes

Color #BAA6D8 in popluar color models

BA A6 D8
RGB 186 166 216
HSL 264° 39.06% 74.90%
HSB/HSV 264° 23.15% 84.71%
CMYK 13.89% 23.15% 0.00%
15.29%

Color #BAA6D8 in popluar number systems.

HEX BA A6 D8
Decimal 186 166 216
Binary 10111010 10100110 11011000
Octal 272 246 330

Shades and tints

Shades of #BAA6D8

#BAA6D8
(186,166,216)
#AA97C5
(170,151,197)
#9A88B2
(154,136,178)
#8A799F
(138,121,159)
#7A6A8C
(122,106,140)
#6A5B79
(106,91,121)
#5A4C66
(90,76,102)
#4A3D53
(74,61,83)
#3A2E40
(58,46,64)
#2A1F2D
(42,31,45)
#1A101A
(26,16,26)
#000000
(0,0,0)

Tints of #BAA6D8

#BAA6D8
(186,166,216)
#C0AEDB
(192,174,219)
#C6B6DE
(198,182,222)
#CCBEE1
(204,190,225)
#D2C6E4
(210,198,228)
#D8CEE7
(216,206,231)
#DED6EA
(222,214,234)
#E4DEED
(228,222,237)
#EAE6F0
(234,230,240)
#F0EEF3
(240,238,243)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA6D8 color. Also use rgb(186,166,216) instead hex code.

Text Font Color

.myTextColor { color: #BAA6D8; }

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

This text font color is #BAA6D8.

Background Color

.myBgColor { background-color: #BAA6D8; }

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

This div background color is #BAA6D8.

Border color

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

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

This div border color is #BAA6D8.

Opacity

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

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

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

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

This text has shadow with #BAA6D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA6D8.

Preview

Color preview on black background

This text has color #BAA6D8 on black background.


Color preview on white background

This text has color #BAA6D8 on white background.


Black color preview on #BAA6D8 background

This text has black color on #BAA6D8 background.


White color preview on #BAA6D8 background

This text has white color on #BAA6D8 background.


Related colors

Complementary color

Complementary color for #hex is #455927.


I love getcolorcode.com

Triadic colors

1 #D8BAA6 and #A6D8BA with #BAA6D8 are triadic colors.

2 #D8A6BA and #A6BAD8 with #BAA6D8 are triadic colors.