COLOR #BCC9EE

HEX: #BCC9EE RGB: (188,201,238)

Color info

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

RGB color model

#BCC9EE color RGB value is (188,201,238).

RGB: (188,201,238) (74%, 79%, 93%)

RGB channels and saturation

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

188
201
238

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

Portions of RGB colors in percentages

R + G + B = 188 + 201 + 238 = 627 (100%)
R 188 of 627 ~ 29.98%
G 201 of 627 ~ 32.06%
B 238 of 627 ~ 37.96'%

%29.98
%32.06
%37.96

CMYK color model

#BCC9EE color CMYK value is (21,16,0,7).

  • cyan value is 21.01%
  • magenta value is 15.55%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (21,16,0,7)
C21M16Y0K7 (21%, 16%, 0%, 7%)
(0.21 / 0.16 / 0.00 / 0.07)

CMYK percentages

%21.01
%15.55
%0
%6.67

Codes

Color #BCC9EE in popluar color models

BC C9 EE
RGB 188 201 238
HSL 224° 59.52% 83.53%
HSB/HSV 224° 21.01% 93.33%
CMYK 21.01% 15.55% 0.00%
6.67%

Color #BCC9EE in popluar number systems.

HEX BC C9 EE
Decimal 188 201 238
Binary 10111100 11001001 11101110
Octal 274 311 356

Shades and tints

Shades of #BCC9EE

#BCC9EE
(188,201,238)
#ABB7D9
(171,183,217)
#9AA5C4
(154,165,196)
#8993AF
(137,147,175)
#78819A
(120,129,154)
#676F85
(103,111,133)
#565D70
(86,93,112)
#454B5B
(69,75,91)
#343946
(52,57,70)
#232731
(35,39,49)
#12151C
(18,21,28)
#000000
(0,0,0)

Tints of #BCC9EE

#BCC9EE
(188,201,238)
#C2CDEF
(194,205,239)
#C8D1F0
(200,209,240)
#CED5F1
(206,213,241)
#D4D9F2
(212,217,242)
#DADDF3
(218,221,243)
#E0E1F4
(224,225,244)
#E6E5F5
(230,229,245)
#ECE9F6
(236,233,246)
#F2EDF7
(242,237,247)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC9EE; }

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

This text font color is #BCC9EE.

Background Color

.myBgColor { background-color: #BCC9EE; }

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

This div background color is #BCC9EE.

Border color

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

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

This div border color is #BCC9EE.

Opacity

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

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

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

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

This text has shadow with #BCC9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC9EE.

Preview

Color preview on black background

This text has color #BCC9EE on black background.


Color preview on white background

This text has color #BCC9EE on white background.


Black color preview on #BCC9EE background

This text has black color on #BCC9EE background.


White color preview on #BCC9EE background

This text has white color on #BCC9EE background.


Related colors

Complementary color

Complementary color for #hex is #433611.


I love getcolorcode.com

Triadic colors

1 #EEBCC9 and #C9EEBC with #BCC9EE are triadic colors.

2 #EEC9BC and #C9BCEE with #BCC9EE are triadic colors.