COLOR #BAB9CC

HEX: #BAB9CC RGB: (186,185,204)

Color info

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

RGB color model

#BAB9CC color RGB value is (186,185,204).

RGB: (186,185,204) (73%, 73%, 80%)

RGB channels and saturation

R 186 of 255 = 73%
G 185 of 255 = 73%
B 204 of 255 = 80%

186
185
204

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

Portions of RGB colors in percentages

R + G + B = 186 + 185 + 204 = 575 (100%)
R 186 of 575 ~ 32.35%
G 185 of 575 ~ 32.17%
B 204 of 575 ~ 35.48'%

%32.35
%32.17
%35.48

CMYK color model

#BAB9CC color CMYK value is (9,9,0,20).

  • cyan value is 8.82%
  • magenta value is 9.31%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (9,9,0,20)
C9M9Y0K20 (9%, 9%, 0%, 20%)
(0.09 / 0.09 / 0.00 / 0.20)

CMYK percentages

%8.82
%9.31
%0
%20

Codes

Color #BAB9CC in popluar color models

BA B9 CC
RGB 186 185 204
HSL 243° 15.70% 76.27%
HSB/HSV 243° 9.31% 80.00%
CMYK 8.82% 9.31% 0.00%
20.00%

Color #BAB9CC in popluar number systems.

HEX BA B9 CC
Decimal 186 185 204
Binary 10111010 10111001 11001100
Octal 272 271 314

Shades and tints

Shades of #BAB9CC

#BAB9CC
(186,185,204)
#AAA9BA
(170,169,186)
#9A99A8
(154,153,168)
#8A8996
(138,137,150)
#7A7984
(122,121,132)
#6A6972
(106,105,114)
#5A5960
(90,89,96)
#4A494E
(74,73,78)
#3A393C
(58,57,60)
#2A292A
(42,41,42)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #BAB9CC

#BAB9CC
(186,185,204)
#C0BFD0
(192,191,208)
#C6C5D4
(198,197,212)
#CCCBD8
(204,203,216)
#D2D1DC
(210,209,220)
#D8D7E0
(216,215,224)
#DEDDE4
(222,221,228)
#E4E3E8
(228,227,232)
#EAE9EC
(234,233,236)
#F0EFF0
(240,239,240)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB9CC color. Also use rgb(186,185,204) instead hex code.

Text Font Color

.myTextColor { color: #BAB9CC; }

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

This text font color is #BAB9CC.

Background Color

.myBgColor { background-color: #BAB9CC; }

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

This div background color is #BAB9CC.

Border color

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

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

This div border color is #BAB9CC.

Opacity

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

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

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

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

This text has shadow with #BAB9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB9CC.

Preview

Color preview on black background

This text has color #BAB9CC on black background.


Color preview on white background

This text has color #BAB9CC on white background.


Black color preview on #BAB9CC background

This text has black color on #BAB9CC background.


White color preview on #BAB9CC background

This text has white color on #BAB9CC background.


Related colors

Complementary color

Complementary color for #hex is #454633.


I love getcolorcode.com

Triadic colors

1 #CCBAB9 and #B9CCBA with #BAB9CC are triadic colors.

2 #CCB9BA and #B9BACC with #BAB9CC are triadic colors.