COLOR #BAB5DE

HEX: #BAB5DE RGB: (186,181,222)

Color info

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

RGB color model

#BAB5DE color RGB value is (186,181,222).

RGB: (186,181,222) (73%, 71%, 87%)

RGB channels and saturation

R 186 of 255 = 73%
G 181 of 255 = 71%
B 222 of 255 = 87%

186
181
222

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

Portions of RGB colors in percentages

R + G + B = 186 + 181 + 222 = 589 (100%)
R 186 of 589 ~ 31.58%
G 181 of 589 ~ 30.73%
B 222 of 589 ~ 37.69'%

%31.58
%30.73
%37.69

CMYK color model

#BAB5DE color CMYK value is (16,18,0,13).

  • cyan value is 16.22%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (16,18,0,13) C16M18Y0K13 (16%,18%,0%,13%) (0.16/0.18/0.00/0.13) 

CMYK percentages

%16.22
%18.47
%0
%12.94

Codes

Color #BAB5DE in popluar color models

BA B5 DE
RGB 186 181 222
HSL 247° 38.32% 79.02%
HSB/HSV 247° 18.47% 87.06%
CMYK 16.22% 18.47% 0.00%
12.94%

Color #BAB5DE in popluar number systems.

HEX BA B5 DE
Decimal 186 181 222
Binary 10111010 10110101 11011110
Octal 272 265 336

Shades and tints

Shades of #BAB5DE

#BAB5DE
(186,181,222)
#AAA5CA
(170,165,202)
#9A95B6
(154,149,182)
#8A85A2
(138,133,162)
#7A758E
(122,117,142)
#6A657A
(106,101,122)
#5A5566
(90,85,102)
#4A4552
(74,69,82)
#3A353E
(58,53,62)
#2A252A
(42,37,42)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #BAB5DE

#BAB5DE
(186,181,222)
#C0BBE1
(192,187,225)
#C6C1E4
(198,193,228)
#CCC7E7
(204,199,231)
#D2CDEA
(210,205,234)
#D8D3ED
(216,211,237)
#DED9F0
(222,217,240)
#E4DFF3
(228,223,243)
#EAE5F6
(234,229,246)
#F0EBF9
(240,235,249)
#F6F1FC
(246,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB5DE; }

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

This text font color is #BAB5DE.

Background Color

.myBgColor { background-color: #BAB5DE; }

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

This div background color is #BAB5DE.

Border color

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

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

This div border color is #BAB5DE.

Opacity

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

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

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

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

This text has shadow with #BAB5DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB5DE.

Preview

Color preview on black background

This text has color #BAB5DE on black background.


Color preview on white background

This text has color #BAB5DE on white background.


Black color preview on #BAB5DE background

This text has black color on #BAB5DE background.


White color preview on #BAB5DE background

This text has white color on #BAB5DE background.


Related colors

Complementary color

Complementary color for #hex is #454A21.


I love getcolorcode.com

Triadic colors

1 #DEBAB5 and #B5DEBA with #BAB5DE are triadic colors.

2 #DEB5BA and #B5BADE with #BAB5DE are triadic colors.