COLOR #BABCC1

HEX: #BABCC1 RGB: (186,188,193)

Color info

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

RGB color model

#BABCC1 color RGB value is (186,188,193).

RGB: (186,188,193) (73%, 74%, 76%)

RGB channels and saturation

R 186 of 255 = 73%
G 188 of 255 = 74%
B 193 of 255 = 76%

186
188
193

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

Portions of RGB colors in percentages

R + G + B = 186 + 188 + 193 = 567 (100%)
R 186 of 567 ~ 32.8%
G 188 of 567 ~ 33.16%
B 193 of 567 ~ 34.04'%

%32.8
%33.16
%34.04

CMYK color model

#BABCC1 color CMYK value is (4,3,0,24).

  • cyan value is 3.63%
  • magenta value is 2.59%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (4,3,0,24)
C4M3Y0K24 (4%, 3%, 0%, 24%)
(0.04 / 0.03 / 0.00 / 0.24)

CMYK percentages

%3.63
%2.59
%0
%24.31

Codes

Color #BABCC1 in popluar color models

BA BC C1
RGB 186 188 193
HSL 223° 5.34% 74.31%
HSB/HSV 223° 3.63% 75.69%
CMYK 3.63% 2.59% 0.00%
24.31%

Color #BABCC1 in popluar number systems.

HEX BA BC C1
Decimal 186 188 193
Binary 10111010 10111100 11000001
Octal 272 274 301

Shades and tints

Shades of #BABCC1

#BABCC1
(186,188,193)
#AAABB0
(170,171,176)
#9A9A9F
(154,154,159)
#8A898E
(138,137,142)
#7A787D
(122,120,125)
#6A676C
(106,103,108)
#5A565B
(90,86,91)
#4A454A
(74,69,74)
#3A3439
(58,52,57)
#2A2328
(42,35,40)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #BABCC1

#BABCC1
(186,188,193)
#C0C2C6
(192,194,198)
#C6C8CB
(198,200,203)
#CCCED0
(204,206,208)
#D2D4D5
(210,212,213)
#D8DADA
(216,218,218)
#DEE0DF
(222,224,223)
#E4E6E4
(228,230,228)
#EAECE9
(234,236,233)
#F0F2EE
(240,242,238)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BABCC1 color. Also use rgb(186,188,193) instead hex code.

Text Font Color

.myTextColor { color: #BABCC1; }

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

This text font color is #BABCC1.

Background Color

.myBgColor { background-color: #BABCC1; }

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

This div background color is #BABCC1.

Border color

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

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

This div border color is #BABCC1.

Opacity

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

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

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

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

This text has shadow with #BABCC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABCC1.

Preview

Color preview on black background

This text has color #BABCC1 on black background.


Color preview on white background

This text has color #BABCC1 on white background.


Black color preview on #BABCC1 background

This text has black color on #BABCC1 background.


White color preview on #BABCC1 background

This text has white color on #BABCC1 background.


Related colors

Complementary color

Complementary color for #hex is #45433E.


I love getcolorcode.com

Triadic colors

1 #C1BABC and #BCC1BA with #BABCC1 are triadic colors.

2 #C1BCBA and #BCBAC1 with #BABCC1 are triadic colors.