COLOR #BDBCC1

HEX: #BDBCC1 RGB: (189,188,193)

Color info

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

RGB color model

#BDBCC1 color RGB value is (189,188,193).

RGB: (189,188,193) (74%, 74%, 76%)

RGB channels and saturation

R 189 of 255 = 74%
G 188 of 255 = 74%
B 193 of 255 = 76%

189
188
193

R + G + B ~ 75%. #BDBCC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 188 + 193 = 570 (100%)
R 189 of 570 ~ 33.16%
G 188 of 570 ~ 32.98%
B 193 of 570 ~ 33.86'%

%33.16
%32.98
%33.86

CMYK color model

#BDBCC1 color CMYK value is (2,3,0,24).

  • cyan value is 2.07%
  • magenta value is 2.59%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK: (2,3,0,24) C2M3Y0K24 (2%,3%,0%,24%) (0.02/0.03/0.00/0.24) 

CMYK percentages

%2.07
%2.59
%0
%24.31

Codes

Color #BDBCC1 in popluar color models

BD BC C1
RGB 189 188 193
HSL 252° 3.88% 74.71%
HSB/HSV 252° 2.59% 75.69%
CMYK 2.07% 2.59% 0.00%
24.31%

Color #BDBCC1 in popluar number systems.

HEX BD BC C1
Decimal 189 188 193
Binary 10111101 10111100 11000001
Octal 275 274 301

Shades and tints

Shades of #BDBCC1

#BDBCC1
(189,188,193)
#ACABB0
(172,171,176)
#9B9A9F
(155,154,159)
#8A898E
(138,137,142)
#79787D
(121,120,125)
#68676C
(104,103,108)
#57565B
(87,86,91)
#46454A
(70,69,74)
#353439
(53,52,57)
#242328
(36,35,40)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #BDBCC1

#BDBCC1
(189,188,193)
#C3C2C6
(195,194,198)
#C9C8CB
(201,200,203)
#CFCED0
(207,206,208)
#D5D4D5
(213,212,213)
#DBDADA
(219,218,218)
#E1E0DF
(225,224,223)
#E7E6E4
(231,230,228)
#EDECE9
(237,236,233)
#F3F2EE
(243,242,238)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBCC1; }

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

This text font color is #BDBCC1.

Background Color

.myBgColor { background-color: #BDBCC1; }

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

This div background color is #BDBCC1.

Border color

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

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

This div border color is #BDBCC1.

Opacity

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

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

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

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

This text has shadow with #BDBCC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBCC1.

Preview

Color preview on black background

This text has color #BDBCC1 on black background.


Color preview on white background

This text has color #BDBCC1 on white background.


Black color preview on #BDBCC1 background

This text has black color on #BDBCC1 background.


White color preview on #BDBCC1 background

This text has white color on #BDBCC1 background.


Related colors

Complementary color

Complementary color for #hex is #42433E.


I love getcolorcode.com

Triadic colors

1 #C1BDBC and #BCC1BD with #BDBCC1 are triadic colors.

2 #C1BCBD and #BCBDC1 with #BDBCC1 are triadic colors.