COLOR #BDBDE1

HEX: #BDBDE1 RGB: (189,189,225)

Color info

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

RGB color model

#BDBDE1 color RGB value is (189,189,225).

RGB: (189,189,225) (74%, 74%, 88%)

RGB channels and saturation

R 189 of 255 = 74%
G 189 of 255 = 74%
B 225 of 255 = 88%

189
189
225

R + G + B ~ 79%. #BDBDE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 189 + 225 = 603 (100%)
R 189 of 603 ~ 31.34%
G 189 of 603 ~ 31.34%
B 225 of 603 ~ 37.31'%

%31.34
%31.34
%37.31

CMYK color model

#BDBDE1 color CMYK value is (16,16,0,12).

  • cyan value is 16.00%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (16,16,0,12)
C16M16Y0K12 (16%, 16%, 0%, 12%)
(0.16 / 0.16 / 0.00 / 0.12)

CMYK percentages

%16
%16
%0
%11.76

Codes

Color #BDBDE1 in popluar color models

BD BD E1
RGB 189 189 225
HSL 240° 37.50% 81.18%
HSB/HSV 240° 16.00% 88.24%
CMYK 16.00% 16.00% 0.00%
11.76%

Color #BDBDE1 in popluar number systems.

HEX BD BD E1
Decimal 189 189 225
Binary 10111101 10111101 11100001
Octal 275 275 341

Shades and tints

Shades of #BDBDE1

#BDBDE1
(189,189,225)
#ACACCD
(172,172,205)
#9B9BB9
(155,155,185)
#8A8AA5
(138,138,165)
#797991
(121,121,145)
#68687D
(104,104,125)
#575769
(87,87,105)
#464655
(70,70,85)
#353541
(53,53,65)
#24242D
(36,36,45)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #BDBDE1

#BDBDE1
(189,189,225)
#C3C3E3
(195,195,227)
#C9C9E5
(201,201,229)
#CFCFE7
(207,207,231)
#D5D5E9
(213,213,233)
#DBDBEB
(219,219,235)
#E1E1ED
(225,225,237)
#E7E7EF
(231,231,239)
#EDEDF1
(237,237,241)
#F3F3F3
(243,243,243)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBDE1; }

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

This text font color is #BDBDE1.

Background Color

.myBgColor { background-color: #BDBDE1; }

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

This div background color is #BDBDE1.

Border color

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

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

This div border color is #BDBDE1.

Opacity

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

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

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

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

This text has shadow with #BDBDE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBDE1.

Preview

Color preview on black background

This text has color #BDBDE1 on black background.


Color preview on white background

This text has color #BDBDE1 on white background.


Black color preview on #BDBDE1 background

This text has black color on #BDBDE1 background.


White color preview on #BDBDE1 background

This text has white color on #BDBDE1 background.


Related colors

Complementary color

Complementary color for #hex is #42421E.


I love getcolorcode.com