COLOR #BDBDC6

HEX: #BDBDC6 RGB: (189,189,198)

Color info

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

RGB color model

#BDBDC6 color RGB value is (189,189,198).

RGB: (189,189,198) (74%, 74%, 78%)

RGB channels and saturation

R 189 of 255 = 74%
G 189 of 255 = 74%
B 198 of 255 = 78%

189
189
198

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

Portions of RGB colors in percentages

R + G + B = 189 + 189 + 198 = 576 (100%)
R 189 of 576 ~ 32.81%
G 189 of 576 ~ 32.81%
B 198 of 576 ~ 34.38'%

%32.81
%32.81
%34.38

CMYK color model

#BDBDC6 color CMYK value is (5,5,0,22).

  • cyan value is 4.55%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (5,5,0,22) C5M5Y0K22 (5%,5%,0%,22%) (0.05/0.05/0.00/0.22) 

CMYK percentages

%4.55
%4.55
%0
%22.35

Codes

Color #BDBDC6 in popluar color models

BD BD C6
RGB 189 189 198
HSL 240° 7.32% 75.88%
HSB/HSV 240° 4.55% 77.65%
CMYK 4.55% 4.55% 0.00%
22.35%

Color #BDBDC6 in popluar number systems.

HEX BD BD C6
Decimal 189 189 198
Binary 10111101 10111101 11000110
Octal 275 275 306

Shades and tints

Shades of #BDBDC6

#BDBDC6
(189,189,198)
#ACACB4
(172,172,180)
#9B9BA2
(155,155,162)
#8A8A90
(138,138,144)
#79797E
(121,121,126)
#68686C
(104,104,108)
#57575A
(87,87,90)
#464648
(70,70,72)
#353536
(53,53,54)
#242424
(36,36,36)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #BDBDC6

#BDBDC6
(189,189,198)
#C3C3CB
(195,195,203)
#C9C9D0
(201,201,208)
#CFCFD5
(207,207,213)
#D5D5DA
(213,213,218)
#DBDBDF
(219,219,223)
#E1E1E4
(225,225,228)
#E7E7E9
(231,231,233)
#EDEDEE
(237,237,238)
#F3F3F3
(243,243,243)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBDC6; }

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

This text font color is #BDBDC6.

Background Color

.myBgColor { background-color: #BDBDC6; }

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

This div background color is #BDBDC6.

Border color

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

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

This div border color is #BDBDC6.

Opacity

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

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

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

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

This text has shadow with #BDBDC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBDC6.

Preview

Color preview on black background

This text has color #BDBDC6 on black background.


Color preview on white background

This text has color #BDBDC6 on white background.


Black color preview on #BDBDC6 background

This text has black color on #BDBDC6 background.


White color preview on #BDBDC6 background

This text has white color on #BDBDC6 background.


Related colors

Complementary color

Complementary color for #hex is #424239.


I love getcolorcode.com