COLOR #BACCE0

HEX: #BACCE0 RGB: (186,204,224)

Color info

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

RGB color model

#BACCE0 color RGB value is (186,204,224).

RGB: (186,204,224) (73%, 80%, 88%)

RGB channels and saturation

R 186 of 255 = 73%
G 204 of 255 = 80%
B 224 of 255 = 88%

186
204
224

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

Portions of RGB colors in percentages

R + G + B = 186 + 204 + 224 = 614 (100%)
R 186 of 614 ~ 30.29%
G 204 of 614 ~ 33.22%
B 224 of 614 ~ 36.48'%

%30.29
%33.22
%36.48

CMYK color model

#BACCE0 color CMYK value is (17,9,0,12).

  • cyan value is 16.96%
  • magenta value is 8.93%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (17,9,0,12)
C17M9Y0K12 (17%, 9%, 0%, 12%)
(0.17 / 0.09 / 0.00 / 0.12)

CMYK percentages

%16.96
%8.93
%0
%12.16

Codes

Color #BACCE0 in popluar color models

BA CC E0
RGB 186 204 224
HSL 212° 38.00% 80.39%
HSB/HSV 212° 16.96% 87.84%
CMYK 16.96% 8.93% 0.00%
12.16%

Color #BACCE0 in popluar number systems.

HEX BA CC E0
Decimal 186 204 224
Binary 10111010 11001100 11100000
Octal 272 314 340

Shades and tints

Shades of #BACCE0

#BACCE0
(186,204,224)
#AABACC
(170,186,204)
#9AA8B8
(154,168,184)
#8A96A4
(138,150,164)
#7A8490
(122,132,144)
#6A727C
(106,114,124)
#5A6068
(90,96,104)
#4A4E54
(74,78,84)
#3A3C40
(58,60,64)
#2A2A2C
(42,42,44)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #BACCE0

#BACCE0
(186,204,224)
#C0D0E2
(192,208,226)
#C6D4E4
(198,212,228)
#CCD8E6
(204,216,230)
#D2DCE8
(210,220,232)
#D8E0EA
(216,224,234)
#DEE4EC
(222,228,236)
#E4E8EE
(228,232,238)
#EAECF0
(234,236,240)
#F0F0F2
(240,240,242)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BACCE0 color. Also use rgb(186,204,224) instead hex code.

Text Font Color

.myTextColor { color: #BACCE0; }

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

This text font color is #BACCE0.

Background Color

.myBgColor { background-color: #BACCE0; }

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

This div background color is #BACCE0.

Border color

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

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

This div border color is #BACCE0.

Opacity

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

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

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

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

This text has shadow with #BACCE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BACCE0.

Preview

Color preview on black background

This text has color #BACCE0 on black background.


Color preview on white background

This text has color #BACCE0 on white background.


Black color preview on #BACCE0 background

This text has black color on #BACCE0 background.


White color preview on #BACCE0 background

This text has white color on #BACCE0 background.


Related colors

Complementary color

Complementary color for #hex is #45331F.


I love getcolorcode.com

Triadic colors

1 #E0BACC and #CCE0BA with #BACCE0 are triadic colors.

2 #E0CCBA and #CCBAE0 with #BACCE0 are triadic colors.