COLOR #BCCAEC

HEX: #BCCAEC RGB: (188,202,236)

Color info

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

RGB color model

#BCCAEC color RGB value is (188,202,236).

RGB: (188,202,236) (74%, 79%, 93%)

RGB channels and saturation

R 188 of 255 = 74%
G 202 of 255 = 79%
B 236 of 255 = 93%

188
202
236

R + G + B ~ 82%. #BCCAEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 202 + 236 = 626 (100%)
R 188 of 626 ~ 30.03%
G 202 of 626 ~ 32.27%
B 236 of 626 ~ 37.7'%

%30.03
%32.27
%37.7

CMYK color model

#BCCAEC color CMYK value is (20,14,0,7).

  • cyan value is 20.34%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (20,14,0,7)
C20M14Y0K7 (20%, 14%, 0%, 7%)
(0.20 / 0.14 / 0.00 / 0.07)

CMYK percentages

%20.34
%14.41
%0
%7.45

Codes

Color #BCCAEC in popluar color models

BC CA EC
RGB 188 202 236
HSL 223° 55.81% 83.14%
HSB/HSV 223° 20.34% 92.55%
CMYK 20.34% 14.41% 0.00%
7.45%

Color #BCCAEC in popluar number systems.

HEX BC CA EC
Decimal 188 202 236
Binary 10111100 11001010 11101100
Octal 274 312 354

Shades and tints

Shades of #BCCAEC

#BCCAEC
(188,202,236)
#ABB8D7
(171,184,215)
#9AA6C2
(154,166,194)
#8994AD
(137,148,173)
#788298
(120,130,152)
#677083
(103,112,131)
#565E6E
(86,94,110)
#454C59
(69,76,89)
#343A44
(52,58,68)
#23282F
(35,40,47)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #BCCAEC

#BCCAEC
(188,202,236)
#C2CEED
(194,206,237)
#C8D2EE
(200,210,238)
#CED6EF
(206,214,239)
#D4DAF0
(212,218,240)
#DADEF1
(218,222,241)
#E0E2F2
(224,226,242)
#E6E6F3
(230,230,243)
#ECEAF4
(236,234,244)
#F2EEF5
(242,238,245)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCAEC color. Also use rgb(188,202,236) instead hex code.

Text Font Color

.myTextColor { color: #BCCAEC; }

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

This text font color is #BCCAEC.

Background Color

.myBgColor { background-color: #BCCAEC; }

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

This div background color is #BCCAEC.

Border color

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

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

This div border color is #BCCAEC.

Opacity

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

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

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

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

This text has shadow with #BCCAEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCAEC.

Preview

Color preview on black background

This text has color #BCCAEC on black background.


Color preview on white background

This text has color #BCCAEC on white background.


Black color preview on #BCCAEC background

This text has black color on #BCCAEC background.


White color preview on #BCCAEC background

This text has white color on #BCCAEC background.


Related colors

Complementary color

Complementary color for #hex is #433513.


I love getcolorcode.com

Triadic colors

1 #ECBCCA and #CAECBC with #BCCAEC are triadic colors.

2 #ECCABC and #CABCEC with #BCCAEC are triadic colors.