COLOR #BCBDD9

HEX: #BCBDD9 RGB: (188,189,217)

Color info

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

RGB color model

#BCBDD9 color RGB value is (188,189,217).

RGB: (188,189,217) (74%, 74%, 85%)

RGB channels and saturation

R 188 of 255 = 74%
G 189 of 255 = 74%
B 217 of 255 = 85%

188
189
217

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

Portions of RGB colors in percentages

R + G + B = 188 + 189 + 217 = 594 (100%)
R 188 of 594 ~ 31.65%
G 189 of 594 ~ 31.82%
B 217 of 594 ~ 36.53'%

%31.65
%31.82
%36.53

CMYK color model

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

  • cyan value is 13.36%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (13,13,0,15)
C13M13Y0K15 (13%, 13%, 0%, 15%)
(0.13 / 0.13 / 0.00 / 0.15)

CMYK percentages

%13.36
%12.9
%0
%14.9

Codes

Color #BCBDD9 in popluar color models

BC BD D9
RGB 188 189 217
HSL 238° 27.62% 79.41%
HSB/HSV 238° 13.36% 85.10%
CMYK 13.36% 12.90% 0.00%
14.90%

Color #BCBDD9 in popluar number systems.

HEX BC BD D9
Decimal 188 189 217
Binary 10111100 10111101 11011001
Octal 274 275 331

Shades and tints

Shades of #BCBDD9

#BCBDD9
(188,189,217)
#ABACC6
(171,172,198)
#9A9BB3
(154,155,179)
#898AA0
(137,138,160)
#78798D
(120,121,141)
#67687A
(103,104,122)
#565767
(86,87,103)
#454654
(69,70,84)
#343541
(52,53,65)
#23242E
(35,36,46)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #BCBDD9

#BCBDD9
(188,189,217)
#C2C3DC
(194,195,220)
#C8C9DF
(200,201,223)
#CECFE2
(206,207,226)
#D4D5E5
(212,213,229)
#DADBE8
(218,219,232)
#E0E1EB
(224,225,235)
#E6E7EE
(230,231,238)
#ECEDF1
(236,237,241)
#F2F3F4
(242,243,244)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBDD9; }

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

This text font color is #BCBDD9.

Background Color

.myBgColor { background-color: #BCBDD9; }

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

This div background color is #BCBDD9.

Border color

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

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

This div border color is #BCBDD9.

Opacity

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

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

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

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

This text has shadow with #BCBDD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBDD9.

Preview

Color preview on black background

This text has color #BCBDD9 on black background.


Color preview on white background

This text has color #BCBDD9 on white background.


Black color preview on #BCBDD9 background

This text has black color on #BCBDD9 background.


White color preview on #BCBDD9 background

This text has white color on #BCBDD9 background.


Related colors

Complementary color

Complementary color for #hex is #434226.


I love getcolorcode.com

Triadic colors

1 #D9BCBD and #BDD9BC with #BCBDD9 are triadic colors.

2 #D9BDBC and #BDBCD9 with #BCBDD9 are triadic colors.