COLOR #BACCE8

HEX: #BACCE8 RGB: (186,204,232)

Color info

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

RGB color model

#BACCE8 color RGB value is (186,204,232).

RGB: (186,204,232) (73%, 80%, 91%)

RGB channels and saturation

R 186 of 255 = 73%
G 204 of 255 = 80%
B 232 of 255 = 91%

186
204
232

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

Portions of RGB colors in percentages

R + G + B = 186 + 204 + 232 = 622 (100%)
R 186 of 622 ~ 29.9%
G 204 of 622 ~ 32.8%
B 232 of 622 ~ 37.3'%

%29.9
%32.8
%37.3

CMYK color model

#BACCE8 color CMYK value is (20,12,0,9).

  • cyan value is 19.83%
  • magenta value is 12.07%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (20,12,0,9)
C20M12Y0K9 (20%, 12%, 0%, 9%)
(0.20 / 0.12 / 0.00 / 0.09)

CMYK percentages

%19.83
%12.07
%0
%9.02

Codes

Color #BACCE8 in popluar color models

BA CC E8
RGB 186 204 232
HSL 217° 50.00% 81.96%
HSB/HSV 217° 19.83% 90.98%
CMYK 19.83% 12.07% 0.00%
9.02%

Color #BACCE8 in popluar number systems.

HEX BA CC E8
Decimal 186 204 232
Binary 10111010 11001100 11101000
Octal 272 314 350

Shades and tints

Shades of #BACCE8

#BACCE8
(186,204,232)
#AABAD3
(170,186,211)
#9AA8BE
(154,168,190)
#8A96A9
(138,150,169)
#7A8494
(122,132,148)
#6A727F
(106,114,127)
#5A606A
(90,96,106)
#4A4E55
(74,78,85)
#3A3C40
(58,60,64)
#2A2A2B
(42,42,43)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #BACCE8

#BACCE8
(186,204,232)
#C0D0EA
(192,208,234)
#C6D4EC
(198,212,236)
#CCD8EE
(204,216,238)
#D2DCF0
(210,220,240)
#D8E0F2
(216,224,242)
#DEE4F4
(222,228,244)
#E4E8F6
(228,232,246)
#EAECF8
(234,236,248)
#F0F0FA
(240,240,250)
#F6F4FC
(246,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BACCE8; }

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

This text font color is #BACCE8.

Background Color

.myBgColor { background-color: #BACCE8; }

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

This div background color is #BACCE8.

Border color

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

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

This div border color is #BACCE8.

Opacity

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

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

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

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

This text has shadow with #BACCE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BACCE8.

Preview

Color preview on black background

This text has color #BACCE8 on black background.


Color preview on white background

This text has color #BACCE8 on white background.


Black color preview on #BACCE8 background

This text has black color on #BACCE8 background.


White color preview on #BACCE8 background

This text has white color on #BACCE8 background.


Related colors

Complementary color

Complementary color for #hex is #453317.


I love getcolorcode.com

Triadic colors

1 #E8BACC and #CCE8BA with #BACCE8 are triadic colors.

2 #E8CCBA and #CCBAE8 with #BACCE8 are triadic colors.