COLOR #BDB7EF

HEX: #BDB7EF RGB: (189,183,239)

Color info

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

RGB color model

#BDB7EF color RGB value is (189,183,239).

RGB: (189,183,239) (74%, 72%, 94%)

RGB channels and saturation

R 189 of 255 = 74%
G 183 of 255 = 72%
B 239 of 255 = 94%

189
183
239

R + G + B ~ 80%. #BDB7EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 183 + 239 = 611 (100%)
R 189 of 611 ~ 30.93%
G 183 of 611 ~ 29.95%
B 239 of 611 ~ 39.12'%

%30.93
%29.95
%39.12

CMYK color model

#BDB7EF color CMYK value is (21,23,0,6).

  • cyan value is 20.92%
  • magenta value is 23.43%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (21,23,0,6)
C21M23Y0K6 (21%, 23%, 0%, 6%)
(0.21 / 0.23 / 0.00 / 0.06)

CMYK percentages

%20.92
%23.43
%0
%6.27

Codes

Color #BDB7EF in popluar color models

BD B7 EF
RGB 189 183 239
HSL 246° 63.64% 82.75%
HSB/HSV 246° 23.43% 93.73%
CMYK 20.92% 23.43% 0.00%
6.27%

Color #BDB7EF in popluar number systems.

HEX BD B7 EF
Decimal 189 183 239
Binary 10111101 10110111 11101111
Octal 275 267 357

Shades and tints

Shades of #BDB7EF

#BDB7EF
(189,183,239)
#ACA7DA
(172,167,218)
#9B97C5
(155,151,197)
#8A87B0
(138,135,176)
#79779B
(121,119,155)
#686786
(104,103,134)
#575771
(87,87,113)
#46475C
(70,71,92)
#353747
(53,55,71)
#242732
(36,39,50)
#13171D
(19,23,29)
#000000
(0,0,0)

Tints of #BDB7EF

#BDB7EF
(189,183,239)
#C3BDF0
(195,189,240)
#C9C3F1
(201,195,241)
#CFC9F2
(207,201,242)
#D5CFF3
(213,207,243)
#DBD5F4
(219,213,244)
#E1DBF5
(225,219,245)
#E7E1F6
(231,225,246)
#EDE7F7
(237,231,247)
#F3EDF8
(243,237,248)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB7EF; }

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

This text font color is #BDB7EF.

Background Color

.myBgColor { background-color: #BDB7EF; }

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

This div background color is #BDB7EF.

Border color

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

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

This div border color is #BDB7EF.

Opacity

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

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

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

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

This text has shadow with #BDB7EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB7EF.

Preview

Color preview on black background

This text has color #BDB7EF on black background.


Color preview on white background

This text has color #BDB7EF on white background.


Black color preview on #BDB7EF background

This text has black color on #BDB7EF background.


White color preview on #BDB7EF background

This text has white color on #BDB7EF background.


Related colors

Complementary color

Complementary color for #hex is #424810.


I love getcolorcode.com

Triadic colors

1 #EFBDB7 and #B7EFBD with #BDB7EF are triadic colors.

2 #EFB7BD and #B7BDEF with #BDB7EF are triadic colors.