COLOR #BDBDCB

HEX: #BDBDCB RGB: (189,189,203)

Color info

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

RGB color model

#BDBDCB color RGB value is (189,189,203).

RGB: (189,189,203) (74%, 74%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 189 of 255 = 74%
B 203 of 255 = 80%

189
189
203

R + G + B ~ 76%. #BDBDCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 189 + 203 = 581 (100%)
R 189 of 581 ~ 32.53%
G 189 of 581 ~ 32.53%
B 203 of 581 ~ 34.94'%

%32.53
%32.53
%34.94

CMYK color model

#BDBDCB color CMYK value is (7,7,0,20).

  • cyan value is 6.90%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (7,7,0,20)
C7M7Y0K20 (7%, 7%, 0%, 20%)
(0.07 / 0.07 / 0.00 / 0.20)

CMYK percentages

%6.9
%6.9
%0
%20.39

Codes

Color #BDBDCB in popluar color models

BD BD CB
RGB 189 189 203
HSL 240° 11.86% 76.86%
HSB/HSV 240° 6.90% 79.61%
CMYK 6.90% 6.90% 0.00%
20.39%

Color #BDBDCB in popluar number systems.

HEX BD BD CB
Decimal 189 189 203
Binary 10111101 10111101 11001011
Octal 275 275 313

Shades and tints

Shades of #BDBDCB

#BDBDCB
(189,189,203)
#ACACB9
(172,172,185)
#9B9BA7
(155,155,167)
#8A8A95
(138,138,149)
#797983
(121,121,131)
#686871
(104,104,113)
#57575F
(87,87,95)
#46464D
(70,70,77)
#35353B
(53,53,59)
#242429
(36,36,41)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #BDBDCB

#BDBDCB
(189,189,203)
#C3C3CF
(195,195,207)
#C9C9D3
(201,201,211)
#CFCFD7
(207,207,215)
#D5D5DB
(213,213,219)
#DBDBDF
(219,219,223)
#E1E1E3
(225,225,227)
#E7E7E7
(231,231,231)
#EDEDEB
(237,237,235)
#F3F3EF
(243,243,239)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBDCB; }

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

This text font color is #BDBDCB.

Background Color

.myBgColor { background-color: #BDBDCB; }

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

This div background color is #BDBDCB.

Border color

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

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

This div border color is #BDBDCB.

Opacity

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

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

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

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

This text has shadow with #BDBDCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBDCB.

Preview

Color preview on black background

This text has color #BDBDCB on black background.


Color preview on white background

This text has color #BDBDCB on white background.


Black color preview on #BDBDCB background

This text has black color on #BDBDCB background.


White color preview on #BDBDCB background

This text has white color on #BDBDCB background.


Related colors

Complementary color

Complementary color for #hex is #424234.


I love getcolorcode.com