COLOR #BAAFE2

HEX: #BAAFE2 RGB: (186,175,226)

Color info

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

RGB color model

#BAAFE2 color RGB value is (186,175,226).

RGB: (186,175,226) (73%, 69%, 89%)

RGB channels and saturation

R 186 of 255 = 73%
G 175 of 255 = 69%
B 226 of 255 = 89%

186
175
226

R + G + B ~ 77%. #BAAFE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 175 + 226 = 587 (100%)
R 186 of 587 ~ 31.69%
G 175 of 587 ~ 29.81%
B 226 of 587 ~ 38.5'%

%31.69
%29.81
%38.5

CMYK color model

#BAAFE2 color CMYK value is (18,23,0,11).

  • cyan value is 17.70%
  • magenta value is 22.57%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (18,23,0,11)
C18M23Y0K11 (18%, 23%, 0%, 11%)
(0.18 / 0.23 / 0.00 / 0.11)

CMYK percentages

%17.7
%22.57
%0
%11.37

Codes

Color #BAAFE2 in popluar color models

BA AF E2
RGB 186 175 226
HSL 253° 46.79% 78.63%
HSB/HSV 253° 22.57% 88.63%
CMYK 17.70% 22.57% 0.00%
11.37%

Color #BAAFE2 in popluar number systems.

HEX BA AF E2
Decimal 186 175 226
Binary 10111010 10101111 11100010
Octal 272 257 342

Shades and tints

Shades of #BAAFE2

#BAAFE2
(186,175,226)
#AAA0CE
(170,160,206)
#9A91BA
(154,145,186)
#8A82A6
(138,130,166)
#7A7392
(122,115,146)
#6A647E
(106,100,126)
#5A556A
(90,85,106)
#4A4656
(74,70,86)
#3A3742
(58,55,66)
#2A282E
(42,40,46)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #BAAFE2

#BAAFE2
(186,175,226)
#C0B6E4
(192,182,228)
#C6BDE6
(198,189,230)
#CCC4E8
(204,196,232)
#D2CBEA
(210,203,234)
#D8D2EC
(216,210,236)
#DED9EE
(222,217,238)
#E4E0F0
(228,224,240)
#EAE7F2
(234,231,242)
#F0EEF4
(240,238,244)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAFE2; }

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

This text font color is #BAAFE2.

Background Color

.myBgColor { background-color: #BAAFE2; }

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

This div background color is #BAAFE2.

Border color

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

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

This div border color is #BAAFE2.

Opacity

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

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

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

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

This text has shadow with #BAAFE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAAFE2.

Preview

Color preview on black background

This text has color #BAAFE2 on black background.


Color preview on white background

This text has color #BAAFE2 on white background.


Black color preview on #BAAFE2 background

This text has black color on #BAAFE2 background.


White color preview on #BAAFE2 background

This text has white color on #BAAFE2 background.


Related colors

Complementary color

Complementary color for #hex is #45501D.


I love getcolorcode.com

Triadic colors

1 #E2BAAF and #AFE2BA with #BAAFE2 are triadic colors.

2 #E2AFBA and #AFBAE2 with #BAAFE2 are triadic colors.