COLOR #BCBCD2

HEX: #BCBCD2 RGB: (188,188,210)

Color info

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

RGB color model

#BCBCD2 color RGB value is (188,188,210).

RGB: (188,188,210) (74%, 74%, 82%)

RGB channels and saturation

R 188 of 255 = 74%
G 188 of 255 = 74%
B 210 of 255 = 82%

188
188
210

R + G + B ~ 77%. #BCBCD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 188 + 210 = 586 (100%)
R 188 of 586 ~ 32.08%
G 188 of 586 ~ 32.08%
B 210 of 586 ~ 35.84'%

%32.08
%32.08
%35.84

CMYK color model

#BCBCD2 color CMYK value is (10,10,0,18).

  • cyan value is 10.48%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (10,10,0,18)
C10M10Y0K18 (10%, 10%, 0%, 18%)
(0.10 / 0.10 / 0.00 / 0.18)

CMYK percentages

%10.48
%10.48
%0
%17.65

Codes

Color #BCBCD2 in popluar color models

BC BC D2
RGB 188 188 210
HSL 240° 19.64% 78.04%
HSB/HSV 240° 10.48% 82.35%
CMYK 10.48% 10.48% 0.00%
17.65%

Color #BCBCD2 in popluar number systems.

HEX BC BC D2
Decimal 188 188 210
Binary 10111100 10111100 11010010
Octal 274 274 322

Shades and tints

Shades of #BCBCD2

#BCBCD2
(188,188,210)
#ABABBF
(171,171,191)
#9A9AAC
(154,154,172)
#898999
(137,137,153)
#787886
(120,120,134)
#676773
(103,103,115)
#565660
(86,86,96)
#45454D
(69,69,77)
#34343A
(52,52,58)
#232327
(35,35,39)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #BCBCD2

#BCBCD2
(188,188,210)
#C2C2D6
(194,194,214)
#C8C8DA
(200,200,218)
#CECEDE
(206,206,222)
#D4D4E2
(212,212,226)
#DADAE6
(218,218,230)
#E0E0EA
(224,224,234)
#E6E6EE
(230,230,238)
#ECECF2
(236,236,242)
#F2F2F6
(242,242,246)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBCD2; }

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

This text font color is #BCBCD2.

Background Color

.myBgColor { background-color: #BCBCD2; }

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

This div background color is #BCBCD2.

Border color

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

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

This div border color is #BCBCD2.

Opacity

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

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

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

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

This text has shadow with #BCBCD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBCD2.

Preview

Color preview on black background

This text has color #BCBCD2 on black background.


Color preview on white background

This text has color #BCBCD2 on white background.


Black color preview on #BCBCD2 background

This text has black color on #BCBCD2 background.


White color preview on #BCBCD2 background

This text has white color on #BCBCD2 background.


Related colors

Complementary color

Complementary color for #hex is #43432D.


I love getcolorcode.com