COLOR #BAB0D6

HEX: #BAB0D6 RGB: (186,176,214)

Color info

#BAB0D6 contains red, green and blue colors in about the same proportion. Web safe color of #BAB0D6 is #CC99CC (or #C9C).

RGB color model

#BAB0D6 color RGB value is (186,176,214).

RGB: (186,176,214) (73%, 69%, 84%)

RGB channels and saturation

R 186 of 255 = 73%
G 176 of 255 = 69%
B 214 of 255 = 84%

186
176
214

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

Portions of RGB colors in percentages

R + G + B = 186 + 176 + 214 = 576 (100%)
R 186 of 576 ~ 32.29%
G 176 of 576 ~ 30.56%
B 214 of 576 ~ 37.15'%

%32.29
%30.56
%37.15

CMYK color model

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

  • cyan value is 13.08%
  • magenta value is 17.76%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (13,18,0,16) C13M18Y0K16 (13%,18%,0%,16%) (0.13/0.18/0.00/0.16) 

CMYK percentages

%13.08
%17.76
%0
%16.08

Codes

Color #BAB0D6 in popluar color models

BA B0 D6
RGB 186 176 214
HSL 256° 31.67% 76.47%
HSB/HSV 256° 17.76% 83.92%
CMYK 13.08% 17.76% 0.00%
16.08%

Color #BAB0D6 in popluar number systems.

HEX BA B0 D6
Decimal 186 176 214
Binary 10111010 10110000 11010110
Octal 272 260 326

Shades and tints

Shades of #BAB0D6

#BAB0D6
(186,176,214)
#AAA0C3
(170,160,195)
#9A90B0
(154,144,176)
#8A809D
(138,128,157)
#7A708A
(122,112,138)
#6A6077
(106,96,119)
#5A5064
(90,80,100)
#4A4051
(74,64,81)
#3A303E
(58,48,62)
#2A202B
(42,32,43)
#1A1018
(26,16,24)
#000000
(0,0,0)

Tints of #BAB0D6

#BAB0D6
(186,176,214)
#C0B7D9
(192,183,217)
#C6BEDC
(198,190,220)
#CCC5DF
(204,197,223)
#D2CCE2
(210,204,226)
#D8D3E5
(216,211,229)
#DEDAE8
(222,218,232)
#E4E1EB
(228,225,235)
#EAE8EE
(234,232,238)
#F0EFF1
(240,239,241)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB0D6 color. Also use rgb(186,176,214) instead hex code.

Text Font Color

.myTextColor { color: #BAB0D6; }

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

This text font color is #BAB0D6.

Background Color

.myBgColor { background-color: #BAB0D6; }

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

This div background color is #BAB0D6.

Border color

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

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

This div border color is #BAB0D6.

Opacity

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

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

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

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

This text has shadow with #BAB0D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB0D6.

Preview

Color preview on black background

This text has color #BAB0D6 on black background.


Color preview on white background

This text has color #BAB0D6 on white background.


Black color preview on #BAB0D6 background

This text has black color on #BAB0D6 background.


White color preview on #BAB0D6 background

This text has white color on #BAB0D6 background.


Related colors

Complementary color

Complementary color for #hex is #454F29.


I love getcolorcode.com

Triadic colors

1 #D6BAB0 and #B0D6BA with #BAB0D6 are triadic colors.

2 #D6B0BA and #B0BAD6 with #BAB0D6 are triadic colors.