COLOR #BAB5DB

HEX: #BAB5DB RGB: (186,181,219)

Color info

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

RGB color model

#BAB5DB color RGB value is (186,181,219).

RGB: (186,181,219) (73%, 71%, 86%)

RGB channels and saturation

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

186
181
219

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

Portions of RGB colors in percentages

R + G + B = 186 + 181 + 219 = 586 (100%)
R 186 of 586 ~ 31.74%
G 181 of 586 ~ 30.89%
B 219 of 586 ~ 37.37'%

%31.74
%30.89
%37.37

CMYK color model

#BAB5DB color CMYK value is (15,17,0,14).

  • cyan value is 15.07%
  • magenta value is 17.35%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (15,17,0,14)
C15M17Y0K14 (15%, 17%, 0%, 14%)
(0.15 / 0.17 / 0.00 / 0.14)

CMYK percentages

%15.07
%17.35
%0
%14.12

Codes

Color #BAB5DB in popluar color models

BA B5 DB
RGB 186 181 219
HSL 248° 34.55% 78.43%
HSB/HSV 248° 17.35% 85.88%
CMYK 15.07% 17.35% 0.00%
14.12%

Color #BAB5DB in popluar number systems.

HEX BA B5 DB
Decimal 186 181 219
Binary 10111010 10110101 11011011
Octal 272 265 333

Shades and tints

Shades of #BAB5DB

#BAB5DB
(186,181,219)
#AAA5C8
(170,165,200)
#9A95B5
(154,149,181)
#8A85A2
(138,133,162)
#7A758F
(122,117,143)
#6A657C
(106,101,124)
#5A5569
(90,85,105)
#4A4556
(74,69,86)
#3A3543
(58,53,67)
#2A2530
(42,37,48)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #BAB5DB

#BAB5DB
(186,181,219)
#C0BBDE
(192,187,222)
#C6C1E1
(198,193,225)
#CCC7E4
(204,199,228)
#D2CDE7
(210,205,231)
#D8D3EA
(216,211,234)
#DED9ED
(222,217,237)
#E4DFF0
(228,223,240)
#EAE5F3
(234,229,243)
#F0EBF6
(240,235,246)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB5DB; }

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

This text font color is #BAB5DB.

Background Color

.myBgColor { background-color: #BAB5DB; }

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

This div background color is #BAB5DB.

Border color

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

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

This div border color is #BAB5DB.

Opacity

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

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

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

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

This text has shadow with #BAB5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB5DB.

Preview

Color preview on black background

This text has color #BAB5DB on black background.


Color preview on white background

This text has color #BAB5DB on white background.


Black color preview on #BAB5DB background

This text has black color on #BAB5DB background.


White color preview on #BAB5DB background

This text has white color on #BAB5DB background.


Related colors

Complementary color

Complementary color for #hex is #454A24.


I love getcolorcode.com

Triadic colors

1 #DBBAB5 and #B5DBBA with #BAB5DB are triadic colors.

2 #DBB5BA and #B5BADB with #BAB5DB are triadic colors.