COLOR #BDB1E5

HEX: #BDB1E5 RGB: (189,177,229)

Color info

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

RGB color model

#BDB1E5 color RGB value is (189,177,229).

RGB: (189,177,229) (74%, 69%, 90%)

RGB channels and saturation

R 189 of 255 = 74%
G 177 of 255 = 69%
B 229 of 255 = 90%

189
177
229

R + G + B ~ 78%. #BDB1E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 177 + 229 = 595 (100%)
R 189 of 595 ~ 31.76%
G 177 of 595 ~ 29.75%
B 229 of 595 ~ 38.49'%

%31.76
%29.75
%38.49

CMYK color model

#BDB1E5 color CMYK value is (17,23,0,10).

  • cyan value is 17.47%
  • magenta value is 22.71%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (17,23,0,10)
C17M23Y0K10 (17%, 23%, 0%, 10%)
(0.17 / 0.23 / 0.00 / 0.10)

CMYK percentages

%17.47
%22.71
%0
%10.2

Codes

Color #BDB1E5 in popluar color models

BD B1 E5
RGB 189 177 229
HSL 254° 50.00% 79.61%
HSB/HSV 254° 22.71% 89.80%
CMYK 17.47% 22.71% 0.00%
10.20%

Color #BDB1E5 in popluar number systems.

HEX BD B1 E5
Decimal 189 177 229
Binary 10111101 10110001 11100101
Octal 275 261 345

Shades and tints

Shades of #BDB1E5

#BDB1E5
(189,177,229)
#ACA1D1
(172,161,209)
#9B91BD
(155,145,189)
#8A81A9
(138,129,169)
#797195
(121,113,149)
#686181
(104,97,129)
#57516D
(87,81,109)
#464159
(70,65,89)
#353145
(53,49,69)
#242131
(36,33,49)
#13111D
(19,17,29)
#000000
(0,0,0)

Tints of #BDB1E5

#BDB1E5
(189,177,229)
#C3B8E7
(195,184,231)
#C9BFE9
(201,191,233)
#CFC6EB
(207,198,235)
#D5CDED
(213,205,237)
#DBD4EF
(219,212,239)
#E1DBF1
(225,219,241)
#E7E2F3
(231,226,243)
#EDE9F5
(237,233,245)
#F3F0F7
(243,240,247)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB1E5; }

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

This text font color is #BDB1E5.

Background Color

.myBgColor { background-color: #BDB1E5; }

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

This div background color is #BDB1E5.

Border color

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

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

This div border color is #BDB1E5.

Opacity

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

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

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

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

This text has shadow with #BDB1E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB1E5.

Preview

Color preview on black background

This text has color #BDB1E5 on black background.


Color preview on white background

This text has color #BDB1E5 on white background.


Black color preview on #BDB1E5 background

This text has black color on #BDB1E5 background.


White color preview on #BDB1E5 background

This text has white color on #BDB1E5 background.


Related colors

Complementary color

Complementary color for #hex is #424E1A.


I love getcolorcode.com

Triadic colors

1 #E5BDB1 and #B1E5BD with #BDB1E5 are triadic colors.

2 #E5B1BD and #B1BDE5 with #BDB1E5 are triadic colors.