COLOR #BAA6DB

HEX: #BAA6DB RGB: (186,166,219)

Color info

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

RGB color model

#BAA6DB color RGB value is (186,166,219).

RGB: (186,166,219) (73%, 65%, 86%)

RGB channels and saturation

R 186 of 255 = 73%
G 166 of 255 = 65%
B 219 of 255 = 86%

186
166
219

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

Portions of RGB colors in percentages

R + G + B = 186 + 166 + 219 = 571 (100%)
R 186 of 571 ~ 32.57%
G 166 of 571 ~ 29.07%
B 219 of 571 ~ 38.35'%

%32.57
%29.07
%38.35

CMYK color model

#BAA6DB color CMYK value is (15,24,0,14).

  • cyan value is 15.07%
  • magenta value is 24.20%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (15,24,0,14)
C15M24Y0K14 (15%, 24%, 0%, 14%)
(0.15 / 0.24 / 0.00 / 0.14)

CMYK percentages

%15.07
%24.2
%0
%14.12

Codes

Color #BAA6DB in popluar color models

BA A6 DB
RGB 186 166 219
HSL 263° 42.40% 75.49%
HSB/HSV 263° 24.20% 85.88%
CMYK 15.07% 24.20% 0.00%
14.12%

Color #BAA6DB in popluar number systems.

HEX BA A6 DB
Decimal 186 166 219
Binary 10111010 10100110 11011011
Octal 272 246 333

Shades and tints

Shades of #BAA6DB

#BAA6DB
(186,166,219)
#AA97C8
(170,151,200)
#9A88B5
(154,136,181)
#8A79A2
(138,121,162)
#7A6A8F
(122,106,143)
#6A5B7C
(106,91,124)
#5A4C69
(90,76,105)
#4A3D56
(74,61,86)
#3A2E43
(58,46,67)
#2A1F30
(42,31,48)
#1A101D
(26,16,29)
#000000
(0,0,0)

Tints of #BAA6DB

#BAA6DB
(186,166,219)
#C0AEDE
(192,174,222)
#C6B6E1
(198,182,225)
#CCBEE4
(204,190,228)
#D2C6E7
(210,198,231)
#D8CEEA
(216,206,234)
#DED6ED
(222,214,237)
#E4DEF0
(228,222,240)
#EAE6F3
(234,230,243)
#F0EEF6
(240,238,246)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA6DB; }

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

This text font color is #BAA6DB.

Background Color

.myBgColor { background-color: #BAA6DB; }

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

This div background color is #BAA6DB.

Border color

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

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

This div border color is #BAA6DB.

Opacity

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

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

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

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

This text has shadow with #BAA6DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA6DB.

Preview

Color preview on black background

This text has color #BAA6DB on black background.


Color preview on white background

This text has color #BAA6DB on white background.


Black color preview on #BAA6DB background

This text has black color on #BAA6DB background.


White color preview on #BAA6DB background

This text has white color on #BAA6DB background.


Related colors

Complementary color

Complementary color for #hex is #455924.


I love getcolorcode.com

Triadic colors

1 #DBBAA6 and #A6DBBA with #BAA6DB are triadic colors.

2 #DBA6BA and #A6BADB with #BAA6DB are triadic colors.