COLOR #BAB4E6

HEX: #BAB4E6 RGB: (186,180,230)

Color info

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

RGB color model

#BAB4E6 color RGB value is (186,180,230).

RGB: (186,180,230) (73%, 71%, 90%)

RGB channels and saturation

R 186 of 255 = 73%
G 180 of 255 = 71%
B 230 of 255 = 90%

186
180
230

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

Portions of RGB colors in percentages

R + G + B = 186 + 180 + 230 = 596 (100%)
R 186 of 596 ~ 31.21%
G 180 of 596 ~ 30.2%
B 230 of 596 ~ 38.59'%

%31.21
%30.2
%38.59

CMYK color model

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

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

CMYK percentages

%19.13
%21.74
%0
%9.8

Codes

Color #BAB4E6 in popluar color models

BA B4 E6
RGB 186 180 230
HSL 247° 50.00% 80.39%
HSB/HSV 247° 21.74% 90.20%
CMYK 19.13% 21.74% 0.00%
9.80%

Color #BAB4E6 in popluar number systems.

HEX BA B4 E6
Decimal 186 180 230
Binary 10111010 10110100 11100110
Octal 272 264 346

Shades and tints

Shades of #BAB4E6

#BAB4E6
(186,180,230)
#AAA4D2
(170,164,210)
#9A94BE
(154,148,190)
#8A84AA
(138,132,170)
#7A7496
(122,116,150)
#6A6482
(106,100,130)
#5A546E
(90,84,110)
#4A445A
(74,68,90)
#3A3446
(58,52,70)
#2A2432
(42,36,50)
#1A141E
(26,20,30)
#000000
(0,0,0)

Tints of #BAB4E6

#BAB4E6
(186,180,230)
#C0BAE8
(192,186,232)
#C6C0EA
(198,192,234)
#CCC6EC
(204,198,236)
#D2CCEE
(210,204,238)
#D8D2F0
(216,210,240)
#DED8F2
(222,216,242)
#E4DEF4
(228,222,244)
#EAE4F6
(234,228,246)
#F0EAF8
(240,234,248)
#F6F0FA
(246,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB4E6; }

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

This text font color is #BAB4E6.

Background Color

.myBgColor { background-color: #BAB4E6; }

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

This div background color is #BAB4E6.

Border color

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

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

This div border color is #BAB4E6.

Opacity

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

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

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

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

This text has shadow with #BAB4E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB4E6.

Preview

Color preview on black background

This text has color #BAB4E6 on black background.


Color preview on white background

This text has color #BAB4E6 on white background.


Black color preview on #BAB4E6 background

This text has black color on #BAB4E6 background.


White color preview on #BAB4E6 background

This text has white color on #BAB4E6 background.


Related colors

Complementary color

Complementary color for #hex is #454B19.


I love getcolorcode.com

Triadic colors

1 #E6BAB4 and #B4E6BA with #BAB4E6 are triadic colors.

2 #E6B4BA and #B4BAE6 with #BAB4E6 are triadic colors.