COLOR #BCBDD4

HEX: #BCBDD4 RGB: (188,189,212)

Color info

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

RGB color model

#BCBDD4 color RGB value is (188,189,212).

RGB: (188,189,212) (74%, 74%, 83%)

RGB channels and saturation

R 188 of 255 = 74%
G 189 of 255 = 74%
B 212 of 255 = 83%

188
189
212

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

Portions of RGB colors in percentages

R + G + B = 188 + 189 + 212 = 589 (100%)
R 188 of 589 ~ 31.92%
G 189 of 589 ~ 32.09%
B 212 of 589 ~ 35.99'%

%31.92
%32.09
%35.99

CMYK color model

#BCBDD4 color CMYK value is (11,11,0,17).

  • cyan value is 11.32%
  • magenta value is 10.85%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (11,11,0,17)
C11M11Y0K17 (11%, 11%, 0%, 17%)
(0.11 / 0.11 / 0.00 / 0.17)

CMYK percentages

%11.32
%10.85
%0
%16.86

Codes

Color #BCBDD4 in popluar color models

BC BD D4
RGB 188 189 212
HSL 238° 21.82% 78.43%
HSB/HSV 238° 11.32% 83.14%
CMYK 11.32% 10.85% 0.00%
16.86%

Color #BCBDD4 in popluar number systems.

HEX BC BD D4
Decimal 188 189 212
Binary 10111100 10111101 11010100
Octal 274 275 324

Shades and tints

Shades of #BCBDD4

#BCBDD4
(188,189,212)
#ABACC1
(171,172,193)
#9A9BAE
(154,155,174)
#898A9B
(137,138,155)
#787988
(120,121,136)
#676875
(103,104,117)
#565762
(86,87,98)
#45464F
(69,70,79)
#34353C
(52,53,60)
#232429
(35,36,41)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #BCBDD4

#BCBDD4
(188,189,212)
#C2C3D7
(194,195,215)
#C8C9DA
(200,201,218)
#CECFDD
(206,207,221)
#D4D5E0
(212,213,224)
#DADBE3
(218,219,227)
#E0E1E6
(224,225,230)
#E6E7E9
(230,231,233)
#ECEDEC
(236,237,236)
#F2F3EF
(242,243,239)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBDD4; }

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

This text font color is #BCBDD4.

Background Color

.myBgColor { background-color: #BCBDD4; }

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

This div background color is #BCBDD4.

Border color

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

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

This div border color is #BCBDD4.

Opacity

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

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

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

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

This text has shadow with #BCBDD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBDD4.

Preview

Color preview on black background

This text has color #BCBDD4 on black background.


Color preview on white background

This text has color #BCBDD4 on white background.


Black color preview on #BCBDD4 background

This text has black color on #BCBDD4 background.


White color preview on #BCBDD4 background

This text has white color on #BCBDD4 background.


Related colors

Complementary color

Complementary color for #hex is #43422B.


I love getcolorcode.com

Triadic colors

1 #D4BCBD and #BDD4BC with #BCBDD4 are triadic colors.

2 #D4BDBC and #BDBCD4 with #BCBDD4 are triadic colors.