COLOR #BAA6DE

HEX: #BAA6DE
RGB: (186,166,222)

Color info

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

RGB color model

#BAA6DE color RGB value is (186,166,222).

  • red value is 186;
  • green value is 166;
  • blue value is 222.
RGB:
(186,166,222)
(73%,65%,87%)

RGB channels and saturation

R 186 of 255 = 73%
G 166 of 255 = 65%
B 222 of 255 = 87%

186
166
222

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

Portions of RGB colors in percentages

R + G + B =
186 + 166 + 222 = 574 (100%)
R 186 of 574 ~ 32.4%
G 166 of 574 ~ 28.92%
B 222 of 574 ~ 38.68%

%32.4
%28.92
%38.68

CMYK color model

#BAA6DE color CMYK value is (16,25,0,13).

  • cyan value is 16.22%
  • magenta value is 25.23%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(16,25,0,13)
C16M25Y0K13 
(16%,25%,0%,13%)
(0.16/0.25/0.00/0.13)	

CMYK percentages

%16.22
%25.23
%0
%12.94

Codes

Color #BAA6DE in popluar color models

BAA6DE
RGB186166222
HSL261°45.90%76.08%
HSB/HSV261°25.23%87.06%
CMYK16.22%25.23%0.00%
12.94%

Color #BAA6DE in popluar number systems.

HEXBAA6DE
Decimal186166222
Binary101110101010011011011110
Octal272246336

Shades and tints

Shades of #BAA6DE

#BAA6DE
(186,166,222)
#AA97CA
(170,151,202)
#9A88B6
(154,136,182)
#8A79A2
(138,121,162)
#7A6A8E
(122,106,142)
#6A5B7A
(106,91,122)
#5A4C66
(90,76,102)
#4A3D52
(74,61,82)
#3A2E3E
(58,46,62)
#2A1F2A
(42,31,42)
#1A1016
(26,16,22)
#000000
(0,0,0)

Tints of #BAA6DE

#BAA6DE
(186,166,222)
#C0AEE1
(192,174,225)
#C6B6E4
(198,182,228)
#CCBEE7
(204,190,231)
#D2C6EA
(210,198,234)
#D8CEED
(216,206,237)
#DED6F0
(222,214,240)
#E4DEF3
(228,222,243)
#EAE6F6
(234,230,246)
#F0EEF9
(240,238,249)
#F6F6FC
(246,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA6DE; }

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

This text font color is #BAA6DE.


Background Color

.myBgColor { background-color: #BAA6DE; }

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

This div background color is #BAA6DE.


Border color

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

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

This div border color is #BAA6DE.


Opacity

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

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

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

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

This text has shadow with #BAA6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA6DE on black background.


Color preview on white background

This text has color #BAA6DE on white background.



Black color preview on #BAA6DE background

This text has black color on #BAA6DE background.


White color preview on #BAA6DE background

This text has white color on #BAA6DE background.