COLOR #BAB4C6

HEX: #BAB4C6 RGB: (186,180,198)

Color info

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

RGB color model

#BAB4C6 color RGB value is (186,180,198).

RGB: (186,180,198) (73%, 71%, 78%)

RGB channels and saturation

R 186 of 255 = 73%
G 180 of 255 = 71%
B 198 of 255 = 78%

186
180
198

R + G + B ~ 74%. #BAB4C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 180 + 198 = 564 (100%)
R 186 of 564 ~ 32.98%
G 180 of 564 ~ 31.91%
B 198 of 564 ~ 35.11'%

%32.98
%31.91
%35.11

CMYK color model

#BAB4C6 color CMYK value is (6,9,0,22).

  • cyan value is 6.06%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (6,9,0,22) C6M9Y0K22 (6%,9%,0%,22%) (0.06/0.09/0.00/0.22) 

CMYK percentages

%6.06
%9.09
%0
%22.35

Codes

Color #BAB4C6 in popluar color models

BA B4 C6
RGB 186 180 198
HSL 260° 13.64% 74.12%
HSB/HSV 260° 9.09% 77.65%
CMYK 6.06% 9.09% 0.00%
22.35%

Color #BAB4C6 in popluar number systems.

HEX BA B4 C6
Decimal 186 180 198
Binary 10111010 10110100 11000110
Octal 272 264 306

Shades and tints

Shades of #BAB4C6

#BAB4C6
(186,180,198)
#AAA4B4
(170,164,180)
#9A94A2
(154,148,162)
#8A8490
(138,132,144)
#7A747E
(122,116,126)
#6A646C
(106,100,108)
#5A545A
(90,84,90)
#4A4448
(74,68,72)
#3A3436
(58,52,54)
#2A2424
(42,36,36)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #BAB4C6

#BAB4C6
(186,180,198)
#C0BACB
(192,186,203)
#C6C0D0
(198,192,208)
#CCC6D5
(204,198,213)
#D2CCDA
(210,204,218)
#D8D2DF
(216,210,223)
#DED8E4
(222,216,228)
#E4DEE9
(228,222,233)
#EAE4EE
(234,228,238)
#F0EAF3
(240,234,243)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB4C6 color. Also use rgb(186,180,198) instead hex code.

Text Font Color

.myTextColor { color: #BAB4C6; }

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

This text font color is #BAB4C6.

Background Color

.myBgColor { background-color: #BAB4C6; }

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

This div background color is #BAB4C6.

Border color

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

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

This div border color is #BAB4C6.

Opacity

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

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

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

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

This text has shadow with #BAB4C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB4C6.

Preview

Color preview on black background

This text has color #BAB4C6 on black background.


Color preview on white background

This text has color #BAB4C6 on white background.


Black color preview on #BAB4C6 background

This text has black color on #BAB4C6 background.


White color preview on #BAB4C6 background

This text has white color on #BAB4C6 background.


Related colors

Complementary color

Complementary color for #hex is #454B39.


I love getcolorcode.com

Triadic colors

1 #C6BAB4 and #B4C6BA with #BAB4C6 are triadic colors.

2 #C6B4BA and #B4BAC6 with #BAB4C6 are triadic colors.