COLOR #BDB5ED

HEX: #BDB5ED
RGB: (189,181,237)

Color info

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

RGB color model

#BDB5ED color RGB value is (189,181,237).

  • red value is 189;
  • green value is 181;
  • blue value is 237.
RGB:
(189,181,237)
(74%,71%,93%)

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 237 of 255 = 93%

189
181
237

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

Portions of RGB colors in percentages

R + G + B =
189 + 181 + 237 = 607 (100%)
R 189 of 607 ~ 31.14%
G 181 of 607 ~ 29.82%
B 237 of 607 ~ 39.04%

%31.14
%29.82
%39.04

CMYK color model

#BDB5ED color CMYK value is (20,24,0,7).

  • cyan value is 20.25%
  • magenta value is 23.63%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(20,24,0,7)
C20M24Y0K7 
(20%,24%,0%,7%)
(0.20/0.24/0.00/0.07)	

CMYK percentages

%20.25
%23.63
%0
%7.06

Codes

Color #BDB5ED in popluar color models

BDB5ED
RGB189181237
HSL249°60.87%81.96%
HSB/HSV249°23.63%92.94%
CMYK20.25%23.63%0.00%
7.06%

Color #BDB5ED in popluar number systems.

HEXBDB5ED
Decimal189181237
Binary101111011011010111101101
Octal275265355

Shades and tints

Shades of #BDB5ED

#BDB5ED
(189,181,237)
#ACA5D8
(172,165,216)
#9B95C3
(155,149,195)
#8A85AE
(138,133,174)
#797599
(121,117,153)
#686584
(104,101,132)
#57556F
(87,85,111)
#46455A
(70,69,90)
#353545
(53,53,69)
#242530
(36,37,48)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #BDB5ED

#BDB5ED
(189,181,237)
#C3BBEE
(195,187,238)
#C9C1EF
(201,193,239)
#CFC7F0
(207,199,240)
#D5CDF1
(213,205,241)
#DBD3F2
(219,211,242)
#E1D9F3
(225,217,243)
#E7DFF4
(231,223,244)
#EDE5F5
(237,229,245)
#F3EBF6
(243,235,246)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB5ED; }

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

This text font color is #BDB5ED.


Background Color

.myBgColor { background-color: #BDB5ED; }

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

This div background color is #BDB5ED.


Border color

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

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

This div border color is #BDB5ED.


Opacity

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

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

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

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

This text has shadow with #BDB5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB5ED on black background.


Color preview on white background

This text has color #BDB5ED on white background.



Black color preview on #BDB5ED background

This text has black color on #BDB5ED background.


White color preview on #BDB5ED background

This text has white color on #BDB5ED background.