COLOR #BABEEE

HEX: #BABEEE RGB: (186,190,238)

Color info

#BABEEE contains red, green and blue colors in about the same proportion. Web safe color of #BABEEE is #CCCCFF (or #CCF).

RGB color model

#BABEEE color RGB value is (186,190,238).

RGB: (186,190,238) (73%, 75%, 93%)

RGB channels and saturation

R 186 of 255 = 73%
G 190 of 255 = 75%
B 238 of 255 = 93%

186
190
238

R + G + B ~ 80%. #BABEEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 190 + 238 = 614 (100%)
R 186 of 614 ~ 30.29%
G 190 of 614 ~ 30.94%
B 238 of 614 ~ 38.76'%

%30.29
%30.94
%38.76

CMYK color model

#BABEEE color CMYK value is (22,20,0,7).

  • cyan value is 21.85%
  • magenta value is 20.17%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (22,20,0,7) C22M20Y0K7 (22%,20%,0%,7%) (0.22/0.20/0.00/0.07) 

CMYK percentages

%21.85
%20.17
%0
%6.67

Codes

Color #BABEEE in popluar color models

BA BE EE
RGB 186 190 238
HSL 235° 60.47% 83.14%
HSB/HSV 235° 21.85% 93.33%
CMYK 21.85% 20.17% 0.00%
6.67%

Color #BABEEE in popluar number systems.

HEX BA BE EE
Decimal 186 190 238
Binary 10111010 10111110 11101110
Octal 272 276 356

Shades and tints

Shades of #BABEEE

#BABEEE
(186,190,238)
#AAADD9
(170,173,217)
#9A9CC4
(154,156,196)
#8A8BAF
(138,139,175)
#7A7A9A
(122,122,154)
#6A6985
(106,105,133)
#5A5870
(90,88,112)
#4A475B
(74,71,91)
#3A3646
(58,54,70)
#2A2531
(42,37,49)
#1A141C
(26,20,28)
#000000
(0,0,0)

Tints of #BABEEE

#BABEEE
(186,190,238)
#C0C3EF
(192,195,239)
#C6C8F0
(198,200,240)
#CCCDF1
(204,205,241)
#D2D2F2
(210,210,242)
#D8D7F3
(216,215,243)
#DEDCF4
(222,220,244)
#E4E1F5
(228,225,245)
#EAE6F6
(234,230,246)
#F0EBF7
(240,235,247)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABEEE; }

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

This text font color is #BABEEE.

Background Color

.myBgColor { background-color: #BABEEE; }

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

This div background color is #BABEEE.

Border color

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

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

This div border color is #BABEEE.

Opacity

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

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

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

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

This text has shadow with #BABEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABEEE.

Preview

Color preview on black background

This text has color #BABEEE on black background.


Color preview on white background

This text has color #BABEEE on white background.


Black color preview on #BABEEE background

This text has black color on #BABEEE background.


White color preview on #BABEEE background

This text has white color on #BABEEE background.


Related colors

Complementary color

Complementary color for #hex is #454111.


I love getcolorcode.com

Triadic colors

1 #EEBABE and #BEEEBA with #BABEEE are triadic colors.

2 #EEBEBA and #BEBAEE with #BABEEE are triadic colors.