COLOR #BCC6E6

HEX: #BCC6E6 RGB: (188,198,230)

Color info

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

RGB color model

#BCC6E6 color RGB value is (188,198,230).

RGB: (188,198,230) (74%, 78%, 90%)

RGB channels and saturation

R 188 of 255 = 74%
G 198 of 255 = 78%
B 230 of 255 = 90%

188
198
230

R + G + B ~ 81%. #BCC6E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 198 + 230 = 616 (100%)
R 188 of 616 ~ 30.52%
G 198 of 616 ~ 32.14%
B 230 of 616 ~ 37.34'%

%30.52
%32.14
%37.34

CMYK color model

#BCC6E6 color CMYK value is (18,14,0,10).

  • cyan value is 18.26%
  • magenta value is 13.91%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (18,14,0,10)
C18M14Y0K10 (18%, 14%, 0%, 10%)
(0.18 / 0.14 / 0.00 / 0.10)

CMYK percentages

%18.26
%13.91
%0
%9.8

Codes

Color #BCC6E6 in popluar color models

BC C6 E6
RGB 188 198 230
HSL 226° 45.65% 81.96%
HSB/HSV 226° 18.26% 90.20%
CMYK 18.26% 13.91% 0.00%
9.80%

Color #BCC6E6 in popluar number systems.

HEX BC C6 E6
Decimal 188 198 230
Binary 10111100 11000110 11100110
Octal 274 306 346

Shades and tints

Shades of #BCC6E6

#BCC6E6
(188,198,230)
#ABB4D2
(171,180,210)
#9AA2BE
(154,162,190)
#8990AA
(137,144,170)
#787E96
(120,126,150)
#676C82
(103,108,130)
#565A6E
(86,90,110)
#45485A
(69,72,90)
#343646
(52,54,70)
#232432
(35,36,50)
#12121E
(18,18,30)
#000000
(0,0,0)

Tints of #BCC6E6

#BCC6E6
(188,198,230)
#C2CBE8
(194,203,232)
#C8D0EA
(200,208,234)
#CED5EC
(206,213,236)
#D4DAEE
(212,218,238)
#DADFF0
(218,223,240)
#E0E4F2
(224,228,242)
#E6E9F4
(230,233,244)
#ECEEF6
(236,238,246)
#F2F3F8
(242,243,248)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC6E6 color. Also use rgb(188,198,230) instead hex code.

Text Font Color

.myTextColor { color: #BCC6E6; }

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

This text font color is #BCC6E6.

Background Color

.myBgColor { background-color: #BCC6E6; }

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

This div background color is #BCC6E6.

Border color

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

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

This div border color is #BCC6E6.

Opacity

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

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

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

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

This text has shadow with #BCC6E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC6E6.

Preview

Color preview on black background

This text has color #BCC6E6 on black background.


Color preview on white background

This text has color #BCC6E6 on white background.


Black color preview on #BCC6E6 background

This text has black color on #BCC6E6 background.


White color preview on #BCC6E6 background

This text has white color on #BCC6E6 background.


Related colors

Complementary color

Complementary color for #hex is #433919.


I love getcolorcode.com

Triadic colors

1 #E6BCC6 and #C6E6BC with #BCC6E6 are triadic colors.

2 #E6C6BC and #C6BCE6 with #BCC6E6 are triadic colors.