COLOR #BACEEF

HEX: #BACEEF RGB: (186,206,239)

Color info

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

RGB color model

#BACEEF color RGB value is (186,206,239).

RGB: (186,206,239) (73%, 81%, 94%)

RGB channels and saturation

R 186 of 255 = 73%
G 206 of 255 = 81%
B 239 of 255 = 94%

186
206
239

R + G + B ~ 83%. #BACEEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 206 + 239 = 631 (100%)
R 186 of 631 ~ 29.48%
G 206 of 631 ~ 32.65%
B 239 of 631 ~ 37.88'%

%29.48
%32.65
%37.88

CMYK color model

#BACEEF color CMYK value is (22,14,0,6).

  • cyan value is 22.18%
  • magenta value is 13.81%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (22,14,0,6)
C22M14Y0K6 (22%, 14%, 0%, 6%)
(0.22 / 0.14 / 0.00 / 0.06)

CMYK percentages

%22.18
%13.81
%0
%6.27

Codes

Color #BACEEF in popluar color models

BA CE EF
RGB 186 206 239
HSL 217° 62.35% 83.33%
HSB/HSV 217° 22.18% 93.73%
CMYK 22.18% 13.81% 0.00%
6.27%

Color #BACEEF in popluar number systems.

HEX BA CE EF
Decimal 186 206 239
Binary 10111010 11001110 11101111
Octal 272 316 357

Shades and tints

Shades of #BACEEF

#BACEEF
(186,206,239)
#AABCDA
(170,188,218)
#9AAAC5
(154,170,197)
#8A98B0
(138,152,176)
#7A869B
(122,134,155)
#6A7486
(106,116,134)
#5A6271
(90,98,113)
#4A505C
(74,80,92)
#3A3E47
(58,62,71)
#2A2C32
(42,44,50)
#1A1A1D
(26,26,29)
#000000
(0,0,0)

Tints of #BACEEF

#BACEEF
(186,206,239)
#C0D2F0
(192,210,240)
#C6D6F1
(198,214,241)
#CCDAF2
(204,218,242)
#D2DEF3
(210,222,243)
#D8E2F4
(216,226,244)
#DEE6F5
(222,230,245)
#E4EAF6
(228,234,246)
#EAEEF7
(234,238,247)
#F0F2F8
(240,242,248)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BACEEF color. Also use rgb(186,206,239) instead hex code.

Text Font Color

.myTextColor { color: #BACEEF; }

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

This text font color is #BACEEF.

Background Color

.myBgColor { background-color: #BACEEF; }

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

This div background color is #BACEEF.

Border color

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

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

This div border color is #BACEEF.

Opacity

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

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

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

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

This text has shadow with #BACEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BACEEF.

Preview

Color preview on black background

This text has color #BACEEF on black background.


Color preview on white background

This text has color #BACEEF on white background.


Black color preview on #BACEEF background

This text has black color on #BACEEF background.


White color preview on #BACEEF background

This text has white color on #BACEEF background.


Related colors

Complementary color

Complementary color for #hex is #453110.


I love getcolorcode.com

Triadic colors

1 #EFBACE and #CEEFBA with #BACEEF are triadic colors.

2 #EFCEBA and #CEBAEF with #BACEEF are triadic colors.