COLOR #BCCEC5

HEX: #BCCEC5 RGB: (188,206,197)

Color info

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

RGB color model

#BCCEC5 color RGB value is (188,206,197).

RGB: (188,206,197) (74%, 81%, 77%)

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 197 of 255 = 77%

188
206
197

R + G + B ~ 77%. #BCCEC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 206 + 197 = 591 (100%)
R 188 of 591 ~ 31.81%
G 206 of 591 ~ 34.86%
B 197 of 591 ~ 33.33'%

%31.81
%34.86
%33.33

CMYK color model

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

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • 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
%4.37
%19.22

Codes

Color #BCCEC5 in popluar color models

BC CE C5
RGB 188 206 197
HSL 150° 15.52% 77.25%
HSB/HSV 150° 8.74% 80.78%
CMYK 8.74% 0.00% 4.37%
19.22%

Color #BCCEC5 in popluar number systems.

HEX BC CE C5
Decimal 188 206 197
Binary 10111100 11001110 11000101
Octal 274 316 305

Shades and tints

Shades of #BCCEC5

#BCCEC5
(188,206,197)
#ABBCB4
(171,188,180)
#9AAAA3
(154,170,163)
#899892
(137,152,146)
#788681
(120,134,129)
#677470
(103,116,112)
#56625F
(86,98,95)
#45504E
(69,80,78)
#343E3D
(52,62,61)
#232C2C
(35,44,44)
#121A1B
(18,26,27)
#000000
(0,0,0)

Tints of #BCCEC5

#BCCEC5
(188,206,197)
#C2D2CA
(194,210,202)
#C8D6CF
(200,214,207)
#CEDAD4
(206,218,212)
#D4DED9
(212,222,217)
#DAE2DE
(218,226,222)
#E0E6E3
(224,230,227)
#E6EAE8
(230,234,232)
#ECEEED
(236,238,237)
#F2F2F2
(242,242,242)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCEC5; }

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

This text font color is #BCCEC5.

Background Color

.myBgColor { background-color: #BCCEC5; }

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

This div background color is #BCCEC5.

Border color

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

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

This div border color is #BCCEC5.

Opacity

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

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

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

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

This text has shadow with #BCCEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCEC5.

Preview

Color preview on black background

This text has color #BCCEC5 on black background.


Color preview on white background

This text has color #BCCEC5 on white background.


Black color preview on #BCCEC5 background

This text has black color on #BCCEC5 background.


White color preview on #BCCEC5 background

This text has white color on #BCCEC5 background.


Related colors

Complementary color

Complementary color for #hex is #43313A.


I love getcolorcode.com

Triadic colors

1 #C5BCCE and #CEC5BC with #BCCEC5 are triadic colors.

2 #C5CEBC and #CEBCC5 with #BCCEC5 are triadic colors.