COLOR #BAB1E5

HEX: #BAB1E5 RGB: (186,177,229)

Color info

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

RGB color model

#BAB1E5 color RGB value is (186,177,229).

RGB: (186,177,229) (73%, 69%, 90%)

RGB channels and saturation

R 186 of 255 = 73%
G 177 of 255 = 69%
B 229 of 255 = 90%

186
177
229

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

Portions of RGB colors in percentages

R + G + B = 186 + 177 + 229 = 592 (100%)
R 186 of 592 ~ 31.42%
G 177 of 592 ~ 29.9%
B 229 of 592 ~ 38.68'%

%31.42
%29.9
%38.68

CMYK color model

#BAB1E5 color CMYK value is (19,23,0,10).

  • cyan value is 18.78%
  • magenta value is 22.71%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (19,23,0,10)
C19M23Y0K10 (19%, 23%, 0%, 10%)
(0.19 / 0.23 / 0.00 / 0.10)

CMYK percentages

%18.78
%22.71
%0
%10.2

Codes

Color #BAB1E5 in popluar color models

BA B1 E5
RGB 186 177 229
HSL 250° 50.00% 79.61%
HSB/HSV 250° 22.71% 89.80%
CMYK 18.78% 22.71% 0.00%
10.20%

Color #BAB1E5 in popluar number systems.

HEX BA B1 E5
Decimal 186 177 229
Binary 10111010 10110001 11100101
Octal 272 261 345

Shades and tints

Shades of #BAB1E5

#BAB1E5
(186,177,229)
#AAA1D1
(170,161,209)
#9A91BD
(154,145,189)
#8A81A9
(138,129,169)
#7A7195
(122,113,149)
#6A6181
(106,97,129)
#5A516D
(90,81,109)
#4A4159
(74,65,89)
#3A3145
(58,49,69)
#2A2131
(42,33,49)
#1A111D
(26,17,29)
#000000
(0,0,0)

Tints of #BAB1E5

#BAB1E5
(186,177,229)
#C0B8E7
(192,184,231)
#C6BFE9
(198,191,233)
#CCC6EB
(204,198,235)
#D2CDED
(210,205,237)
#D8D4EF
(216,212,239)
#DEDBF1
(222,219,241)
#E4E2F3
(228,226,243)
#EAE9F5
(234,233,245)
#F0F0F7
(240,240,247)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB1E5; }

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

This text font color is #BAB1E5.

Background Color

.myBgColor { background-color: #BAB1E5; }

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

This div background color is #BAB1E5.

Border color

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

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

This div border color is #BAB1E5.

Opacity

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

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

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

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

This text has shadow with #BAB1E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB1E5.

Preview

Color preview on black background

This text has color #BAB1E5 on black background.


Color preview on white background

This text has color #BAB1E5 on white background.


Black color preview on #BAB1E5 background

This text has black color on #BAB1E5 background.


White color preview on #BAB1E5 background

This text has white color on #BAB1E5 background.


Related colors

Complementary color

Complementary color for #hex is #454E1A.


I love getcolorcode.com

Triadic colors

1 #E5BAB1 and #B1E5BA with #BAB1E5 are triadic colors.

2 #E5B1BA and #B1BAE5 with #BAB1E5 are triadic colors.