COLOR #BAB4ED

HEX: #BAB4ED RGB: (186,180,237)

Color info

#BAB4ED contains red, green and blue colors in about the same proportion. Web safe color of #BAB4ED is #CCCCFF (or #CCF).

RGB color model

#BAB4ED color RGB value is (186,180,237).

RGB: (186,180,237) (73%, 71%, 93%)

RGB channels and saturation

R 186 of 255 = 73%
G 180 of 255 = 71%
B 237 of 255 = 93%

186
180
237

R + G + B ~ 79%. #BAB4ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 180 + 237 = 603 (100%)
R 186 of 603 ~ 30.85%
G 180 of 603 ~ 29.85%
B 237 of 603 ~ 39.3'%

%30.85
%29.85
%39.3

CMYK color model

#BAB4ED color CMYK value is (22,24,0,7).

  • cyan value is 21.52%
  • magenta value is 24.05%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (22,24,0,7)
C22M24Y0K7 (22%, 24%, 0%, 7%)
(0.22 / 0.24 / 0.00 / 0.07)

CMYK percentages

%21.52
%24.05
%0
%7.06

Codes

Color #BAB4ED in popluar color models

BA B4 ED
RGB 186 180 237
HSL 246° 61.29% 81.76%
HSB/HSV 246° 24.05% 92.94%
CMYK 21.52% 24.05% 0.00%
7.06%

Color #BAB4ED in popluar number systems.

HEX BA B4 ED
Decimal 186 180 237
Binary 10111010 10110100 11101101
Octal 272 264 355

Shades and tints

Shades of #BAB4ED

#BAB4ED
(186,180,237)
#AAA4D8
(170,164,216)
#9A94C3
(154,148,195)
#8A84AE
(138,132,174)
#7A7499
(122,116,153)
#6A6484
(106,100,132)
#5A546F
(90,84,111)
#4A445A
(74,68,90)
#3A3445
(58,52,69)
#2A2430
(42,36,48)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #BAB4ED

#BAB4ED
(186,180,237)
#C0BAEE
(192,186,238)
#C6C0EF
(198,192,239)
#CCC6F0
(204,198,240)
#D2CCF1
(210,204,241)
#D8D2F2
(216,210,242)
#DED8F3
(222,216,243)
#E4DEF4
(228,222,244)
#EAE4F5
(234,228,245)
#F0EAF6
(240,234,246)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB4ED; }

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

This text font color is #BAB4ED.

Background Color

.myBgColor { background-color: #BAB4ED; }

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

This div background color is #BAB4ED.

Border color

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

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

This div border color is #BAB4ED.

Opacity

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

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

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

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

This text has shadow with #BAB4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB4ED.

Preview

Color preview on black background

This text has color #BAB4ED on black background.


Color preview on white background

This text has color #BAB4ED on white background.


Black color preview on #BAB4ED background

This text has black color on #BAB4ED background.


White color preview on #BAB4ED background

This text has white color on #BAB4ED background.


Related colors

Complementary color

Complementary color for #hex is #454B12.


I love getcolorcode.com

Triadic colors

1 #EDBAB4 and #B4EDBA with #BAB4ED are triadic colors.

2 #EDB4BA and #B4BAED with #BAB4ED are triadic colors.