COLOR #BAAFE4

HEX: #BAAFE4 RGB: (186,175,228)

Color info

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

RGB color model

#BAAFE4 color RGB value is (186,175,228).

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

RGB channels and saturation

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

186
175
228

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

Portions of RGB colors in percentages

R + G + B = 186 + 175 + 228 = 589 (100%)
R 186 of 589 ~ 31.58%
G 175 of 589 ~ 29.71%
B 228 of 589 ~ 38.71'%

%31.58
%29.71
%38.71

CMYK color model

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

  • cyan value is 18.42%
  • magenta value is 23.25%
  • yellow value is 0.00%
  • key color value is 10.59%

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

CMYK percentages

%18.42
%23.25
%0
%10.59

Codes

Color #BAAFE4 in popluar color models

BA AF E4
RGB 186 175 228
HSL 252° 49.53% 79.02%
HSB/HSV 252° 23.25% 89.41%
CMYK 18.42% 23.25% 0.00%
10.59%

Color #BAAFE4 in popluar number systems.

HEX BA AF E4
Decimal 186 175 228
Binary 10111010 10101111 11100100
Octal 272 257 344

Shades and tints

Shades of #BAAFE4

#BAAFE4
(186,175,228)
#AAA0D0
(170,160,208)
#9A91BC
(154,145,188)
#8A82A8
(138,130,168)
#7A7394
(122,115,148)
#6A6480
(106,100,128)
#5A556C
(90,85,108)
#4A4658
(74,70,88)
#3A3744
(58,55,68)
#2A2830
(42,40,48)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #BAAFE4

#BAAFE4
(186,175,228)
#C0B6E6
(192,182,230)
#C6BDE8
(198,189,232)
#CCC4EA
(204,196,234)
#D2CBEC
(210,203,236)
#D8D2EE
(216,210,238)
#DED9F0
(222,217,240)
#E4E0F2
(228,224,242)
#EAE7F4
(234,231,244)
#F0EEF6
(240,238,246)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAFE4; }

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

This text font color is #BAAFE4.

Background Color

.myBgColor { background-color: #BAAFE4; }

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

This div background color is #BAAFE4.

Border color

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

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

This div border color is #BAAFE4.

Opacity

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

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

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

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

This text has shadow with #BAAFE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAAFE4.

Preview

Color preview on black background

This text has color #BAAFE4 on black background.


Color preview on white background

This text has color #BAAFE4 on white background.


Black color preview on #BAAFE4 background

This text has black color on #BAAFE4 background.


White color preview on #BAAFE4 background

This text has white color on #BAAFE4 background.


Related colors

Complementary color

Complementary color for #hex is #45501B.


I love getcolorcode.com

Triadic colors

1 #E4BAAF and #AFE4BA with #BAAFE4 are triadic colors.

2 #E4AFBA and #AFBAE4 with #BAAFE4 are triadic colors.