COLOR #BCCEDD

HEX: #BCCEDD RGB: (188,206,221)

Color info

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

RGB color model

#BCCEDD color RGB value is (188,206,221).

RGB: (188,206,221) (74%, 81%, 87%)

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 221 of 255 = 87%

188
206
221

R + G + B ~ 81%. #BCCEDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 206 + 221 = 615 (100%)
R 188 of 615 ~ 30.57%
G 206 of 615 ~ 33.5%
B 221 of 615 ~ 35.93'%

%30.57
%33.5
%35.93

CMYK color model

#BCCEDD color CMYK value is (15,7,0,13).

  • cyan value is 14.93%
  • magenta value is 6.79%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (15,7,0,13)
C15M7Y0K13 (15%, 7%, 0%, 13%)
(0.15 / 0.07 / 0.00 / 0.13)

CMYK percentages

%14.93
%6.79
%0
%13.33

Codes

Color #BCCEDD in popluar color models

BC CE DD
RGB 188 206 221
HSL 207° 32.67% 80.20%
HSB/HSV 207° 14.93% 86.67%
CMYK 14.93% 6.79% 0.00%
13.33%

Color #BCCEDD in popluar number systems.

HEX BC CE DD
Decimal 188 206 221
Binary 10111100 11001110 11011101
Octal 274 316 335

Shades and tints

Shades of #BCCEDD

#BCCEDD
(188,206,221)
#ABBCC9
(171,188,201)
#9AAAB5
(154,170,181)
#8998A1
(137,152,161)
#78868D
(120,134,141)
#677479
(103,116,121)
#566265
(86,98,101)
#455051
(69,80,81)
#343E3D
(52,62,61)
#232C29
(35,44,41)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #BCCEDD

#BCCEDD
(188,206,221)
#C2D2E0
(194,210,224)
#C8D6E3
(200,214,227)
#CEDAE6
(206,218,230)
#D4DEE9
(212,222,233)
#DAE2EC
(218,226,236)
#E0E6EF
(224,230,239)
#E6EAF2
(230,234,242)
#ECEEF5
(236,238,245)
#F2F2F8
(242,242,248)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCEDD; }

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

This text font color is #BCCEDD.

Background Color

.myBgColor { background-color: #BCCEDD; }

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

This div background color is #BCCEDD.

Border color

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

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

This div border color is #BCCEDD.

Opacity

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

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

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

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

This text has shadow with #BCCEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCEDD.

Preview

Color preview on black background

This text has color #BCCEDD on black background.


Color preview on white background

This text has color #BCCEDD on white background.


Black color preview on #BCCEDD background

This text has black color on #BCCEDD background.


White color preview on #BCCEDD background

This text has white color on #BCCEDD background.


Related colors

Complementary color

Complementary color for #hex is #433122.


I love getcolorcode.com

Triadic colors

1 #DDBCCE and #CEDDBC with #BCCEDD are triadic colors.

2 #DDCEBC and #CEBCDD with #BCCEDD are triadic colors.