COLOR #BCCAEE

HEX: #BCCAEE
RGB: (188,202,238)

Color info

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

RGB color model

#BCCAEE color RGB value is (188,202,238).

  • red value is 188;
  • green value is 202;
  • blue value is 238.
RGB:
(188,202,238)
(74%,79%,93%)

RGB channels and saturation

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

188
202
238

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

Portions of RGB colors in percentages

R + G + B =
188 + 202 + 238 = 628 (100%)
R 188 of 628 ~ 29.94%
G 202 of 628 ~ 32.17%
B 238 of 628 ~ 37.9%

%29.94
%32.17
%37.9

CMYK color model

#BCCAEE color CMYK value is (21,15,0,7).

  • cyan value is 21.01%
  • magenta value is 15.13%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(21,15,0,7)
C21M15Y0K7 
(21%,15%,0%,7%)
(0.21/0.15/0.00/0.07)	

CMYK percentages

%21.01
%15.13
%0
%6.67

Codes

Color #BCCAEE in popluar color models

BCCAEE
RGB188202238
HSL223°59.52%83.53%
HSB/HSV223°21.01%93.33%
CMYK21.01%15.13%0.00%
6.67%

Color #BCCAEE in popluar number systems.

HEXBCCAEE
Decimal188202238
Binary101111001100101011101110
Octal274312356

Shades and tints

Shades of #BCCAEE

#BCCAEE
(188,202,238)
#ABB8D9
(171,184,217)
#9AA6C4
(154,166,196)
#8994AF
(137,148,175)
#78829A
(120,130,154)
#677085
(103,112,133)
#565E70
(86,94,112)
#454C5B
(69,76,91)
#343A46
(52,58,70)
#232831
(35,40,49)
#12161C
(18,22,28)
#000000
(0,0,0)

Tints of #BCCAEE

#BCCAEE
(188,202,238)
#C2CEEF
(194,206,239)
#C8D2F0
(200,210,240)
#CED6F1
(206,214,241)
#D4DAF2
(212,218,242)
#DADEF3
(218,222,243)
#E0E2F4
(224,226,244)
#E6E6F5
(230,230,245)
#ECEAF6
(236,234,246)
#F2EEF7
(242,238,247)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCAEE; }

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

This text font color is #BCCAEE.


Background Color

.myBgColor { background-color: #BCCAEE; }

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

This div background color is #BCCAEE.


Border color

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

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

This div border color is #BCCAEE.


Opacity

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

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

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

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

This text has shadow with #BCCAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCAEE on black background.


Color preview on white background

This text has color #BCCAEE on white background.



Black color preview on #BCCAEE background

This text has black color on #BCCAEE background.


White color preview on #BCCAEE background

This text has white color on #BCCAEE background.