COLOR #BABAE1

HEX: #BABAE1 RGB: (186,186,225)

Color info

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

RGB color model

#BABAE1 color RGB value is (186,186,225).

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

RGB channels and saturation

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

186
186
225

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

Portions of RGB colors in percentages

R + G + B = 186 + 186 + 225 = 597 (100%)
R 186 of 597 ~ 31.16%
G 186 of 597 ~ 31.16%
B 225 of 597 ~ 37.69'%

%31.16
%31.16
%37.69

CMYK color model

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

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

CMYK: (17,17,0,12)
C17M17Y0K12 (17%, 17%, 0%, 12%)
(0.17 / 0.17 / 0.00 / 0.12)

CMYK percentages

%17.33
%17.33
%0
%11.76

Codes

Color #BABAE1 in popluar color models

BA BA E1
RGB 186 186 225
HSL 240° 39.39% 80.59%
HSB/HSV 240° 17.33% 88.24%
CMYK 17.33% 17.33% 0.00%
11.76%

Color #BABAE1 in popluar number systems.

HEX BA BA E1
Decimal 186 186 225
Binary 10111010 10111010 11100001
Octal 272 272 341

Shades and tints

Shades of #BABAE1

#BABAE1
(186,186,225)
#AAAACD
(170,170,205)
#9A9AB9
(154,154,185)
#8A8AA5
(138,138,165)
#7A7A91
(122,122,145)
#6A6A7D
(106,106,125)
#5A5A69
(90,90,105)
#4A4A55
(74,74,85)
#3A3A41
(58,58,65)
#2A2A2D
(42,42,45)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #BABAE1

#BABAE1
(186,186,225)
#C0C0E3
(192,192,227)
#C6C6E5
(198,198,229)
#CCCCE7
(204,204,231)
#D2D2E9
(210,210,233)
#D8D8EB
(216,216,235)
#DEDEED
(222,222,237)
#E4E4EF
(228,228,239)
#EAEAF1
(234,234,241)
#F0F0F3
(240,240,243)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABAE1; }

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

This text font color is #BABAE1.

Background Color

.myBgColor { background-color: #BABAE1; }

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

This div background color is #BABAE1.

Border color

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

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

This div border color is #BABAE1.

Opacity

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

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

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

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

This text has shadow with #BABAE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABAE1.

Preview

Color preview on black background

This text has color #BABAE1 on black background.


Color preview on white background

This text has color #BABAE1 on white background.


Black color preview on #BABAE1 background

This text has black color on #BABAE1 background.


White color preview on #BABAE1 background

This text has white color on #BABAE1 background.


Related colors

Complementary color

Complementary color for #hex is #45451E.


I love getcolorcode.com