COLOR #BCCEC6

HEX: #BCCEC6 RGB: (188,206,198)

Color info

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

RGB color model

#BCCEC6 color RGB value is (188,206,198).

RGB: (188,206,198) (74%, 81%, 78%)

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 198 of 255 = 78%

188
206
198

R + G + B ~ 78%. #BCCEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 206 + 198 = 592 (100%)
R 188 of 592 ~ 31.76%
G 206 of 592 ~ 34.8%
B 198 of 592 ~ 33.45'%

%31.76
%34.8
%33.45

CMYK color model

#BCCEC6 color CMYK value is (9,0,4,19).

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 3.88%
  • key color value is 19.22%

CMYK: (9,0,4,19)
C9M0Y4K19 (9%, 0%, 4%, 19%)
(0.09 / 0.00 / 0.04 / 0.19)

CMYK percentages

%8.74
%0
%3.88
%19.22

Codes

Color #BCCEC6 in popluar color models

BC CE C6
RGB 188 206 198
HSL 153° 15.52% 77.25%
HSB/HSV 153° 8.74% 80.78%
CMYK 8.74% 0.00% 3.88%
19.22%

Color #BCCEC6 in popluar number systems.

HEX BC CE C6
Decimal 188 206 198
Binary 10111100 11001110 11000110
Octal 274 316 306

Shades and tints

Shades of #BCCEC6

#BCCEC6
(188,206,198)
#ABBCB4
(171,188,180)
#9AAAA2
(154,170,162)
#899890
(137,152,144)
#78867E
(120,134,126)
#67746C
(103,116,108)
#56625A
(86,98,90)
#455048
(69,80,72)
#343E36
(52,62,54)
#232C24
(35,44,36)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #BCCEC6

#BCCEC6
(188,206,198)
#C2D2CB
(194,210,203)
#C8D6D0
(200,214,208)
#CEDAD5
(206,218,213)
#D4DEDA
(212,222,218)
#DAE2DF
(218,226,223)
#E0E6E4
(224,230,228)
#E6EAE9
(230,234,233)
#ECEEEE
(236,238,238)
#F2F2F3
(242,242,243)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCEC6; }

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

This text font color is #BCCEC6.

Background Color

.myBgColor { background-color: #BCCEC6; }

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

This div background color is #BCCEC6.

Border color

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

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

This div border color is #BCCEC6.

Opacity

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

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

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

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

This text has shadow with #BCCEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCEC6.

Preview

Color preview on black background

This text has color #BCCEC6 on black background.


Color preview on white background

This text has color #BCCEC6 on white background.


Black color preview on #BCCEC6 background

This text has black color on #BCCEC6 background.


White color preview on #BCCEC6 background

This text has white color on #BCCEC6 background.


Related colors

Complementary color

Complementary color for #hex is #433139.


I love getcolorcode.com

Triadic colors

1 #C6BCCE and #CEC6BC with #BCCEC6 are triadic colors.

2 #C6CEBC and #CEBCC6 with #BCCEC6 are triadic colors.