COLOR #BCC3DD

HEX: #BCC3DD RGB: (188,195,221)

Color info

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

RGB color model

#BCC3DD color RGB value is (188,195,221).

RGB: (188,195,221) (74%, 76%, 87%)

RGB channels and saturation

R 188 of 255 = 74%
G 195 of 255 = 76%
B 221 of 255 = 87%

188
195
221

R + G + B ~ 79%. #BCC3DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 195 + 221 = 604 (100%)
R 188 of 604 ~ 31.13%
G 195 of 604 ~ 32.28%
B 221 of 604 ~ 36.59'%

%31.13
%32.28
%36.59

CMYK color model

#BCC3DD color CMYK value is (15,12,0,13).

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

CMYK: (15,12,0,13)
C15M12Y0K13 (15%, 12%, 0%, 13%)
(0.15 / 0.12 / 0.00 / 0.13)

CMYK percentages

%14.93
%11.76
%0
%13.33

Codes

Color #BCC3DD in popluar color models

BC C3 DD
RGB 188 195 221
HSL 227° 32.67% 80.20%
HSB/HSV 227° 14.93% 86.67%
CMYK 14.93% 11.76% 0.00%
13.33%

Color #BCC3DD in popluar number systems.

HEX BC C3 DD
Decimal 188 195 221
Binary 10111100 11000011 11011101
Octal 274 303 335

Shades and tints

Shades of #BCC3DD

#BCC3DD
(188,195,221)
#ABB2C9
(171,178,201)
#9AA1B5
(154,161,181)
#8990A1
(137,144,161)
#787F8D
(120,127,141)
#676E79
(103,110,121)
#565D65
(86,93,101)
#454C51
(69,76,81)
#343B3D
(52,59,61)
#232A29
(35,42,41)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #BCC3DD

#BCC3DD
(188,195,221)
#C2C8E0
(194,200,224)
#C8CDE3
(200,205,227)
#CED2E6
(206,210,230)
#D4D7E9
(212,215,233)
#DADCEC
(218,220,236)
#E0E1EF
(224,225,239)
#E6E6F2
(230,230,242)
#ECEBF5
(236,235,245)
#F2F0F8
(242,240,248)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC3DD; }

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

This text font color is #BCC3DD.

Background Color

.myBgColor { background-color: #BCC3DD; }

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

This div background color is #BCC3DD.

Border color

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

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

This div border color is #BCC3DD.

Opacity

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

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

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

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

This text has shadow with #BCC3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC3DD.

Preview

Color preview on black background

This text has color #BCC3DD on black background.


Color preview on white background

This text has color #BCC3DD on white background.


Black color preview on #BCC3DD background

This text has black color on #BCC3DD background.


White color preview on #BCC3DD background

This text has white color on #BCC3DD background.


Related colors

Complementary color

Complementary color for #hex is #433C22.


I love getcolorcode.com

Triadic colors

1 #DDBCC3 and #C3DDBC with #BCC3DD are triadic colors.

2 #DDC3BC and #C3BCDD with #BCC3DD are triadic colors.