COLOR #BABCC8

HEX: #BABCC8 RGB: (186,188,200)

Color info

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

RGB color model

#BABCC8 color RGB value is (186,188,200).

RGB: (186,188,200) (73%, 74%, 78%)

RGB channels and saturation

R 186 of 255 = 73%
G 188 of 255 = 74%
B 200 of 255 = 78%

186
188
200

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

Portions of RGB colors in percentages

R + G + B = 186 + 188 + 200 = 574 (100%)
R 186 of 574 ~ 32.4%
G 188 of 574 ~ 32.75%
B 200 of 574 ~ 34.84'%

%32.4
%32.75
%34.84

CMYK color model

#BABCC8 color CMYK value is (7,6,0,22).

  • cyan value is 7.00%
  • magenta value is 6.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (7,6,0,22)
C7M6Y0K22 (7%, 6%, 0%, 22%)
(0.07 / 0.06 / 0.00 / 0.22)

CMYK percentages

%7
%6
%0
%21.57

Codes

Color #BABCC8 in popluar color models

BA BC C8
RGB 186 188 200
HSL 231° 11.29% 75.69%
HSB/HSV 231° 7.00% 78.43%
CMYK 7.00% 6.00% 0.00%
21.57%

Color #BABCC8 in popluar number systems.

HEX BA BC C8
Decimal 186 188 200
Binary 10111010 10111100 11001000
Octal 272 274 310

Shades and tints

Shades of #BABCC8

#BABCC8
(186,188,200)
#AAABB6
(170,171,182)
#9A9AA4
(154,154,164)
#8A8992
(138,137,146)
#7A7880
(122,120,128)
#6A676E
(106,103,110)
#5A565C
(90,86,92)
#4A454A
(74,69,74)
#3A3438
(58,52,56)
#2A2326
(42,35,38)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #BABCC8

#BABCC8
(186,188,200)
#C0C2CD
(192,194,205)
#C6C8D2
(198,200,210)
#CCCED7
(204,206,215)
#D2D4DC
(210,212,220)
#D8DAE1
(216,218,225)
#DEE0E6
(222,224,230)
#E4E6EB
(228,230,235)
#EAECF0
(234,236,240)
#F0F2F5
(240,242,245)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABCC8; }

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

This text font color is #BABCC8.

Background Color

.myBgColor { background-color: #BABCC8; }

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

This div background color is #BABCC8.

Border color

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

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

This div border color is #BABCC8.

Opacity

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

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

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

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

This text has shadow with #BABCC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABCC8.

Preview

Color preview on black background

This text has color #BABCC8 on black background.


Color preview on white background

This text has color #BABCC8 on white background.


Black color preview on #BABCC8 background

This text has black color on #BABCC8 background.


White color preview on #BABCC8 background

This text has white color on #BABCC8 background.


Related colors

Complementary color

Complementary color for #hex is #454337.


I love getcolorcode.com

Triadic colors

1 #C8BABC and #BCC8BA with #BABCC8 are triadic colors.

2 #C8BCBA and #BCBAC8 with #BABCC8 are triadic colors.