COLOR #BAB4E1

HEX: #BAB4E1 RGB: (186,180,225)

Color info

#BAB4E1 contains red, green and blue colors in about the same proportion. Web safe color of #BAB4E1 is #CCCCCC (or #CCC).

RGB color model

#BAB4E1 color RGB value is (186,180,225).

RGB: (186,180,225) (73%, 71%, 88%)

RGB channels and saturation

R 186 of 255 = 73%
G 180 of 255 = 71%
B 225 of 255 = 88%

186
180
225

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

Portions of RGB colors in percentages

R + G + B = 186 + 180 + 225 = 591 (100%)
R 186 of 591 ~ 31.47%
G 180 of 591 ~ 30.46%
B 225 of 591 ~ 38.07'%

%31.47
%30.46
%38.07

CMYK color model

#BAB4E1 color CMYK value is (17,20,0,12).

  • cyan value is 17.33%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (17,20,0,12)
C17M20Y0K12 (17%, 20%, 0%, 12%)
(0.17 / 0.20 / 0.00 / 0.12)

CMYK percentages

%17.33
%20
%0
%11.76

Codes

Color #BAB4E1 in popluar color models

BA B4 E1
RGB 186 180 225
HSL 248° 42.86% 79.41%
HSB/HSV 248° 20.00% 88.24%
CMYK 17.33% 20.00% 0.00%
11.76%

Color #BAB4E1 in popluar number systems.

HEX BA B4 E1
Decimal 186 180 225
Binary 10111010 10110100 11100001
Octal 272 264 341

Shades and tints

Shades of #BAB4E1

#BAB4E1
(186,180,225)
#AAA4CD
(170,164,205)
#9A94B9
(154,148,185)
#8A84A5
(138,132,165)
#7A7491
(122,116,145)
#6A647D
(106,100,125)
#5A5469
(90,84,105)
#4A4455
(74,68,85)
#3A3441
(58,52,65)
#2A242D
(42,36,45)
#1A1419
(26,20,25)
#000000
(0,0,0)

Tints of #BAB4E1

#BAB4E1
(186,180,225)
#C0BAE3
(192,186,227)
#C6C0E5
(198,192,229)
#CCC6E7
(204,198,231)
#D2CCE9
(210,204,233)
#D8D2EB
(216,210,235)
#DED8ED
(222,216,237)
#E4DEEF
(228,222,239)
#EAE4F1
(234,228,241)
#F0EAF3
(240,234,243)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB4E1 color. Also use rgb(186,180,225) instead hex code.

Text Font Color

.myTextColor { color: #BAB4E1; }

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

This text font color is #BAB4E1.

Background Color

.myBgColor { background-color: #BAB4E1; }

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

This div background color is #BAB4E1.

Border color

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

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

This div border color is #BAB4E1.

Opacity

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

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

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

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

This text has shadow with #BAB4E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB4E1.

Preview

Color preview on black background

This text has color #BAB4E1 on black background.


Color preview on white background

This text has color #BAB4E1 on white background.


Black color preview on #BAB4E1 background

This text has black color on #BAB4E1 background.


White color preview on #BAB4E1 background

This text has white color on #BAB4E1 background.


Related colors

Complementary color

Complementary color for #hex is #454B1E.


I love getcolorcode.com

Triadic colors

1 #E1BAB4 and #B4E1BA with #BAB4E1 are triadic colors.

2 #E1B4BA and #B4BAE1 with #BAB4E1 are triadic colors.