COLOR #BAC2E6

HEX: #BAC2E6
RGB: (186,194,230)

Color info

#BAC2E6 contains red, green and blue colors in about the same proportion. Web safe color of #BAC2E6 is #CCCCCC (or #CCC).

RGB color model

#BAC2E6 color RGB value is (186,194,230).

  • red value is 186;
  • green value is 194;
  • blue value is 230.
RGB:
(186,194,230)
(73%,76%,90%)

RGB channels and saturation

R 186 of 255 = 73%
G 194 of 255 = 76%
B 230 of 255 = 90%

186
194
230

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

Portions of RGB colors in percentages

R + G + B =
186 + 194 + 230 = 610 (100%)
R 186 of 610 ~ 30.49%
G 194 of 610 ~ 31.8%
B 230 of 610 ~ 37.7%

%30.49
%31.8
%37.7

CMYK color model

#BAC2E6 color CMYK value is (19,16,0,10).

  • cyan value is 19.13%
  • magenta value is 15.65%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(19,16,0,10)
C19M16Y0K10 
(19%,16%,0%,10%)
(0.19/0.16/0.00/0.10)	

CMYK percentages

%19.13
%15.65
%0
%9.8

Codes

Color #BAC2E6 in popluar color models

BAC2E6
RGB186194230
HSL229°46.81%81.57%
HSB/HSV229°19.13%90.20%
CMYK19.13%15.65%0.00%
9.80%

Color #BAC2E6 in popluar number systems.

HEXBAC2E6
Decimal186194230
Binary101110101100001011100110
Octal272302346

Shades and tints

Shades of #BAC2E6

#BAC2E6
(186,194,230)
#AAB1D2
(170,177,210)
#9AA0BE
(154,160,190)
#8A8FAA
(138,143,170)
#7A7E96
(122,126,150)
#6A6D82
(106,109,130)
#5A5C6E
(90,92,110)
#4A4B5A
(74,75,90)
#3A3A46
(58,58,70)
#2A2932
(42,41,50)
#1A181E
(26,24,30)
#000000
(0,0,0)

Tints of #BAC2E6

#BAC2E6
(186,194,230)
#C0C7E8
(192,199,232)
#C6CCEA
(198,204,234)
#CCD1EC
(204,209,236)
#D2D6EE
(210,214,238)
#D8DBF0
(216,219,240)
#DEE0F2
(222,224,242)
#E4E5F4
(228,229,244)
#EAEAF6
(234,234,246)
#F0EFF8
(240,239,248)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAC2E6; }

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

This text font color is #BAC2E6.


Background Color

.myBgColor { background-color: #BAC2E6; }

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

This div background color is #BAC2E6.


Border color

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

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

This div border color is #BAC2E6.


Opacity

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

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

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

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

This text has shadow with #BAC2E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAC2E6 on black background.


Color preview on white background

This text has color #BAC2E6 on white background.



Black color preview on #BAC2E6 background

This text has black color on #BAC2E6 background.


White color preview on #BAC2E6 background

This text has white color on #BAC2E6 background.