COLOR #BABED6

HEX: #BABED6 RGB: (186,190,214)

Color info

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

RGB color model

#BABED6 color RGB value is (186,190,214).

RGB: (186,190,214) (73%, 75%, 84%)

RGB channels and saturation

R 186 of 255 = 73%
G 190 of 255 = 75%
B 214 of 255 = 84%

186
190
214

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

Portions of RGB colors in percentages

R + G + B = 186 + 190 + 214 = 590 (100%)
R 186 of 590 ~ 31.53%
G 190 of 590 ~ 32.2%
B 214 of 590 ~ 36.27'%

%31.53
%32.2
%36.27

CMYK color model

#BABED6 color CMYK value is (13,11,0,16).

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

CMYK: (13,11,0,16)
C13M11Y0K16 (13%, 11%, 0%, 16%)
(0.13 / 0.11 / 0.00 / 0.16)

CMYK percentages

%13.08
%11.21
%0
%16.08

Codes

Color #BABED6 in popluar color models

BA BE D6
RGB 186 190 214
HSL 231° 25.45% 78.43%
HSB/HSV 231° 13.08% 83.92%
CMYK 13.08% 11.21% 0.00%
16.08%

Color #BABED6 in popluar number systems.

HEX BA BE D6
Decimal 186 190 214
Binary 10111010 10111110 11010110
Octal 272 276 326

Shades and tints

Shades of #BABED6

#BABED6
(186,190,214)
#AAADC3
(170,173,195)
#9A9CB0
(154,156,176)
#8A8B9D
(138,139,157)
#7A7A8A
(122,122,138)
#6A6977
(106,105,119)
#5A5864
(90,88,100)
#4A4751
(74,71,81)
#3A363E
(58,54,62)
#2A252B
(42,37,43)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #BABED6

#BABED6
(186,190,214)
#C0C3D9
(192,195,217)
#C6C8DC
(198,200,220)
#CCCDDF
(204,205,223)
#D2D2E2
(210,210,226)
#D8D7E5
(216,215,229)
#DEDCE8
(222,220,232)
#E4E1EB
(228,225,235)
#EAE6EE
(234,230,238)
#F0EBF1
(240,235,241)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABED6; }

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

This text font color is #BABED6.

Background Color

.myBgColor { background-color: #BABED6; }

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

This div background color is #BABED6.

Border color

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

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

This div border color is #BABED6.

Opacity

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

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

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

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

This text has shadow with #BABED6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABED6.

Preview

Color preview on black background

This text has color #BABED6 on black background.


Color preview on white background

This text has color #BABED6 on white background.


Black color preview on #BABED6 background

This text has black color on #BABED6 background.


White color preview on #BABED6 background

This text has white color on #BABED6 background.


Related colors

Complementary color

Complementary color for #hex is #454129.


I love getcolorcode.com

Triadic colors

1 #D6BABE and #BED6BA with #BABED6 are triadic colors.

2 #D6BEBA and #BEBAD6 with #BABED6 are triadic colors.