COLOR #BCBED6

HEX: #BCBED6 RGB: (188,190,214)

Color info

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

RGB color model

#BCBED6 color RGB value is (188,190,214).

RGB: (188,190,214) (74%, 75%, 84%)

RGB channels and saturation

R 188 of 255 = 74%
G 190 of 255 = 75%
B 214 of 255 = 84%

188
190
214

R + G + B ~ 78%. #BCBED6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 190 + 214 = 592 (100%)
R 188 of 592 ~ 31.76%
G 190 of 592 ~ 32.09%
B 214 of 592 ~ 36.15'%

%31.76
%32.09
%36.15

CMYK color model

#BCBED6 color CMYK value is (12,11,0,16).

  • cyan value is 12.15%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (12,11,0,16)
C12M11Y0K16 (12%, 11%, 0%, 16%)
(0.12 / 0.11 / 0.00 / 0.16)

CMYK percentages

%12.15
%11.21
%0
%16.08

Codes

Color #BCBED6 in popluar color models

BC BE D6
RGB 188 190 214
HSL 235° 24.07% 78.82%
HSB/HSV 235° 12.15% 83.92%
CMYK 12.15% 11.21% 0.00%
16.08%

Color #BCBED6 in popluar number systems.

HEX BC BE D6
Decimal 188 190 214
Binary 10111100 10111110 11010110
Octal 274 276 326

Shades and tints

Shades of #BCBED6

#BCBED6
(188,190,214)
#ABADC3
(171,173,195)
#9A9CB0
(154,156,176)
#898B9D
(137,139,157)
#787A8A
(120,122,138)
#676977
(103,105,119)
#565864
(86,88,100)
#454751
(69,71,81)
#34363E
(52,54,62)
#23252B
(35,37,43)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #BCBED6

#BCBED6
(188,190,214)
#C2C3D9
(194,195,217)
#C8C8DC
(200,200,220)
#CECDDF
(206,205,223)
#D4D2E2
(212,210,226)
#DAD7E5
(218,215,229)
#E0DCE8
(224,220,232)
#E6E1EB
(230,225,235)
#ECE6EE
(236,230,238)
#F2EBF1
(242,235,241)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBED6 color. Also use rgb(188,190,214) instead hex code.

Text Font Color

.myTextColor { color: #BCBED6; }

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

This text font color is #BCBED6.

Background Color

.myBgColor { background-color: #BCBED6; }

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

This div background color is #BCBED6.

Border color

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

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

This div border color is #BCBED6.

Opacity

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

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

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

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

This text has shadow with #BCBED6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBED6.

Preview

Color preview on black background

This text has color #BCBED6 on black background.


Color preview on white background

This text has color #BCBED6 on white background.


Black color preview on #BCBED6 background

This text has black color on #BCBED6 background.


White color preview on #BCBED6 background

This text has white color on #BCBED6 background.


Related colors

Complementary color

Complementary color for #hex is #434129.


I love getcolorcode.com

Triadic colors

1 #D6BCBE and #BED6BC with #BCBED6 are triadic colors.

2 #D6BEBC and #BEBCD6 with #BCBED6 are triadic colors.