COLOR #BABFEA

HEX: #BABFEA
RGB: (186,191,234)

Color info

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

RGB color model

#BABFEA color RGB value is (186,191,234).

  • red value is 186;
  • green value is 191;
  • blue value is 234.
RGB:
(186,191,234)
(73%,75%,92%)

RGB channels and saturation

R 186 of 255 = 73%
G 191 of 255 = 75%
B 234 of 255 = 92%

186
191
234

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

Portions of RGB colors in percentages

R + G + B =
186 + 191 + 234 = 611 (100%)
R 186 of 611 ~ 30.44%
G 191 of 611 ~ 31.26%
B 234 of 611 ~ 38.3%

%30.44
%31.26
%38.3

CMYK color model

#BABFEA color CMYK value is (21,18,0,8).

  • cyan value is 20.51%
  • magenta value is 18.38%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(21,18,0,8)
C21M18Y0K8 
(21%,18%,0%,8%)
(0.21/0.18/0.00/0.08)	

CMYK percentages

%20.51
%18.38
%0
%8.24

Codes

Color #BABFEA in popluar color models

BABFEA
RGB186191234
HSL234°53.33%82.35%
HSB/HSV234°20.51%91.76%
CMYK20.51%18.38%0.00%
8.24%

Color #BABFEA in popluar number systems.

HEXBABFEA
Decimal186191234
Binary101110101011111111101010
Octal272277352

Shades and tints

Shades of #BABFEA

#BABFEA
(186,191,234)
#AAAED5
(170,174,213)
#9A9DC0
(154,157,192)
#8A8CAB
(138,140,171)
#7A7B96
(122,123,150)
#6A6A81
(106,106,129)
#5A596C
(90,89,108)
#4A4857
(74,72,87)
#3A3742
(58,55,66)
#2A262D
(42,38,45)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #BABFEA

#BABFEA
(186,191,234)
#C0C4EB
(192,196,235)
#C6C9EC
(198,201,236)
#CCCEED
(204,206,237)
#D2D3EE
(210,211,238)
#D8D8EF
(216,216,239)
#DEDDF0
(222,221,240)
#E4E2F1
(228,226,241)
#EAE7F2
(234,231,242)
#F0ECF3
(240,236,243)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABFEA; }

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

This text font color is #BABFEA.


Background Color

.myBgColor { background-color: #BABFEA; }

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

This div background color is #BABFEA.


Border color

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

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

This div border color is #BABFEA.


Opacity

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

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

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

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

This text has shadow with #BABFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABFEA on black background.


Color preview on white background

This text has color #BABFEA on white background.



Black color preview on #BABFEA background

This text has black color on #BABFEA background.


White color preview on #BABFEA background

This text has white color on #BABFEA background.