COLOR #BCCED8

HEX: #BCCED8 RGB: (188,206,216)

Color info

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

RGB color model

#BCCED8 color RGB value is (188,206,216).

RGB: (188,206,216) (74%, 81%, 85%)

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 216 of 255 = 85%

188
206
216

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

Portions of RGB colors in percentages

R + G + B = 188 + 206 + 216 = 610 (100%)
R 188 of 610 ~ 30.82%
G 206 of 610 ~ 33.77%
B 216 of 610 ~ 35.41'%

%30.82
%33.77
%35.41

CMYK color model

#BCCED8 color CMYK value is (13,5,0,15).

  • cyan value is 12.96%
  • magenta value is 4.63%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (13,5,0,15)
C13M5Y0K15 (13%, 5%, 0%, 15%)
(0.13 / 0.05 / 0.00 / 0.15)

CMYK percentages

%12.96
%4.63
%0
%15.29

Codes

Color #BCCED8 in popluar color models

BC CE D8
RGB 188 206 216
HSL 201° 26.42% 79.22%
HSB/HSV 201° 12.96% 84.71%
CMYK 12.96% 4.63% 0.00%
15.29%

Color #BCCED8 in popluar number systems.

HEX BC CE D8
Decimal 188 206 216
Binary 10111100 11001110 11011000
Octal 274 316 330

Shades and tints

Shades of #BCCED8

#BCCED8
(188,206,216)
#ABBCC5
(171,188,197)
#9AAAB2
(154,170,178)
#89989F
(137,152,159)
#78868C
(120,134,140)
#677479
(103,116,121)
#566266
(86,98,102)
#455053
(69,80,83)
#343E40
(52,62,64)
#232C2D
(35,44,45)
#121A1A
(18,26,26)
#000000
(0,0,0)

Tints of #BCCED8

#BCCED8
(188,206,216)
#C2D2DB
(194,210,219)
#C8D6DE
(200,214,222)
#CEDAE1
(206,218,225)
#D4DEE4
(212,222,228)
#DAE2E7
(218,226,231)
#E0E6EA
(224,230,234)
#E6EAED
(230,234,237)
#ECEEF0
(236,238,240)
#F2F2F3
(242,242,243)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCED8; }

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

This text font color is #BCCED8.

Background Color

.myBgColor { background-color: #BCCED8; }

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

This div background color is #BCCED8.

Border color

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

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

This div border color is #BCCED8.

Opacity

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

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

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

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

This text has shadow with #BCCED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCED8.

Preview

Color preview on black background

This text has color #BCCED8 on black background.


Color preview on white background

This text has color #BCCED8 on white background.


Black color preview on #BCCED8 background

This text has black color on #BCCED8 background.


White color preview on #BCCED8 background

This text has white color on #BCCED8 background.


Related colors

Complementary color

Complementary color for #hex is #433127.


I love getcolorcode.com

Triadic colors

1 #D8BCCE and #CED8BC with #BCCED8 are triadic colors.

2 #D8CEBC and #CEBCD8 with #BCCED8 are triadic colors.