COLOR #BACAE9

HEX: #BACAE9 RGB: (186,202,233)

Color info

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

RGB color model

#BACAE9 color RGB value is (186,202,233).

RGB: (186,202,233) (73%, 79%, 91%)

RGB channels and saturation

R 186 of 255 = 73%
G 202 of 255 = 79%
B 233 of 255 = 91%

186
202
233

R + G + B ~ 81%. #BACAE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 202 + 233 = 621 (100%)
R 186 of 621 ~ 29.95%
G 202 of 621 ~ 32.53%
B 233 of 621 ~ 37.52'%

%29.95
%32.53
%37.52

CMYK color model

#BACAE9 color CMYK value is (20,13,0,9).

  • cyan value is 20.17%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (20,13,0,9)
C20M13Y0K9 (20%, 13%, 0%, 9%)
(0.20 / 0.13 / 0.00 / 0.09)

CMYK percentages

%20.17
%13.3
%0
%8.63

Codes

Color #BACAE9 in popluar color models

BA CA E9
RGB 186 202 233
HSL 220° 51.65% 82.16%
HSB/HSV 220° 20.17% 91.37%
CMYK 20.17% 13.30% 0.00%
8.63%

Color #BACAE9 in popluar number systems.

HEX BA CA E9
Decimal 186 202 233
Binary 10111010 11001010 11101001
Octal 272 312 351

Shades and tints

Shades of #BACAE9

#BACAE9
(186,202,233)
#AAB8D4
(170,184,212)
#9AA6BF
(154,166,191)
#8A94AA
(138,148,170)
#7A8295
(122,130,149)
#6A7080
(106,112,128)
#5A5E6B
(90,94,107)
#4A4C56
(74,76,86)
#3A3A41
(58,58,65)
#2A282C
(42,40,44)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #BACAE9

#BACAE9
(186,202,233)
#C0CEEB
(192,206,235)
#C6D2ED
(198,210,237)
#CCD6EF
(204,214,239)
#D2DAF1
(210,218,241)
#D8DEF3
(216,222,243)
#DEE2F5
(222,226,245)
#E4E6F7
(228,230,247)
#EAEAF9
(234,234,249)
#F0EEFB
(240,238,251)
#F6F2FD
(246,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BACAE9; }

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

This text font color is #BACAE9.

Background Color

.myBgColor { background-color: #BACAE9; }

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

This div background color is #BACAE9.

Border color

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

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

This div border color is #BACAE9.

Opacity

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

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

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

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

This text has shadow with #BACAE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BACAE9.

Preview

Color preview on black background

This text has color #BACAE9 on black background.


Color preview on white background

This text has color #BACAE9 on white background.


Black color preview on #BACAE9 background

This text has black color on #BACAE9 background.


White color preview on #BACAE9 background

This text has white color on #BACAE9 background.


Related colors

Complementary color

Complementary color for #hex is #453516.


I love getcolorcode.com

Triadic colors

1 #E9BACA and #CAE9BA with #BACAE9 are triadic colors.

2 #E9CABA and #CABAE9 with #BACAE9 are triadic colors.