COLOR #BDB0E1

HEX: #BDB0E1 RGB: (189,176,225)

Color info

#BDB0E1 contains red, green and blue colors in about the same proportion. Web safe color of #BDB0E1 is #CC99CC (or #C9C).

RGB color model

#BDB0E1 color RGB value is (189,176,225).

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

RGB channels and saturation

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

189
176
225

R + G + B ~ 77%. #BDB0E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 176 + 225 = 590 (100%)
R 189 of 590 ~ 32.03%
G 176 of 590 ~ 29.83%
B 225 of 590 ~ 38.14'%

%32.03
%29.83
%38.14

CMYK color model

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

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

CMYK: (16,22,0,12)
C16M22Y0K12 (16%, 22%, 0%, 12%)
(0.16 / 0.22 / 0.00 / 0.12)

CMYK percentages

%16
%21.78
%0
%11.76

Codes

Color #BDB0E1 in popluar color models

BD B0 E1
RGB 189 176 225
HSL 256° 44.95% 78.63%
HSB/HSV 256° 21.78% 88.24%
CMYK 16.00% 21.78% 0.00%
11.76%

Color #BDB0E1 in popluar number systems.

HEX BD B0 E1
Decimal 189 176 225
Binary 10111101 10110000 11100001
Octal 275 260 341

Shades and tints

Shades of #BDB0E1

#BDB0E1
(189,176,225)
#ACA0CD
(172,160,205)
#9B90B9
(155,144,185)
#8A80A5
(138,128,165)
#797091
(121,112,145)
#68607D
(104,96,125)
#575069
(87,80,105)
#464055
(70,64,85)
#353041
(53,48,65)
#24202D
(36,32,45)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #BDB0E1

#BDB0E1
(189,176,225)
#C3B7E3
(195,183,227)
#C9BEE5
(201,190,229)
#CFC5E7
(207,197,231)
#D5CCE9
(213,204,233)
#DBD3EB
(219,211,235)
#E1DAED
(225,218,237)
#E7E1EF
(231,225,239)
#EDE8F1
(237,232,241)
#F3EFF3
(243,239,243)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB0E1; }

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

This text font color is #BDB0E1.

Background Color

.myBgColor { background-color: #BDB0E1; }

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

This div background color is #BDB0E1.

Border color

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

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

This div border color is #BDB0E1.

Opacity

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

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

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

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

This text has shadow with #BDB0E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB0E1.

Preview

Color preview on black background

This text has color #BDB0E1 on black background.


Color preview on white background

This text has color #BDB0E1 on white background.


Black color preview on #BDB0E1 background

This text has black color on #BDB0E1 background.


White color preview on #BDB0E1 background

This text has white color on #BDB0E1 background.


Related colors

Complementary color

Complementary color for #hex is #424F1E.


I love getcolorcode.com

Triadic colors

1 #E1BDB0 and #B0E1BD with #BDB0E1 are triadic colors.

2 #E1B0BD and #B0BDE1 with #BDB0E1 are triadic colors.