COLOR #BCC4DD

HEX: #BCC4DD
RGB: (188,196,221)

Color info

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

RGB color model

#BCC4DD color RGB value is (188,196,221).

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

RGB channels and saturation

R 188 of 255 = 74%
G 196 of 255 = 77%
B 221 of 255 = 87%

188
196
221

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

Portions of RGB colors in percentages

R + G + B =
188 + 196 + 221 = 605 (100%)
R 188 of 605 ~ 31.07%
G 196 of 605 ~ 32.4%
B 221 of 605 ~ 36.53%

%31.07
%32.4
%36.53

CMYK color model

#BCC4DD color CMYK value is (15,11,0,13).

  • cyan value is 14.93%
  • magenta value is 11.31%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(15,11,0,13)
C15M11Y0K13 
(15%,11%,0%,13%)
(0.15/0.11/0.00/0.13)	

CMYK percentages

%14.93
%11.31
%0
%13.33

Codes

Color #BCC4DD in popluar color models

BCC4DD
RGB188196221
HSL225°32.67%80.20%
HSB/HSV225°14.93%86.67%
CMYK14.93%11.31%0.00%
13.33%

Color #BCC4DD in popluar number systems.

HEXBCC4DD
Decimal188196221
Binary101111001100010011011101
Octal274304335

Shades and tints

Shades of #BCC4DD

#BCC4DD
(188,196,221)
#ABB3C9
(171,179,201)
#9AA2B5
(154,162,181)
#8991A1
(137,145,161)
#78808D
(120,128,141)
#676F79
(103,111,121)
#565E65
(86,94,101)
#454D51
(69,77,81)
#343C3D
(52,60,61)
#232B29
(35,43,41)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #BCC4DD

#BCC4DD
(188,196,221)
#C2C9E0
(194,201,224)
#C8CEE3
(200,206,227)
#CED3E6
(206,211,230)
#D4D8E9
(212,216,233)
#DADDEC
(218,221,236)
#E0E2EF
(224,226,239)
#E6E7F2
(230,231,242)
#ECECF5
(236,236,245)
#F2F1F8
(242,241,248)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC4DD; }

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

This text font color is #BCC4DD.


Background Color

.myBgColor { background-color: #BCC4DD; }

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

This div background color is #BCC4DD.


Border color

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

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

This div border color is #BCC4DD.


Opacity

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

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

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

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

This text has shadow with #BCC4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC4DD on black background.


Color preview on white background

This text has color #BCC4DD on white background.



Black color preview on #BCC4DD background

This text has black color on #BCC4DD background.


White color preview on #BCC4DD background

This text has white color on #BCC4DD background.