COLOR #BCC2DE

HEX: #BCC2DE
RGB: (188,194,222)

Color info

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

RGB color model

#BCC2DE color RGB value is (188,194,222).

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

RGB channels and saturation

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

188
194
222

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

Portions of RGB colors in percentages

R + G + B =
188 + 194 + 222 = 604 (100%)
R 188 of 604 ~ 31.13%
G 194 of 604 ~ 32.12%
B 222 of 604 ~ 36.75%

%31.13
%32.12
%36.75

CMYK color model

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

  • cyan value is 15.32%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (15,13,0,13) C15M13Y0K13 (15%,13%,0%,13%) (0.15/0.13/0.00/0.13)

CMYK percentages

%15.32
%12.61
%0
%12.94

Codes

Color #BCC2DE in popluar color models

BCC2DE
RGB188194222
HSL229°34.00%80.39%
HSB/HSV229°15.32%87.06%
CMYK15.32%12.61%0.00%
12.94%

Color #BCC2DE in popluar number systems.

HEXBCC2DE
Decimal188194222
Binary101111001100001011011110
Octal274302336

Shades and tints

Shades of #BCC2DE

#BCC2DE
(188,194,222)
#ABB1CA
(171,177,202)
#9AA0B6
(154,160,182)
#898FA2
(137,143,162)
#787E8E
(120,126,142)
#676D7A
(103,109,122)
#565C66
(86,92,102)
#454B52
(69,75,82)
#343A3E
(52,58,62)
#23292A
(35,41,42)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #BCC2DE

#BCC2DE
(188,194,222)
#C2C7E1
(194,199,225)
#C8CCE4
(200,204,228)
#CED1E7
(206,209,231)
#D4D6EA
(212,214,234)
#DADBED
(218,219,237)
#E0E0F0
(224,224,240)
#E6E5F3
(230,229,243)
#ECEAF6
(236,234,246)
#F2EFF9
(242,239,249)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC2DE; }

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

This text font color is #BCC2DE.


Background Color

.myBgColor { background-color: #BCC2DE; }

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

This div background color is #BCC2DE.


Border color

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

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

This div border color is #BCC2DE.


Opacity

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

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

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

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

This text has shadow with #BCC2DE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BCC2DE on black background.


Color preview on white background

This text has color #BCC2DE on white background.



Black color preview on #BCC2DE background

This text has black color on #BCC2DE background.


White color preview on #BCC2DE background

This text has white color on #BCC2DE background.