COLOR #BAC1E9

HEX: #BAC1E9 RGB: (186,193,233)

Color info

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

RGB color model

#BAC1E9 color RGB value is (186,193,233).

RGB: (186,193,233) (73%, 76%, 91%)

RGB channels and saturation

R 186 of 255 = 73%
G 193 of 255 = 76%
B 233 of 255 = 91%

186
193
233

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

Portions of RGB colors in percentages

R + G + B = 186 + 193 + 233 = 612 (100%)
R 186 of 612 ~ 30.39%
G 193 of 612 ~ 31.54%
B 233 of 612 ~ 38.07'%

%30.39
%31.54
%38.07

CMYK color model

#BAC1E9 color CMYK value is (20,17,0,9).

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

CMYK: (20,17,0,9)
C20M17Y0K9 (20%, 17%, 0%, 9%)
(0.20 / 0.17 / 0.00 / 0.09)

CMYK percentages

%20.17
%17.17
%0
%8.63

Codes

Color #BAC1E9 in popluar color models

BA C1 E9
RGB 186 193 233
HSL 231° 51.65% 82.16%
HSB/HSV 231° 20.17% 91.37%
CMYK 20.17% 17.17% 0.00%
8.63%

Color #BAC1E9 in popluar number systems.

HEX BA C1 E9
Decimal 186 193 233
Binary 10111010 11000001 11101001
Octal 272 301 351

Shades and tints

Shades of #BAC1E9

#BAC1E9
(186,193,233)
#AAB0D4
(170,176,212)
#9A9FBF
(154,159,191)
#8A8EAA
(138,142,170)
#7A7D95
(122,125,149)
#6A6C80
(106,108,128)
#5A5B6B
(90,91,107)
#4A4A56
(74,74,86)
#3A3941
(58,57,65)
#2A282C
(42,40,44)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #BAC1E9

#BAC1E9
(186,193,233)
#C0C6EB
(192,198,235)
#C6CBED
(198,203,237)
#CCD0EF
(204,208,239)
#D2D5F1
(210,213,241)
#D8DAF3
(216,218,243)
#DEDFF5
(222,223,245)
#E4E4F7
(228,228,247)
#EAE9F9
(234,233,249)
#F0EEFB
(240,238,251)
#F6F3FD
(246,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAC1E9; }

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

This text font color is #BAC1E9.

Background Color

.myBgColor { background-color: #BAC1E9; }

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

This div background color is #BAC1E9.

Border color

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

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

This div border color is #BAC1E9.

Opacity

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

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

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

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

This text has shadow with #BAC1E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAC1E9.

Preview

Color preview on black background

This text has color #BAC1E9 on black background.


Color preview on white background

This text has color #BAC1E9 on white background.


Black color preview on #BAC1E9 background

This text has black color on #BAC1E9 background.


White color preview on #BAC1E9 background

This text has white color on #BAC1E9 background.


Related colors

Complementary color

Complementary color for #hex is #453E16.


I love getcolorcode.com

Triadic colors

1 #E9BAC1 and #C1E9BA with #BAC1E9 are triadic colors.

2 #E9C1BA and #C1BAE9 with #BAC1E9 are triadic colors.