COLOR #BDBAD2

HEX: #BDBAD2 RGB: (189,186,210)

Color info

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

RGB color model

#BDBAD2 color RGB value is (189,186,210).

RGB: (189,186,210) (74%, 73%, 82%)

RGB channels and saturation

R 189 of 255 = 74%
G 186 of 255 = 73%
B 210 of 255 = 82%

189
186
210

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

Portions of RGB colors in percentages

R + G + B = 189 + 186 + 210 = 585 (100%)
R 189 of 585 ~ 32.31%
G 186 of 585 ~ 31.79%
B 210 of 585 ~ 35.9'%

%32.31
%31.79
%35.9

CMYK color model

#BDBAD2 color CMYK value is (10,11,0,18).

  • cyan value is 10.00%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (10,11,0,18)
C10M11Y0K18 (10%, 11%, 0%, 18%)
(0.10 / 0.11 / 0.00 / 0.18)

CMYK percentages

%10
%11.43
%0
%17.65

Codes

Color #BDBAD2 in popluar color models

BD BA D2
RGB 189 186 210
HSL 248° 21.05% 77.65%
HSB/HSV 248° 11.43% 82.35%
CMYK 10.00% 11.43% 0.00%
17.65%

Color #BDBAD2 in popluar number systems.

HEX BD BA D2
Decimal 189 186 210
Binary 10111101 10111010 11010010
Octal 275 272 322

Shades and tints

Shades of #BDBAD2

#BDBAD2
(189,186,210)
#ACAABF
(172,170,191)
#9B9AAC
(155,154,172)
#8A8A99
(138,138,153)
#797A86
(121,122,134)
#686A73
(104,106,115)
#575A60
(87,90,96)
#464A4D
(70,74,77)
#353A3A
(53,58,58)
#242A27
(36,42,39)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #BDBAD2

#BDBAD2
(189,186,210)
#C3C0D6
(195,192,214)
#C9C6DA
(201,198,218)
#CFCCDE
(207,204,222)
#D5D2E2
(213,210,226)
#DBD8E6
(219,216,230)
#E1DEEA
(225,222,234)
#E7E4EE
(231,228,238)
#EDEAF2
(237,234,242)
#F3F0F6
(243,240,246)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBAD2; }

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

This text font color is #BDBAD2.

Background Color

.myBgColor { background-color: #BDBAD2; }

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

This div background color is #BDBAD2.

Border color

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

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

This div border color is #BDBAD2.

Opacity

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

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

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

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

This text has shadow with #BDBAD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBAD2.

Preview

Color preview on black background

This text has color #BDBAD2 on black background.


Color preview on white background

This text has color #BDBAD2 on white background.


Black color preview on #BDBAD2 background

This text has black color on #BDBAD2 background.


White color preview on #BDBAD2 background

This text has white color on #BDBAD2 background.


Related colors

Complementary color

Complementary color for #hex is #42452D.


I love getcolorcode.com

Triadic colors

1 #D2BDBA and #BAD2BD with #BDBAD2 are triadic colors.

2 #D2BABD and #BABDD2 with #BDBAD2 are triadic colors.