COLOR #BAB5DC

HEX: #BAB5DC
RGB: (186,181,220)

Color info

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

RGB color model

#BAB5DC color RGB value is (186,181,220).

  • red value is 186;
  • green value is 181;
  • blue value is 220.
RGB:
(186,181,220)
(73%,71%,86%)

RGB channels and saturation

R 186 of 255 = 73%
G 181 of 255 = 71%
B 220 of 255 = 86%

186
181
220

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

Portions of RGB colors in percentages

R + G + B =
186 + 181 + 220 = 587 (100%)
R 186 of 587 ~ 31.69%
G 181 of 587 ~ 30.83%
B 220 of 587 ~ 37.48%

%31.69
%30.83
%37.48

CMYK color model

#BAB5DC color CMYK value is (15,18,0,14).

  • cyan value is 15.45%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(15,18,0,14)
C15M18Y0K14 
(15%,18%,0%,14%)
(0.15/0.18/0.00/0.14)	

CMYK percentages

%15.45
%17.73
%0
%13.73

Codes

Color #BAB5DC in popluar color models

BAB5DC
RGB186181220
HSL248°35.78%78.63%
HSB/HSV248°17.73%86.27%
CMYK15.45%17.73%0.00%
13.73%

Color #BAB5DC in popluar number systems.

HEXBAB5DC
Decimal186181220
Binary101110101011010111011100
Octal272265334

Shades and tints

Shades of #BAB5DC

#BAB5DC
(186,181,220)
#AAA5C8
(170,165,200)
#9A95B4
(154,149,180)
#8A85A0
(138,133,160)
#7A758C
(122,117,140)
#6A6578
(106,101,120)
#5A5564
(90,85,100)
#4A4550
(74,69,80)
#3A353C
(58,53,60)
#2A2528
(42,37,40)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #BAB5DC

#BAB5DC
(186,181,220)
#C0BBDF
(192,187,223)
#C6C1E2
(198,193,226)
#CCC7E5
(204,199,229)
#D2CDE8
(210,205,232)
#D8D3EB
(216,211,235)
#DED9EE
(222,217,238)
#E4DFF1
(228,223,241)
#EAE5F4
(234,229,244)
#F0EBF7
(240,235,247)
#F6F1FA
(246,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB5DC; }

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

This text font color is #BAB5DC.


Background Color

.myBgColor { background-color: #BAB5DC; }

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

This div background color is #BAB5DC.


Border color

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

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

This div border color is #BAB5DC.


Opacity

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

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

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

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

This text has shadow with #BAB5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB5DC on black background.


Color preview on white background

This text has color #BAB5DC on white background.



Black color preview on #BAB5DC background

This text has black color on #BAB5DC background.


White color preview on #BAB5DC background

This text has white color on #BAB5DC background.