COLOR #BABFE9

HEX: #BABFE9 RGB: (186,191,233)

Color info

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

RGB color model

#BABFE9 color RGB value is (186,191,233).

RGB: (186,191,233) (73%, 75%, 91%)

RGB channels and saturation

R 186 of 255 = 73%
G 191 of 255 = 75%
B 233 of 255 = 91%

186
191
233

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

Portions of RGB colors in percentages

R + G + B = 186 + 191 + 233 = 610 (100%)
R 186 of 610 ~ 30.49%
G 191 of 610 ~ 31.31%
B 233 of 610 ~ 38.2'%

%30.49
%31.31
%38.2

CMYK color model

#BABFE9 color CMYK value is (20,18,0,9).

  • cyan value is 20.17%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (20,18,0,9) C20M18Y0K9 (20%,18%,0%,9%) (0.20/0.18/0.00/0.09) 

CMYK percentages

%20.17
%18.03
%0
%8.63

Codes

Color #BABFE9 in popluar color models

BA BF E9
RGB 186 191 233
HSL 234° 51.65% 82.16%
HSB/HSV 234° 20.17% 91.37%
CMYK 20.17% 18.03% 0.00%
8.63%

Color #BABFE9 in popluar number systems.

HEX BA BF E9
Decimal 186 191 233
Binary 10111010 10111111 11101001
Octal 272 277 351

Shades and tints

Shades of #BABFE9

#BABFE9
(186,191,233)
#AAAED4
(170,174,212)
#9A9DBF
(154,157,191)
#8A8CAA
(138,140,170)
#7A7B95
(122,123,149)
#6A6A80
(106,106,128)
#5A596B
(90,89,107)
#4A4856
(74,72,86)
#3A3741
(58,55,65)
#2A262C
(42,38,44)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #BABFE9

#BABFE9
(186,191,233)
#C0C4EB
(192,196,235)
#C6C9ED
(198,201,237)
#CCCEEF
(204,206,239)
#D2D3F1
(210,211,241)
#D8D8F3
(216,216,243)
#DEDDF5
(222,221,245)
#E4E2F7
(228,226,247)
#EAE7F9
(234,231,249)
#F0ECFB
(240,236,251)
#F6F1FD
(246,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BABFE9 color. Also use rgb(186,191,233) instead hex code.

Text Font Color

.myTextColor { color: #BABFE9; }

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

This text font color is #BABFE9.

Background Color

.myBgColor { background-color: #BABFE9; }

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

This div background color is #BABFE9.

Border color

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

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

This div border color is #BABFE9.

Opacity

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

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

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

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

This text has shadow with #BABFE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABFE9.

Preview

Color preview on black background

This text has color #BABFE9 on black background.


Color preview on white background

This text has color #BABFE9 on white background.


Black color preview on #BABFE9 background

This text has black color on #BABFE9 background.


White color preview on #BABFE9 background

This text has white color on #BABFE9 background.


Related colors

Complementary color

Complementary color for #hex is #454016.


I love getcolorcode.com

Triadic colors

1 #E9BABF and #BFE9BA with #BABFE9 are triadic colors.

2 #E9BFBA and #BFBAE9 with #BABFE9 are triadic colors.