COLOR #BDBDC1

HEX: #BDBDC1 RGB: (189,189,193)

Color info

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

RGB color model

#BDBDC1 color RGB value is (189,189,193).

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

RGB channels and saturation

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

189
189
193

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

Portions of RGB colors in percentages

R + G + B = 189 + 189 + 193 = 571 (100%)
R 189 of 571 ~ 33.1%
G 189 of 571 ~ 33.1%
B 193 of 571 ~ 33.8'%

%33.1
%33.1
%33.8

CMYK color model

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

  • cyan value is 2.07%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (2,2,0,24)
C2M2Y0K24 (2%, 2%, 0%, 24%)
(0.02 / 0.02 / 0.00 / 0.24)

CMYK percentages

%2.07
%2.07
%0
%24.31

Codes

Color #BDBDC1 in popluar color models

BD BD C1
RGB 189 189 193
HSL 240° 3.12% 74.90%
HSB/HSV 240° 2.07% 75.69%
CMYK 2.07% 2.07% 0.00%
24.31%

Color #BDBDC1 in popluar number systems.

HEX BD BD C1
Decimal 189 189 193
Binary 10111101 10111101 11000001
Octal 275 275 301

Shades and tints

Shades of #BDBDC1

#BDBDC1
(189,189,193)
#ACACB0
(172,172,176)
#9B9B9F
(155,155,159)
#8A8A8E
(138,138,142)
#79797D
(121,121,125)
#68686C
(104,104,108)
#57575B
(87,87,91)
#46464A
(70,70,74)
#353539
(53,53,57)
#242428
(36,36,40)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #BDBDC1

#BDBDC1
(189,189,193)
#C3C3C6
(195,195,198)
#C9C9CB
(201,201,203)
#CFCFD0
(207,207,208)
#D5D5D5
(213,213,213)
#DBDBDA
(219,219,218)
#E1E1DF
(225,225,223)
#E7E7E4
(231,231,228)
#EDEDE9
(237,237,233)
#F3F3EE
(243,243,238)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBDC1; }

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

This text font color is #BDBDC1.

Background Color

.myBgColor { background-color: #BDBDC1; }

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

This div background color is #BDBDC1.

Border color

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

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

This div border color is #BDBDC1.

Opacity

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

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

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

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

This text has shadow with #BDBDC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBDC1.

Preview

Color preview on black background

This text has color #BDBDC1 on black background.


Color preview on white background

This text has color #BDBDC1 on white background.


Black color preview on #BDBDC1 background

This text has black color on #BDBDC1 background.


White color preview on #BDBDC1 background

This text has white color on #BDBDC1 background.


Related colors

Complementary color

Complementary color for #hex is #42423E.


I love getcolorcode.com