COLOR #BAC5D2

HEX: #BAC5D2 RGB: (186,197,210)

Color info

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

RGB color model

#BAC5D2 color RGB value is (186,197,210).

RGB: (186,197,210) (73%, 77%, 82%)

RGB channels and saturation

R 186 of 255 = 73%
G 197 of 255 = 77%
B 210 of 255 = 82%

186
197
210

R + G + B ~ 77%. #BAC5D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 197 + 210 = 593 (100%)
R 186 of 593 ~ 31.37%
G 197 of 593 ~ 33.22%
B 210 of 593 ~ 35.41'%

%31.37
%33.22
%35.41

CMYK color model

#BAC5D2 color CMYK value is (11,6,0,18).

  • cyan value is 11.43%
  • magenta value is 6.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK: (11,6,0,18) C11M6Y0K18 (11%,6%,0%,18%) (0.11/0.06/0.00/0.18) 

CMYK percentages

%11.43
%6.19
%0
%17.65

Codes

Color #BAC5D2 in popluar color models

BA C5 D2
RGB 186 197 210
HSL 213° 21.05% 77.65%
HSB/HSV 213° 11.43% 82.35%
CMYK 11.43% 6.19% 0.00%
17.65%

Color #BAC5D2 in popluar number systems.

HEX BA C5 D2
Decimal 186 197 210
Binary 10111010 11000101 11010010
Octal 272 305 322

Shades and tints

Shades of #BAC5D2

#BAC5D2
(186,197,210)
#AAB4BF
(170,180,191)
#9AA3AC
(154,163,172)
#8A9299
(138,146,153)
#7A8186
(122,129,134)
#6A7073
(106,112,115)
#5A5F60
(90,95,96)
#4A4E4D
(74,78,77)
#3A3D3A
(58,61,58)
#2A2C27
(42,44,39)
#1A1B14
(26,27,20)
#000000
(0,0,0)

Tints of #BAC5D2

#BAC5D2
(186,197,210)
#C0CAD6
(192,202,214)
#C6CFDA
(198,207,218)
#CCD4DE
(204,212,222)
#D2D9E2
(210,217,226)
#D8DEE6
(216,222,230)
#DEE3EA
(222,227,234)
#E4E8EE
(228,232,238)
#EAEDF2
(234,237,242)
#F0F2F6
(240,242,246)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAC5D2 color. Also use rgb(186,197,210) instead hex code.

Text Font Color

.myTextColor { color: #BAC5D2; }

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

This text font color is #BAC5D2.

Background Color

.myBgColor { background-color: #BAC5D2; }

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

This div background color is #BAC5D2.

Border color

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

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

This div border color is #BAC5D2.

Opacity

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

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

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

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

This text has shadow with #BAC5D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAC5D2.

Preview

Color preview on black background

This text has color #BAC5D2 on black background.


Color preview on white background

This text has color #BAC5D2 on white background.


Black color preview on #BAC5D2 background

This text has black color on #BAC5D2 background.


White color preview on #BAC5D2 background

This text has white color on #BAC5D2 background.


Related colors

Complementary color

Complementary color for #hex is #453A2D.


I love getcolorcode.com

Triadic colors

1 #D2BAC5 and #C5D2BA with #BAC5D2 are triadic colors.

2 #D2C5BA and #C5BAD2 with #BAC5D2 are triadic colors.