COLOR #BAB5D2

HEX: #BAB5D2 RGB: (186,181,210)

Color info

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

RGB color model

#BAB5D2 color RGB value is (186,181,210).

RGB: (186,181,210) (73%, 71%, 82%)

RGB channels and saturation

R 186 of 255 = 73%
G 181 of 255 = 71%
B 210 of 255 = 82%

186
181
210

R + G + B ~ 75%. #BAB5D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 181 + 210 = 577 (100%)
R 186 of 577 ~ 32.24%
G 181 of 577 ~ 31.37%
B 210 of 577 ~ 36.4'%

%32.24
%31.37
%36.4

CMYK color model

#BAB5D2 color CMYK value is (11,14,0,18).

  • cyan value is 11.43%
  • magenta value is 13.81%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (11,14,0,18)
C11M14Y0K18 (11%, 14%, 0%, 18%)
(0.11 / 0.14 / 0.00 / 0.18)

CMYK percentages

%11.43
%13.81
%0
%17.65

Codes

Color #BAB5D2 in popluar color models

BA B5 D2
RGB 186 181 210
HSL 250° 24.37% 76.67%
HSB/HSV 250° 13.81% 82.35%
CMYK 11.43% 13.81% 0.00%
17.65%

Color #BAB5D2 in popluar number systems.

HEX BA B5 D2
Decimal 186 181 210
Binary 10111010 10110101 11010010
Octal 272 265 322

Shades and tints

Shades of #BAB5D2

#BAB5D2
(186,181,210)
#AAA5BF
(170,165,191)
#9A95AC
(154,149,172)
#8A8599
(138,133,153)
#7A7586
(122,117,134)
#6A6573
(106,101,115)
#5A5560
(90,85,96)
#4A454D
(74,69,77)
#3A353A
(58,53,58)
#2A2527
(42,37,39)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #BAB5D2

#BAB5D2
(186,181,210)
#C0BBD6
(192,187,214)
#C6C1DA
(198,193,218)
#CCC7DE
(204,199,222)
#D2CDE2
(210,205,226)
#D8D3E6
(216,211,230)
#DED9EA
(222,217,234)
#E4DFEE
(228,223,238)
#EAE5F2
(234,229,242)
#F0EBF6
(240,235,246)
#F6F1FA
(246,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB5D2; }

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

This text font color is #BAB5D2.

Background Color

.myBgColor { background-color: #BAB5D2; }

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

This div background color is #BAB5D2.

Border color

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

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

This div border color is #BAB5D2.

Opacity

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

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

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

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

This text has shadow with #BAB5D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB5D2.

Preview

Color preview on black background

This text has color #BAB5D2 on black background.


Color preview on white background

This text has color #BAB5D2 on white background.


Black color preview on #BAB5D2 background

This text has black color on #BAB5D2 background.


White color preview on #BAB5D2 background

This text has white color on #BAB5D2 background.


Related colors

Complementary color

Complementary color for #hex is #454A2D.


I love getcolorcode.com

Triadic colors

1 #D2BAB5 and #B5D2BA with #BAB5D2 are triadic colors.

2 #D2B5BA and #B5BAD2 with #BAB5D2 are triadic colors.