COLOR #BCC6F6

HEX: #BCC6F6 RGB: (188,198,246)

Color info

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

RGB color model

#BCC6F6 color RGB value is (188,198,246).

RGB: (188,198,246) (74%, 78%, 96%)

RGB channels and saturation

R 188 of 255 = 74%
G 198 of 255 = 78%
B 246 of 255 = 96%

188
198
246

R + G + B ~ 83%. #BCC6F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 198 + 246 = 632 (100%)
R 188 of 632 ~ 29.75%
G 198 of 632 ~ 31.33%
B 246 of 632 ~ 38.92'%

%29.75
%31.33
%38.92

CMYK color model

#BCC6F6 color CMYK value is (24,20,0,4).

  • cyan value is 23.58%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (24,20,0,4)
C24M20Y0K4 (24%, 20%, 0%, 4%)
(0.24 / 0.20 / 0.00 / 0.04)

CMYK percentages

%23.58
%19.51
%0
%3.53

Codes

Color #BCC6F6 in popluar color models

BC C6 F6
RGB 188 198 246
HSL 230° 76.32% 85.10%
HSB/HSV 230° 23.58% 96.47%
CMYK 23.58% 19.51% 0.00%
3.53%

Color #BCC6F6 in popluar number systems.

HEX BC C6 F6
Decimal 188 198 246
Binary 10111100 11000110 11110110
Octal 274 306 366

Shades and tints

Shades of #BCC6F6

#BCC6F6
(188,198,246)
#ABB4E0
(171,180,224)
#9AA2CA
(154,162,202)
#8990B4
(137,144,180)
#787E9E
(120,126,158)
#676C88
(103,108,136)
#565A72
(86,90,114)
#45485C
(69,72,92)
#343646
(52,54,70)
#232430
(35,36,48)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #BCC6F6

#BCC6F6
(188,198,246)
#C2CBF6
(194,203,246)
#C8D0F6
(200,208,246)
#CED5F6
(206,213,246)
#D4DAF6
(212,218,246)
#DADFF6
(218,223,246)
#E0E4F6
(224,228,246)
#E6E9F6
(230,233,246)
#ECEEF6
(236,238,246)
#F2F3F6
(242,243,246)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC6F6; }

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

This text font color is #BCC6F6.

Background Color

.myBgColor { background-color: #BCC6F6; }

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

This div background color is #BCC6F6.

Border color

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

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

This div border color is #BCC6F6.

Opacity

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

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

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

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

This text has shadow with #BCC6F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC6F6.

Preview

Color preview on black background

This text has color #BCC6F6 on black background.


Color preview on white background

This text has color #BCC6F6 on white background.


Black color preview on #BCC6F6 background

This text has black color on #BCC6F6 background.


White color preview on #BCC6F6 background

This text has white color on #BCC6F6 background.


Related colors

Complementary color

Complementary color for #hex is #433909.


I love getcolorcode.com

Triadic colors

1 #F6BCC6 and #C6F6BC with #BCC6F6 are triadic colors.

2 #F6C6BC and #C6BCF6 with #BCC6F6 are triadic colors.