COLOR #BCCEDA

HEX: #BCCEDA RGB: (188,206,218)

Color info

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

RGB color model

#BCCEDA color RGB value is (188,206,218).

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

RGB channels and saturation

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

188
206
218

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

Portions of RGB colors in percentages

R + G + B = 188 + 206 + 218 = 612 (100%)
R 188 of 612 ~ 30.72%
G 206 of 612 ~ 33.66%
B 218 of 612 ~ 35.62'%

%30.72
%33.66
%35.62

CMYK color model

#BCCEDA color CMYK value is (14,6,0,15).

  • cyan value is 13.76%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (14,6,0,15)
C14M6Y0K15 (14%, 6%, 0%, 15%)
(0.14 / 0.06 / 0.00 / 0.15)

CMYK percentages

%13.76
%5.5
%0
%14.51

Codes

Color #BCCEDA in popluar color models

BC CE DA
RGB 188 206 218
HSL 204° 28.85% 79.61%
HSB/HSV 204° 13.76% 85.49%
CMYK 13.76% 5.50% 0.00%
14.51%

Color #BCCEDA in popluar number systems.

HEX BC CE DA
Decimal 188 206 218
Binary 10111100 11001110 11011010
Octal 274 316 332

Shades and tints

Shades of #BCCEDA

#BCCEDA
(188,206,218)
#ABBCC7
(171,188,199)
#9AAAB4
(154,170,180)
#8998A1
(137,152,161)
#78868E
(120,134,142)
#67747B
(103,116,123)
#566268
(86,98,104)
#455055
(69,80,85)
#343E42
(52,62,66)
#232C2F
(35,44,47)
#121A1C
(18,26,28)
#000000
(0,0,0)

Tints of #BCCEDA

#BCCEDA
(188,206,218)
#C2D2DD
(194,210,221)
#C8D6E0
(200,214,224)
#CEDAE3
(206,218,227)
#D4DEE6
(212,222,230)
#DAE2E9
(218,226,233)
#E0E6EC
(224,230,236)
#E6EAEF
(230,234,239)
#ECEEF2
(236,238,242)
#F2F2F5
(242,242,245)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCEDA; }

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

This text font color is #BCCEDA.

Background Color

.myBgColor { background-color: #BCCEDA; }

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

This div background color is #BCCEDA.

Border color

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

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

This div border color is #BCCEDA.

Opacity

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

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

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

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

This text has shadow with #BCCEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCEDA.

Preview

Color preview on black background

This text has color #BCCEDA on black background.


Color preview on white background

This text has color #BCCEDA on white background.


Black color preview on #BCCEDA background

This text has black color on #BCCEDA background.


White color preview on #BCCEDA background

This text has white color on #BCCEDA background.


Related colors

Complementary color

Complementary color for #hex is #433125.


I love getcolorcode.com

Triadic colors

1 #DABCCE and #CEDABC with #BCCEDA are triadic colors.

2 #DACEBC and #CEBCDA with #BCCEDA are triadic colors.