COLOR #BDB5DE

HEX: #BDB5DE RGB: (189,181,222)

Color info

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

RGB color model

#BDB5DE color RGB value is (189,181,222).

RGB: (189,181,222) (74%, 71%, 87%)

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 222 of 255 = 87%

189
181
222

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

Portions of RGB colors in percentages

R + G + B = 189 + 181 + 222 = 592 (100%)
R 189 of 592 ~ 31.93%
G 181 of 592 ~ 30.57%
B 222 of 592 ~ 37.5'%

%31.93
%30.57
%37.5

CMYK color model

#BDB5DE color CMYK value is (15,18,0,13).

  • cyan value is 14.86%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (15,18,0,13)
C15M18Y0K13 (15%, 18%, 0%, 13%)
(0.15 / 0.18 / 0.00 / 0.13)

CMYK percentages

%14.86
%18.47
%0
%12.94

Codes

Color #BDB5DE in popluar color models

BD B5 DE
RGB 189 181 222
HSL 252° 38.32% 79.02%
HSB/HSV 252° 18.47% 87.06%
CMYK 14.86% 18.47% 0.00%
12.94%

Color #BDB5DE in popluar number systems.

HEX BD B5 DE
Decimal 189 181 222
Binary 10111101 10110101 11011110
Octal 275 265 336

Shades and tints

Shades of #BDB5DE

#BDB5DE
(189,181,222)
#ACA5CA
(172,165,202)
#9B95B6
(155,149,182)
#8A85A2
(138,133,162)
#79758E
(121,117,142)
#68657A
(104,101,122)
#575566
(87,85,102)
#464552
(70,69,82)
#35353E
(53,53,62)
#24252A
(36,37,42)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #BDB5DE

#BDB5DE
(189,181,222)
#C3BBE1
(195,187,225)
#C9C1E4
(201,193,228)
#CFC7E7
(207,199,231)
#D5CDEA
(213,205,234)
#DBD3ED
(219,211,237)
#E1D9F0
(225,217,240)
#E7DFF3
(231,223,243)
#EDE5F6
(237,229,246)
#F3EBF9
(243,235,249)
#F9F1FC
(249,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB5DE; }

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

This text font color is #BDB5DE.

Background Color

.myBgColor { background-color: #BDB5DE; }

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

This div background color is #BDB5DE.

Border color

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

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

This div border color is #BDB5DE.

Opacity

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

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

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

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

This text has shadow with #BDB5DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB5DE.

Preview

Color preview on black background

This text has color #BDB5DE on black background.


Color preview on white background

This text has color #BDB5DE on white background.


Black color preview on #BDB5DE background

This text has black color on #BDB5DE background.


White color preview on #BDB5DE background

This text has white color on #BDB5DE background.


Related colors

Complementary color

Complementary color for #hex is #424A21.


I love getcolorcode.com

Triadic colors

1 #DEBDB5 and #B5DEBD with #BDB5DE are triadic colors.

2 #DEB5BD and #B5BDDE with #BDB5DE are triadic colors.