COLOR #BCC2DD

HEX: #BCC2DD
RGB: (188,194,221)

Color info

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

RGB color model

#BCC2DD color RGB value is (188,194,221).

  • red value is 188;
  • green value is 194;
  • blue value is 221.
RGB:
(188,194,221)
(74%,76%,87%)

RGB channels and saturation

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

188
194
221

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

Portions of RGB colors in percentages

R + G + B =
188 + 194 + 221 = 603 (100%)
R 188 of 603 ~ 31.18%
G 194 of 603 ~ 32.17%
B 221 of 603 ~ 36.65%

%31.18
%32.17
%36.65

CMYK color model

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

  • cyan value is 14.93%
  • magenta value is 12.22%
  • 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
%12.22
%0
%13.33

Codes

Color #BCC2DD in popluar color models

BCC2DD
RGB188194221
HSL229°32.67%80.20%
HSB/HSV229°14.93%86.67%
CMYK14.93%12.22%0.00%
13.33%

Color #BCC2DD in popluar number systems.

HEXBCC2DD
Decimal188194221
Binary101111001100001011011101
Octal274302335

Shades and tints

Shades of #BCC2DD

#BCC2DD
(188,194,221)
#ABB1C9
(171,177,201)
#9AA0B5
(154,160,181)
#898FA1
(137,143,161)
#787E8D
(120,126,141)
#676D79
(103,109,121)
#565C65
(86,92,101)
#454B51
(69,75,81)
#343A3D
(52,58,61)
#232929
(35,41,41)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #BCC2DD

#BCC2DD
(188,194,221)
#C2C7E0
(194,199,224)
#C8CCE3
(200,204,227)
#CED1E6
(206,209,230)
#D4D6E9
(212,214,233)
#DADBEC
(218,219,236)
#E0E0EF
(224,224,239)
#E6E5F2
(230,229,242)
#ECEAF5
(236,234,245)
#F2EFF8
(242,239,248)
#F8F4FB
(248,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC2DD; }

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

This text font color is #BCC2DD.


Background Color

.myBgColor { background-color: #BCC2DD; }

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

This div background color is #BCC2DD.


Border color

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

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

This div border color is #BCC2DD.


Opacity

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

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

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

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

This text has shadow with #BCC2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC2DD on black background.


Color preview on white background

This text has color #BCC2DD on white background.



Black color preview on #BCC2DD background

This text has black color on #BCC2DD background.


White color preview on #BCC2DD background

This text has white color on #BCC2DD background.