COLOR #BCCED7

HEX: #BCCED7 RGB: (188,206,215)

Color info

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

RGB color model

#BCCED7 color RGB value is (188,206,215).

RGB: (188,206,215) (74%, 81%, 84%)

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 215 of 255 = 84%

188
206
215

R + G + B ~ 80%. #BCCED7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 206 + 215 = 609 (100%)
R 188 of 609 ~ 30.87%
G 206 of 609 ~ 33.83%
B 215 of 609 ~ 35.3'%

%30.87
%33.83
%35.3

CMYK color model

#BCCED7 color CMYK value is (13,4,0,16).

  • cyan value is 12.56%
  • magenta value is 4.19%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (13,4,0,16)
C13M4Y0K16 (13%, 4%, 0%, 16%)
(0.13 / 0.04 / 0.00 / 0.16)

CMYK percentages

%12.56
%4.19
%0
%15.69

Codes

Color #BCCED7 in popluar color models

BC CE D7
RGB 188 206 215
HSL 200° 25.23% 79.02%
HSB/HSV 200° 12.56% 84.31%
CMYK 12.56% 4.19% 0.00%
15.69%

Color #BCCED7 in popluar number systems.

HEX BC CE D7
Decimal 188 206 215
Binary 10111100 11001110 11010111
Octal 274 316 327

Shades and tints

Shades of #BCCED7

#BCCED7
(188,206,215)
#ABBCC4
(171,188,196)
#9AAAB1
(154,170,177)
#89989E
(137,152,158)
#78868B
(120,134,139)
#677478
(103,116,120)
#566265
(86,98,101)
#455052
(69,80,82)
#343E3F
(52,62,63)
#232C2C
(35,44,44)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #BCCED7

#BCCED7
(188,206,215)
#C2D2DA
(194,210,218)
#C8D6DD
(200,214,221)
#CEDAE0
(206,218,224)
#D4DEE3
(212,222,227)
#DAE2E6
(218,226,230)
#E0E6E9
(224,230,233)
#E6EAEC
(230,234,236)
#ECEEEF
(236,238,239)
#F2F2F2
(242,242,242)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCED7; }

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

This text font color is #BCCED7.

Background Color

.myBgColor { background-color: #BCCED7; }

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

This div background color is #BCCED7.

Border color

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

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

This div border color is #BCCED7.

Opacity

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

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

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

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

This text has shadow with #BCCED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCED7.

Preview

Color preview on black background

This text has color #BCCED7 on black background.


Color preview on white background

This text has color #BCCED7 on white background.


Black color preview on #BCCED7 background

This text has black color on #BCCED7 background.


White color preview on #BCCED7 background

This text has white color on #BCCED7 background.


Related colors

Complementary color

Complementary color for #hex is #433128.


I love getcolorcode.com

Triadic colors

1 #D7BCCE and #CED7BC with #BCCED7 are triadic colors.

2 #D7CEBC and #CEBCD7 with #BCCED7 are triadic colors.