COLOR #BAC2EE

HEX: #BAC2EE RGB: (186,194,238)

Color info

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

RGB color model

#BAC2EE color RGB value is (186,194,238).

RGB: (186,194,238) (73%, 76%, 93%)

RGB channels and saturation

R 186 of 255 = 73%
G 194 of 255 = 76%
B 238 of 255 = 93%

186
194
238

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

Portions of RGB colors in percentages

R + G + B = 186 + 194 + 238 = 618 (100%)
R 186 of 618 ~ 30.1%
G 194 of 618 ~ 31.39%
B 238 of 618 ~ 38.51'%

%30.1
%31.39
%38.51

CMYK color model

#BAC2EE color CMYK value is (22,18,0,7).

  • cyan value is 21.85%
  • magenta value is 18.49%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (22,18,0,7)
C22M18Y0K7 (22%, 18%, 0%, 7%)
(0.22 / 0.18 / 0.00 / 0.07)

CMYK percentages

%21.85
%18.49
%0
%6.67

Codes

Color #BAC2EE in popluar color models

BA C2 EE
RGB 186 194 238
HSL 231° 60.47% 83.14%
HSB/HSV 231° 21.85% 93.33%
CMYK 21.85% 18.49% 0.00%
6.67%

Color #BAC2EE in popluar number systems.

HEX BA C2 EE
Decimal 186 194 238
Binary 10111010 11000010 11101110
Octal 272 302 356

Shades and tints

Shades of #BAC2EE

#BAC2EE
(186,194,238)
#AAB1D9
(170,177,217)
#9AA0C4
(154,160,196)
#8A8FAF
(138,143,175)
#7A7E9A
(122,126,154)
#6A6D85
(106,109,133)
#5A5C70
(90,92,112)
#4A4B5B
(74,75,91)
#3A3A46
(58,58,70)
#2A2931
(42,41,49)
#1A181C
(26,24,28)
#000000
(0,0,0)

Tints of #BAC2EE

#BAC2EE
(186,194,238)
#C0C7EF
(192,199,239)
#C6CCF0
(198,204,240)
#CCD1F1
(204,209,241)
#D2D6F2
(210,214,242)
#D8DBF3
(216,219,243)
#DEE0F4
(222,224,244)
#E4E5F5
(228,229,245)
#EAEAF6
(234,234,246)
#F0EFF7
(240,239,247)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAC2EE color. Also use rgb(186,194,238) instead hex code.

Text Font Color

.myTextColor { color: #BAC2EE; }

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

This text font color is #BAC2EE.

Background Color

.myBgColor { background-color: #BAC2EE; }

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

This div background color is #BAC2EE.

Border color

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

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

This div border color is #BAC2EE.

Opacity

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

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

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

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

This text has shadow with #BAC2EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAC2EE.

Preview

Color preview on black background

This text has color #BAC2EE on black background.


Color preview on white background

This text has color #BAC2EE on white background.


Black color preview on #BAC2EE background

This text has black color on #BAC2EE background.


White color preview on #BAC2EE background

This text has white color on #BAC2EE background.


Related colors

Complementary color

Complementary color for #hex is #453D11.


I love getcolorcode.com

Triadic colors

1 #EEBAC2 and #C2EEBA with #BAC2EE are triadic colors.

2 #EEC2BA and #C2BAEE with #BAC2EE are triadic colors.