COLOR #BAACEE

HEX: #BAACEE RGB: (186,172,238)

Color info

#BAACEE contains mainly red and blue colors. Web safe color of #BAACEE is #CC99FF (or #C9F).

RGB color model

#BAACEE color RGB value is (186,172,238).

RGB: (186,172,238) (73%, 67%, 93%)

RGB channels and saturation

R 186 of 255 = 73%
G 172 of 255 = 67%
B 238 of 255 = 93%

186
172
238

R + G + B ~ 78%. #BAACEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 172 + 238 = 596 (100%)
R 186 of 596 ~ 31.21%
G 172 of 596 ~ 28.86%
B 238 of 596 ~ 39.93'%

%31.21
%28.86
%39.93

CMYK color model

#BAACEE color CMYK value is (22,28,0,7).

  • cyan value is 21.85%
  • magenta value is 27.73%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (22,28,0,7)
C22M28Y0K7 (22%, 28%, 0%, 7%)
(0.22 / 0.28 / 0.00 / 0.07)

CMYK percentages

%21.85
%27.73
%0
%6.67

Codes

Color #BAACEE in popluar color models

BA AC EE
RGB 186 172 238
HSL 253° 66.00% 80.39%
HSB/HSV 253° 27.73% 93.33%
CMYK 21.85% 27.73% 0.00%
6.67%

Color #BAACEE in popluar number systems.

HEX BA AC EE
Decimal 186 172 238
Binary 10111010 10101100 11101110
Octal 272 254 356

Shades and tints

Shades of #BAACEE

#BAACEE
(186,172,238)
#AA9DD9
(170,157,217)
#9A8EC4
(154,142,196)
#8A7FAF
(138,127,175)
#7A709A
(122,112,154)
#6A6185
(106,97,133)
#5A5270
(90,82,112)
#4A435B
(74,67,91)
#3A3446
(58,52,70)
#2A2531
(42,37,49)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #BAACEE

#BAACEE
(186,172,238)
#C0B3EF
(192,179,239)
#C6BAF0
(198,186,240)
#CCC1F1
(204,193,241)
#D2C8F2
(210,200,242)
#D8CFF3
(216,207,243)
#DED6F4
(222,214,244)
#E4DDF5
(228,221,245)
#EAE4F6
(234,228,246)
#F0EBF7
(240,235,247)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAACEE color. Also use rgb(186,172,238) instead hex code.

Text Font Color

.myTextColor { color: #BAACEE; }

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

This text font color is #BAACEE.

Background Color

.myBgColor { background-color: #BAACEE; }

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

This div background color is #BAACEE.

Border color

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

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

This div border color is #BAACEE.

Opacity

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

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

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

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

This text has shadow with #BAACEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAACEE.

Preview

Color preview on black background

This text has color #BAACEE on black background.


Color preview on white background

This text has color #BAACEE on white background.


Black color preview on #BAACEE background

This text has black color on #BAACEE background.


White color preview on #BAACEE background

This text has white color on #BAACEE background.


Related colors

Complementary color

Complementary color for #hex is #455311.


I love getcolorcode.com

Triadic colors

1 #EEBAAC and #ACEEBA with #BAACEE are triadic colors.

2 #EEACBA and #ACBAEE with #BAACEE are triadic colors.