COLOR #BCCED1

HEX: #BCCED1 RGB: (188,206,209)

Color info

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

RGB color model

#BCCED1 color RGB value is (188,206,209).

RGB: (188,206,209) (74%, 81%, 82%)

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 209 of 255 = 82%

188
206
209

R + G + B ~ 79%. #BCCED1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 206 + 209 = 603 (100%)
R 188 of 603 ~ 31.18%
G 206 of 603 ~ 34.16%
B 209 of 603 ~ 34.66'%

%31.18
%34.16
%34.66

CMYK color model

#BCCED1 color CMYK value is (10,1,0,18).

  • cyan value is 10.05%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (10,1,0,18)
C10M1Y0K18 (10%, 1%, 0%, 18%)
(0.10 / 0.01 / 0.00 / 0.18)

CMYK percentages

%10.05
%1.44
%0
%18.04

Codes

Color #BCCED1 in popluar color models

BC CE D1
RGB 188 206 209
HSL 189° 18.58% 77.84%
HSB/HSV 189° 10.05% 81.96%
CMYK 10.05% 1.44% 0.00%
18.04%

Color #BCCED1 in popluar number systems.

HEX BC CE D1
Decimal 188 206 209
Binary 10111100 11001110 11010001
Octal 274 316 321

Shades and tints

Shades of #BCCED1

#BCCED1
(188,206,209)
#ABBCBE
(171,188,190)
#9AAAAB
(154,170,171)
#899898
(137,152,152)
#788685
(120,134,133)
#677472
(103,116,114)
#56625F
(86,98,95)
#45504C
(69,80,76)
#343E39
(52,62,57)
#232C26
(35,44,38)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #BCCED1

#BCCED1
(188,206,209)
#C2D2D5
(194,210,213)
#C8D6D9
(200,214,217)
#CEDADD
(206,218,221)
#D4DEE1
(212,222,225)
#DAE2E5
(218,226,229)
#E0E6E9
(224,230,233)
#E6EAED
(230,234,237)
#ECEEF1
(236,238,241)
#F2F2F5
(242,242,245)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCED1; }

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

This text font color is #BCCED1.

Background Color

.myBgColor { background-color: #BCCED1; }

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

This div background color is #BCCED1.

Border color

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

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

This div border color is #BCCED1.

Opacity

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

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

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

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

This text has shadow with #BCCED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCED1.

Preview

Color preview on black background

This text has color #BCCED1 on black background.


Color preview on white background

This text has color #BCCED1 on white background.


Black color preview on #BCCED1 background

This text has black color on #BCCED1 background.


White color preview on #BCCED1 background

This text has white color on #BCCED1 background.


Related colors

Complementary color

Complementary color for #hex is #43312E.


I love getcolorcode.com

Triadic colors

1 #D1BCCE and #CED1BC with #BCCED1 are triadic colors.

2 #D1CEBC and #CEBCD1 with #BCCED1 are triadic colors.