COLOR #BABCD6

HEX: #BABCD6 RGB: (186,188,214)

Color info

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

RGB color model

#BABCD6 color RGB value is (186,188,214).

RGB: (186,188,214) (73%, 74%, 84%)

RGB channels and saturation

R 186 of 255 = 73%
G 188 of 255 = 74%
B 214 of 255 = 84%

186
188
214

R + G + B ~ 77%. #BABCD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 188 + 214 = 588 (100%)
R 186 of 588 ~ 31.63%
G 188 of 588 ~ 31.97%
B 214 of 588 ~ 36.39'%

%31.63
%31.97
%36.39

CMYK color model

#BABCD6 color CMYK value is (13,12,0,16).

  • cyan value is 13.08%
  • magenta value is 12.15%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (13,12,0,16)
C13M12Y0K16 (13%, 12%, 0%, 16%)
(0.13 / 0.12 / 0.00 / 0.16)

CMYK percentages

%13.08
%12.15
%0
%16.08

Codes

Color #BABCD6 in popluar color models

BA BC D6
RGB 186 188 214
HSL 236° 25.45% 78.43%
HSB/HSV 236° 13.08% 83.92%
CMYK 13.08% 12.15% 0.00%
16.08%

Color #BABCD6 in popluar number systems.

HEX BA BC D6
Decimal 186 188 214
Binary 10111010 10111100 11010110
Octal 272 274 326

Shades and tints

Shades of #BABCD6

#BABCD6
(186,188,214)
#AAABC3
(170,171,195)
#9A9AB0
(154,154,176)
#8A899D
(138,137,157)
#7A788A
(122,120,138)
#6A6777
(106,103,119)
#5A5664
(90,86,100)
#4A4551
(74,69,81)
#3A343E
(58,52,62)
#2A232B
(42,35,43)
#1A1218
(26,18,24)
#000000
(0,0,0)

Tints of #BABCD6

#BABCD6
(186,188,214)
#C0C2D9
(192,194,217)
#C6C8DC
(198,200,220)
#CCCEDF
(204,206,223)
#D2D4E2
(210,212,226)
#D8DAE5
(216,218,229)
#DEE0E8
(222,224,232)
#E4E6EB
(228,230,235)
#EAECEE
(234,236,238)
#F0F2F1
(240,242,241)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABCD6; }

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

This text font color is #BABCD6.

Background Color

.myBgColor { background-color: #BABCD6; }

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

This div background color is #BABCD6.

Border color

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

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

This div border color is #BABCD6.

Opacity

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

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

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

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

This text has shadow with #BABCD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABCD6.

Preview

Color preview on black background

This text has color #BABCD6 on black background.


Color preview on white background

This text has color #BABCD6 on white background.


Black color preview on #BABCD6 background

This text has black color on #BABCD6 background.


White color preview on #BABCD6 background

This text has white color on #BABCD6 background.


Related colors

Complementary color

Complementary color for #hex is #454329.


I love getcolorcode.com

Triadic colors

1 #D6BABC and #BCD6BA with #BABCD6 are triadic colors.

2 #D6BCBA and #BCBAD6 with #BABCD6 are triadic colors.