COLOR #BCC8E0

HEX: #BCC8E0 RGB: (188,200,224)

Color info

#BCC8E0 contains red, green and blue colors in about the same proportion. Web safe color of #BCC8E0 is #CCCCCC (or #CCC).

RGB color model

#BCC8E0 color RGB value is (188,200,224).

RGB: (188,200,224) (74%, 78%, 88%)

RGB channels and saturation

R 188 of 255 = 74%
G 200 of 255 = 78%
B 224 of 255 = 88%

188
200
224

R + G + B ~ 80%. #BCC8E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 200 + 224 = 612 (100%)
R 188 of 612 ~ 30.72%
G 200 of 612 ~ 32.68%
B 224 of 612 ~ 36.6'%

%30.72
%32.68
%36.6

CMYK color model

#BCC8E0 color CMYK value is (16,11,0,12).

  • cyan value is 16.07%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (16,11,0,12) C16M11Y0K12 (16%,11%,0%,12%) (0.16/0.11/0.00/0.12) 

CMYK percentages

%16.07
%10.71
%0
%12.16

Codes

Color #BCC8E0 in popluar color models

BC C8 E0
RGB 188 200 224
HSL 220° 36.73% 80.78%
HSB/HSV 220° 16.07% 87.84%
CMYK 16.07% 10.71% 0.00%
12.16%

Color #BCC8E0 in popluar number systems.

HEX BC C8 E0
Decimal 188 200 224
Binary 10111100 11001000 11100000
Octal 274 310 340

Shades and tints

Shades of #BCC8E0

#BCC8E0
(188,200,224)
#ABB6CC
(171,182,204)
#9AA4B8
(154,164,184)
#8992A4
(137,146,164)
#788090
(120,128,144)
#676E7C
(103,110,124)
#565C68
(86,92,104)
#454A54
(69,74,84)
#343840
(52,56,64)
#23262C
(35,38,44)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #BCC8E0

#BCC8E0
(188,200,224)
#C2CDE2
(194,205,226)
#C8D2E4
(200,210,228)
#CED7E6
(206,215,230)
#D4DCE8
(212,220,232)
#DAE1EA
(218,225,234)
#E0E6EC
(224,230,236)
#E6EBEE
(230,235,238)
#ECF0F0
(236,240,240)
#F2F5F2
(242,245,242)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC8E0 color. Also use rgb(188,200,224) instead hex code.

Text Font Color

.myTextColor { color: #BCC8E0; }

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

This text font color is #BCC8E0.

Background Color

.myBgColor { background-color: #BCC8E0; }

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

This div background color is #BCC8E0.

Border color

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

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

This div border color is #BCC8E0.

Opacity

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

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

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

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

This text has shadow with #BCC8E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC8E0.

Preview

Color preview on black background

This text has color #BCC8E0 on black background.


Color preview on white background

This text has color #BCC8E0 on white background.


Black color preview on #BCC8E0 background

This text has black color on #BCC8E0 background.


White color preview on #BCC8E0 background

This text has white color on #BCC8E0 background.


Related colors

Complementary color

Complementary color for #hex is #43371F.


I love getcolorcode.com

Triadic colors

1 #E0BCC8 and #C8E0BC with #BCC8E0 are triadic colors.

2 #E0C8BC and #C8BCE0 with #BCC8E0 are triadic colors.