COLOR #BCCDD8

HEX: #BCCDD8 RGB: (188,205,216)

Color info

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

RGB color model

#BCCDD8 color RGB value is (188,205,216).

RGB: (188,205,216) (74%, 80%, 85%)

RGB channels and saturation

R 188 of 255 = 74%
G 205 of 255 = 80%
B 216 of 255 = 85%

188
205
216

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

Portions of RGB colors in percentages

R + G + B = 188 + 205 + 216 = 609 (100%)
R 188 of 609 ~ 30.87%
G 205 of 609 ~ 33.66%
B 216 of 609 ~ 35.47'%

%30.87
%33.66
%35.47

CMYK color model

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

  • cyan value is 12.96%
  • magenta value is 5.09%
  • 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
%5.09
%0
%15.29

Codes

Color #BCCDD8 in popluar color models

BC CD D8
RGB 188 205 216
HSL 204° 26.42% 79.22%
HSB/HSV 204° 12.96% 84.71%
CMYK 12.96% 5.09% 0.00%
15.29%

Color #BCCDD8 in popluar number systems.

HEX BC CD D8
Decimal 188 205 216
Binary 10111100 11001101 11011000
Octal 274 315 330

Shades and tints

Shades of #BCCDD8

#BCCDD8
(188,205,216)
#ABBBC5
(171,187,197)
#9AA9B2
(154,169,178)
#89979F
(137,151,159)
#78858C
(120,133,140)
#677379
(103,115,121)
#566166
(86,97,102)
#454F53
(69,79,83)
#343D40
(52,61,64)
#232B2D
(35,43,45)
#12191A
(18,25,26)
#000000
(0,0,0)

Tints of #BCCDD8

#BCCDD8
(188,205,216)
#C2D1DB
(194,209,219)
#C8D5DE
(200,213,222)
#CED9E1
(206,217,225)
#D4DDE4
(212,221,228)
#DAE1E7
(218,225,231)
#E0E5EA
(224,229,234)
#E6E9ED
(230,233,237)
#ECEDF0
(236,237,240)
#F2F1F3
(242,241,243)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCDD8; }

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

This text font color is #BCCDD8.

Background Color

.myBgColor { background-color: #BCCDD8; }

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

This div background color is #BCCDD8.

Border color

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

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

This div border color is #BCCDD8.

Opacity

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

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

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

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

This text has shadow with #BCCDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCDD8.

Preview

Color preview on black background

This text has color #BCCDD8 on black background.


Color preview on white background

This text has color #BCCDD8 on white background.


Black color preview on #BCCDD8 background

This text has black color on #BCCDD8 background.


White color preview on #BCCDD8 background

This text has white color on #BCCDD8 background.


Related colors

Complementary color

Complementary color for #hex is #433227.


I love getcolorcode.com

Triadic colors

1 #D8BCCD and #CDD8BC with #BCCDD8 are triadic colors.

2 #D8CDBC and #CDBCD8 with #BCCDD8 are triadic colors.