COLOR #BAB1E2

HEX: #BAB1E2 RGB: (186,177,226)

Color info

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

RGB color model

#BAB1E2 color RGB value is (186,177,226).

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

RGB channels and saturation

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

186
177
226

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

Portions of RGB colors in percentages

R + G + B = 186 + 177 + 226 = 589 (100%)
R 186 of 589 ~ 31.58%
G 177 of 589 ~ 30.05%
B 226 of 589 ~ 38.37'%

%31.58
%30.05
%38.37

CMYK color model

#BAB1E2 color CMYK value is (18,22,0,11).

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

CMYK: (18,22,0,11)
C18M22Y0K11 (18%, 22%, 0%, 11%)
(0.18 / 0.22 / 0.00 / 0.11)

CMYK percentages

%17.7
%21.68
%0
%11.37

Codes

Color #BAB1E2 in popluar color models

BA B1 E2
RGB 186 177 226
HSL 251° 45.79% 79.02%
HSB/HSV 251° 21.68% 88.63%
CMYK 17.70% 21.68% 0.00%
11.37%

Color #BAB1E2 in popluar number systems.

HEX BA B1 E2
Decimal 186 177 226
Binary 10111010 10110001 11100010
Octal 272 261 342

Shades and tints

Shades of #BAB1E2

#BAB1E2
(186,177,226)
#AAA1CE
(170,161,206)
#9A91BA
(154,145,186)
#8A81A6
(138,129,166)
#7A7192
(122,113,146)
#6A617E
(106,97,126)
#5A516A
(90,81,106)
#4A4156
(74,65,86)
#3A3142
(58,49,66)
#2A212E
(42,33,46)
#1A111A
(26,17,26)
#000000
(0,0,0)

Tints of #BAB1E2

#BAB1E2
(186,177,226)
#C0B8E4
(192,184,228)
#C6BFE6
(198,191,230)
#CCC6E8
(204,198,232)
#D2CDEA
(210,205,234)
#D8D4EC
(216,212,236)
#DEDBEE
(222,219,238)
#E4E2F0
(228,226,240)
#EAE9F2
(234,233,242)
#F0F0F4
(240,240,244)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB1E2; }

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

This text font color is #BAB1E2.

Background Color

.myBgColor { background-color: #BAB1E2; }

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

This div background color is #BAB1E2.

Border color

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

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

This div border color is #BAB1E2.

Opacity

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

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

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

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

This text has shadow with #BAB1E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB1E2.

Preview

Color preview on black background

This text has color #BAB1E2 on black background.


Color preview on white background

This text has color #BAB1E2 on white background.


Black color preview on #BAB1E2 background

This text has black color on #BAB1E2 background.


White color preview on #BAB1E2 background

This text has white color on #BAB1E2 background.


Related colors

Complementary color

Complementary color for #hex is #454E1D.


I love getcolorcode.com

Triadic colors

1 #E2BAB1 and #B1E2BA with #BAB1E2 are triadic colors.

2 #E2B1BA and #B1BAE2 with #BAB1E2 are triadic colors.