COLOR #BAB2E5

HEX: #BAB2E5 RGB: (186,178,229)

Color info

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

RGB color model

#BAB2E5 color RGB value is (186,178,229).

RGB: (186,178,229) (73%, 70%, 90%)

RGB channels and saturation

R 186 of 255 = 73%
G 178 of 255 = 70%
B 229 of 255 = 90%

186
178
229

R + G + B ~ 78%. #BAB2E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 178 + 229 = 593 (100%)
R 186 of 593 ~ 31.37%
G 178 of 593 ~ 30.02%
B 229 of 593 ~ 38.62'%

%31.37
%30.02
%38.62

CMYK color model

#BAB2E5 color CMYK value is (19,22,0,10).

  • cyan value is 18.78%
  • magenta value is 22.27%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (19,22,0,10) C19M22Y0K10 (19%,22%,0%,10%) (0.19/0.22/0.00/0.10) 

CMYK percentages

%18.78
%22.27
%0
%10.2

Codes

Color #BAB2E5 in popluar color models

BA B2 E5
RGB 186 178 229
HSL 249° 49.51% 79.80%
HSB/HSV 249° 22.27% 89.80%
CMYK 18.78% 22.27% 0.00%
10.20%

Color #BAB2E5 in popluar number systems.

HEX BA B2 E5
Decimal 186 178 229
Binary 10111010 10110010 11100101
Octal 272 262 345

Shades and tints

Shades of #BAB2E5

#BAB2E5
(186,178,229)
#AAA2D1
(170,162,209)
#9A92BD
(154,146,189)
#8A82A9
(138,130,169)
#7A7295
(122,114,149)
#6A6281
(106,98,129)
#5A526D
(90,82,109)
#4A4259
(74,66,89)
#3A3245
(58,50,69)
#2A2231
(42,34,49)
#1A121D
(26,18,29)
#000000
(0,0,0)

Tints of #BAB2E5

#BAB2E5
(186,178,229)
#C0B9E7
(192,185,231)
#C6C0E9
(198,192,233)
#CCC7EB
(204,199,235)
#D2CEED
(210,206,237)
#D8D5EF
(216,213,239)
#DEDCF1
(222,220,241)
#E4E3F3
(228,227,243)
#EAEAF5
(234,234,245)
#F0F1F7
(240,241,247)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB2E5; }

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

This text font color is #BAB2E5.

Background Color

.myBgColor { background-color: #BAB2E5; }

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

This div background color is #BAB2E5.

Border color

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

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

This div border color is #BAB2E5.

Opacity

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

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

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

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

This text has shadow with #BAB2E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB2E5.

Preview

Color preview on black background

This text has color #BAB2E5 on black background.


Color preview on white background

This text has color #BAB2E5 on white background.


Black color preview on #BAB2E5 background

This text has black color on #BAB2E5 background.


White color preview on #BAB2E5 background

This text has white color on #BAB2E5 background.


Related colors

Complementary color

Complementary color for #hex is #454D1A.


I love getcolorcode.com

Triadic colors

1 #E5BAB2 and #B2E5BA with #BAB2E5 are triadic colors.

2 #E5B2BA and #B2BAE5 with #BAB2E5 are triadic colors.