COLOR #BABDE0

HEX: #BABDE0 RGB: (186,189,224)

Color info

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

RGB color model

#BABDE0 color RGB value is (186,189,224).

RGB: (186,189,224) (73%, 74%, 88%)

RGB channels and saturation

R 186 of 255 = 73%
G 189 of 255 = 74%
B 224 of 255 = 88%

186
189
224

R + G + B ~ 78%. #BABDE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 189 + 224 = 599 (100%)
R 186 of 599 ~ 31.05%
G 189 of 599 ~ 31.55%
B 224 of 599 ~ 37.4'%

%31.05
%31.55
%37.4

CMYK color model

#BABDE0 color CMYK value is (17,16,0,12).

  • cyan value is 16.96%
  • magenta value is 15.63%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (17,16,0,12)
C17M16Y0K12 (17%, 16%, 0%, 12%)
(0.17 / 0.16 / 0.00 / 0.12)

CMYK percentages

%16.96
%15.63
%0
%12.16

Codes

Color #BABDE0 in popluar color models

BA BD E0
RGB 186 189 224
HSL 235° 38.00% 80.39%
HSB/HSV 235° 16.96% 87.84%
CMYK 16.96% 15.63% 0.00%
12.16%

Color #BABDE0 in popluar number systems.

HEX BA BD E0
Decimal 186 189 224
Binary 10111010 10111101 11100000
Octal 272 275 340

Shades and tints

Shades of #BABDE0

#BABDE0
(186,189,224)
#AAACCC
(170,172,204)
#9A9BB8
(154,155,184)
#8A8AA4
(138,138,164)
#7A7990
(122,121,144)
#6A687C
(106,104,124)
#5A5768
(90,87,104)
#4A4654
(74,70,84)
#3A3540
(58,53,64)
#2A242C
(42,36,44)
#1A1318
(26,19,24)
#000000
(0,0,0)

Tints of #BABDE0

#BABDE0
(186,189,224)
#C0C3E2
(192,195,226)
#C6C9E4
(198,201,228)
#CCCFE6
(204,207,230)
#D2D5E8
(210,213,232)
#D8DBEA
(216,219,234)
#DEE1EC
(222,225,236)
#E4E7EE
(228,231,238)
#EAEDF0
(234,237,240)
#F0F3F2
(240,243,242)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABDE0; }

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

This text font color is #BABDE0.

Background Color

.myBgColor { background-color: #BABDE0; }

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

This div background color is #BABDE0.

Border color

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

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

This div border color is #BABDE0.

Opacity

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

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

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

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

This text has shadow with #BABDE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABDE0.

Preview

Color preview on black background

This text has color #BABDE0 on black background.


Color preview on white background

This text has color #BABDE0 on white background.


Black color preview on #BABDE0 background

This text has black color on #BABDE0 background.


White color preview on #BABDE0 background

This text has white color on #BABDE0 background.


Related colors

Complementary color

Complementary color for #hex is #45421F.


I love getcolorcode.com

Triadic colors

1 #E0BABD and #BDE0BA with #BABDE0 are triadic colors.

2 #E0BDBA and #BDBAE0 with #BABDE0 are triadic colors.