COLOR #BCC6DB

HEX: #BCC6DB
RGB: (188,198,219)

Color info

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

RGB color model

#BCC6DB color RGB value is (188,198,219).

  • red value is 188;
  • green value is 198;
  • blue value is 219.
RGB: (188,198,219) (74%,78%,86%)

RGB channels and saturation

R 188 of 255 = 74%
G 198 of 255 = 78%
B 219 of 255 = 86%

188
198
219

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

Portions of RGB colors in percentages

R + G + B =
188 + 198 + 219 = 605 (100%)
R 188 of 605 ~ 31.07%
G 198 of 605 ~ 32.73%
B 219 of 605 ~ 36.2%

%31.07
%32.73
%36.2

CMYK color model

#BCC6DB color CMYK value is (14,10,0,14).

  • cyan value is 14.16%
  • magenta value is 9.59%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (14,10,0,14) C14M10Y0K14 (14%,10%,0%,14%) (0.14/0.10/0.00/0.14)

CMYK percentages

%14.16
%9.59
%0
%14.12

Codes

Color #BCC6DB in popluar color models

BCC6DB
RGB188198219
HSL221°30.10%79.80%
HSB/HSV221°14.16%85.88%
CMYK14.16%9.59%0.00%
14.12%

Color #BCC6DB in popluar number systems.

HEXBCC6DB
Decimal188198219
Binary101111001100011011011011
Octal274306333

Shades and tints

Shades of #BCC6DB

#BCC6DB
(188,198,219)
#ABB4C8
(171,180,200)
#9AA2B5
(154,162,181)
#8990A2
(137,144,162)
#787E8F
(120,126,143)
#676C7C
(103,108,124)
#565A69
(86,90,105)
#454856
(69,72,86)
#343643
(52,54,67)
#232430
(35,36,48)
#12121D
(18,18,29)
#000000
(0,0,0)

Tints of #BCC6DB

#BCC6DB
(188,198,219)
#C2CBDE
(194,203,222)
#C8D0E1
(200,208,225)
#CED5E4
(206,213,228)
#D4DAE7
(212,218,231)
#DADFEA
(218,223,234)
#E0E4ED
(224,228,237)
#E6E9F0
(230,233,240)
#ECEEF3
(236,238,243)
#F2F3F6
(242,243,246)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC6DB color. Also use rgb(188,198,219) instead hex code.

Text Font Color

.myTextColor { color: #BCC6DB; }

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

This text font color is #BCC6DB.


Background Color

.myBgColor { background-color: #BCC6DB; }

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

This div background color is #BCC6DB.


Border color

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

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

This div border color is #BCC6DB.


Opacity

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

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

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

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

This text has shadow with #BCC6DB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BCC6DB on black background.


Color preview on white background

This text has color #BCC6DB on white background.



Black color preview on #BCC6DB background

This text has black color on #BCC6DB background.


White color preview on #BCC6DB background

This text has white color on #BCC6DB background.