COLOR #BCC0E7

HEX: #BCC0E7 RGB: (188,192,231)

Color info

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

RGB color model

#BCC0E7 color RGB value is (188,192,231).

RGB: (188,192,231) (74%, 75%, 91%)

RGB channels and saturation

R 188 of 255 = 74%
G 192 of 255 = 75%
B 231 of 255 = 91%

188
192
231

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

Portions of RGB colors in percentages

R + G + B = 188 + 192 + 231 = 611 (100%)
R 188 of 611 ~ 30.77%
G 192 of 611 ~ 31.42%
B 231 of 611 ~ 37.81'%

%30.77
%31.42
%37.81

CMYK color model

#BCC0E7 color CMYK value is (19,17,0,9).

  • cyan value is 18.61%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (19,17,0,9)
C19M17Y0K9 (19%, 17%, 0%, 9%)
(0.19 / 0.17 / 0.00 / 0.09)

CMYK percentages

%18.61
%16.88
%0
%9.41

Codes

Color #BCC0E7 in popluar color models

BC C0 E7
RGB 188 192 231
HSL 234° 47.25% 82.16%
HSB/HSV 234° 18.61% 90.59%
CMYK 18.61% 16.88% 0.00%
9.41%

Color #BCC0E7 in popluar number systems.

HEX BC C0 E7
Decimal 188 192 231
Binary 10111100 11000000 11100111
Octal 274 300 347

Shades and tints

Shades of #BCC0E7

#BCC0E7
(188,192,231)
#ABAFD2
(171,175,210)
#9A9EBD
(154,158,189)
#898DA8
(137,141,168)
#787C93
(120,124,147)
#676B7E
(103,107,126)
#565A69
(86,90,105)
#454954
(69,73,84)
#34383F
(52,56,63)
#23272A
(35,39,42)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #BCC0E7

#BCC0E7
(188,192,231)
#C2C5E9
(194,197,233)
#C8CAEB
(200,202,235)
#CECFED
(206,207,237)
#D4D4EF
(212,212,239)
#DAD9F1
(218,217,241)
#E0DEF3
(224,222,243)
#E6E3F5
(230,227,245)
#ECE8F7
(236,232,247)
#F2EDF9
(242,237,249)
#F8F2FB
(248,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC0E7 color. Also use rgb(188,192,231) instead hex code.

Text Font Color

.myTextColor { color: #BCC0E7; }

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

This text font color is #BCC0E7.

Background Color

.myBgColor { background-color: #BCC0E7; }

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

This div background color is #BCC0E7.

Border color

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

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

This div border color is #BCC0E7.

Opacity

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

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

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

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

This text has shadow with #BCC0E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC0E7.

Preview

Color preview on black background

This text has color #BCC0E7 on black background.


Color preview on white background

This text has color #BCC0E7 on white background.


Black color preview on #BCC0E7 background

This text has black color on #BCC0E7 background.


White color preview on #BCC0E7 background

This text has white color on #BCC0E7 background.


Related colors

Complementary color

Complementary color for #hex is #433F18.


I love getcolorcode.com

Triadic colors

1 #E7BCC0 and #C0E7BC with #BCC0E7 are triadic colors.

2 #E7C0BC and #C0BCE7 with #BCC0E7 are triadic colors.