COLOR #BABBEA

HEX: #BABBEA RGB: (186,187,234)

Color info

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

RGB color model

#BABBEA color RGB value is (186,187,234).

RGB: (186,187,234) (73%, 73%, 92%)

RGB channels and saturation

R 186 of 255 = 73%
G 187 of 255 = 73%
B 234 of 255 = 92%

186
187
234

R + G + B ~ 79%. #BABBEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 187 + 234 = 607 (100%)
R 186 of 607 ~ 30.64%
G 187 of 607 ~ 30.81%
B 234 of 607 ~ 38.55'%

%30.64
%30.81
%38.55

CMYK color model

#BABBEA color CMYK value is (21,20,0,8).

  • cyan value is 20.51%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (21,20,0,8)
C21M20Y0K8 (21%, 20%, 0%, 8%)
(0.21 / 0.20 / 0.00 / 0.08)

CMYK percentages

%20.51
%20.09
%0
%8.24

Codes

Color #BABBEA in popluar color models

BA BB EA
RGB 186 187 234
HSL 239° 53.33% 82.35%
HSB/HSV 239° 20.51% 91.76%
CMYK 20.51% 20.09% 0.00%
8.24%

Color #BABBEA in popluar number systems.

HEX BA BB EA
Decimal 186 187 234
Binary 10111010 10111011 11101010
Octal 272 273 352

Shades and tints

Shades of #BABBEA

#BABBEA
(186,187,234)
#AAAAD5
(170,170,213)
#9A99C0
(154,153,192)
#8A88AB
(138,136,171)
#7A7796
(122,119,150)
#6A6681
(106,102,129)
#5A556C
(90,85,108)
#4A4457
(74,68,87)
#3A3342
(58,51,66)
#2A222D
(42,34,45)
#1A1118
(26,17,24)
#000000
(0,0,0)

Tints of #BABBEA

#BABBEA
(186,187,234)
#C0C1EB
(192,193,235)
#C6C7EC
(198,199,236)
#CCCDED
(204,205,237)
#D2D3EE
(210,211,238)
#D8D9EF
(216,217,239)
#DEDFF0
(222,223,240)
#E4E5F1
(228,229,241)
#EAEBF2
(234,235,242)
#F0F1F3
(240,241,243)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABBEA; }

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

This text font color is #BABBEA.

Background Color

.myBgColor { background-color: #BABBEA; }

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

This div background color is #BABBEA.

Border color

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

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

This div border color is #BABBEA.

Opacity

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

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

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

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

This text has shadow with #BABBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABBEA.

Preview

Color preview on black background

This text has color #BABBEA on black background.


Color preview on white background

This text has color #BABBEA on white background.


Black color preview on #BABBEA background

This text has black color on #BABBEA background.


White color preview on #BABBEA background

This text has white color on #BABBEA background.


Related colors

Complementary color

Complementary color for #hex is #454415.


I love getcolorcode.com

Triadic colors

1 #EABABB and #BBEABA with #BABBEA are triadic colors.

2 #EABBBA and #BBBAEA with #BABBEA are triadic colors.