COLOR #BABDD4

HEX: #BABDD4 RGB: (186,189,212)

Color info

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

RGB color model

#BABDD4 color RGB value is (186,189,212).

RGB: (186,189,212) (73%, 74%, 83%)

RGB channels and saturation

R 186 of 255 = 73%
G 189 of 255 = 74%
B 212 of 255 = 83%

186
189
212

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

Portions of RGB colors in percentages

R + G + B = 186 + 189 + 212 = 587 (100%)
R 186 of 587 ~ 31.69%
G 189 of 587 ~ 32.2%
B 212 of 587 ~ 36.12'%

%31.69
%32.2
%36.12

CMYK color model

#BABDD4 color CMYK value is (12,11,0,17).

  • cyan value is 12.26%
  • magenta value is 10.85%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (12,11,0,17)
C12M11Y0K17 (12%, 11%, 0%, 17%)
(0.12 / 0.11 / 0.00 / 0.17)

CMYK percentages

%12.26
%10.85
%0
%16.86

Codes

Color #BABDD4 in popluar color models

BA BD D4
RGB 186 189 212
HSL 233° 23.21% 78.04%
HSB/HSV 233° 12.26% 83.14%
CMYK 12.26% 10.85% 0.00%
16.86%

Color #BABDD4 in popluar number systems.

HEX BA BD D4
Decimal 186 189 212
Binary 10111010 10111101 11010100
Octal 272 275 324

Shades and tints

Shades of #BABDD4

#BABDD4
(186,189,212)
#AAACC1
(170,172,193)
#9A9BAE
(154,155,174)
#8A8A9B
(138,138,155)
#7A7988
(122,121,136)
#6A6875
(106,104,117)
#5A5762
(90,87,98)
#4A464F
(74,70,79)
#3A353C
(58,53,60)
#2A2429
(42,36,41)
#1A1316
(26,19,22)
#000000
(0,0,0)

Tints of #BABDD4

#BABDD4
(186,189,212)
#C0C3D7
(192,195,215)
#C6C9DA
(198,201,218)
#CCCFDD
(204,207,221)
#D2D5E0
(210,213,224)
#D8DBE3
(216,219,227)
#DEE1E6
(222,225,230)
#E4E7E9
(228,231,233)
#EAEDEC
(234,237,236)
#F0F3EF
(240,243,239)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BABDD4 color. Also use rgb(186,189,212) instead hex code.

Text Font Color

.myTextColor { color: #BABDD4; }

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

This text font color is #BABDD4.

Background Color

.myBgColor { background-color: #BABDD4; }

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

This div background color is #BABDD4.

Border color

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

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

This div border color is #BABDD4.

Opacity

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

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

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

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

This text has shadow with #BABDD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABDD4.

Preview

Color preview on black background

This text has color #BABDD4 on black background.


Color preview on white background

This text has color #BABDD4 on white background.


Black color preview on #BABDD4 background

This text has black color on #BABDD4 background.


White color preview on #BABDD4 background

This text has white color on #BABDD4 background.


Related colors

Complementary color

Complementary color for #hex is #45422B.


I love getcolorcode.com

Triadic colors

1 #D4BABD and #BDD4BA with #BABDD4 are triadic colors.

2 #D4BDBA and #BDBAD4 with #BABDD4 are triadic colors.