COLOR #BDB4E7

HEX: #BDB4E7 RGB: (189,180,231)

Color info

#BDB4E7 contains red, green and blue colors in about the same proportion. Web safe color of #BDB4E7 is #CCCCFF (or #CCF).

RGB color model

#BDB4E7 color RGB value is (189,180,231).

RGB: (189,180,231) (74%, 71%, 91%)

RGB channels and saturation

R 189 of 255 = 74%
G 180 of 255 = 71%
B 231 of 255 = 91%

189
180
231

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

Portions of RGB colors in percentages

R + G + B = 189 + 180 + 231 = 600 (100%)
R 189 of 600 ~ 31.5%
G 180 of 600 ~ 30%
B 231 of 600 ~ 38.5'%

%31.5
%30
%38.5

CMYK color model

#BDB4E7 color CMYK value is (18,22,0,9).

  • cyan value is 18.18%
  • magenta value is 22.08%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (18,22,0,9)
C18M22Y0K9 (18%, 22%, 0%, 9%)
(0.18 / 0.22 / 0.00 / 0.09)

CMYK percentages

%18.18
%22.08
%0
%9.41

Codes

Color #BDB4E7 in popluar color models

BD B4 E7
RGB 189 180 231
HSL 251° 51.52% 80.59%
HSB/HSV 251° 22.08% 90.59%
CMYK 18.18% 22.08% 0.00%
9.41%

Color #BDB4E7 in popluar number systems.

HEX BD B4 E7
Decimal 189 180 231
Binary 10111101 10110100 11100111
Octal 275 264 347

Shades and tints

Shades of #BDB4E7

#BDB4E7
(189,180,231)
#ACA4D2
(172,164,210)
#9B94BD
(155,148,189)
#8A84A8
(138,132,168)
#797493
(121,116,147)
#68647E
(104,100,126)
#575469
(87,84,105)
#464454
(70,68,84)
#35343F
(53,52,63)
#24242A
(36,36,42)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #BDB4E7

#BDB4E7
(189,180,231)
#C3BAE9
(195,186,233)
#C9C0EB
(201,192,235)
#CFC6ED
(207,198,237)
#D5CCEF
(213,204,239)
#DBD2F1
(219,210,241)
#E1D8F3
(225,216,243)
#E7DEF5
(231,222,245)
#EDE4F7
(237,228,247)
#F3EAF9
(243,234,249)
#F9F0FB
(249,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB4E7; }

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

This text font color is #BDB4E7.

Background Color

.myBgColor { background-color: #BDB4E7; }

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

This div background color is #BDB4E7.

Border color

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

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

This div border color is #BDB4E7.

Opacity

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

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

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

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

This text has shadow with #BDB4E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB4E7.

Preview

Color preview on black background

This text has color #BDB4E7 on black background.


Color preview on white background

This text has color #BDB4E7 on white background.


Black color preview on #BDB4E7 background

This text has black color on #BDB4E7 background.


White color preview on #BDB4E7 background

This text has white color on #BDB4E7 background.


Related colors

Complementary color

Complementary color for #hex is #424B18.


I love getcolorcode.com

Triadic colors

1 #E7BDB4 and #B4E7BD with #BDB4E7 are triadic colors.

2 #E7B4BD and #B4BDE7 with #BDB4E7 are triadic colors.