COLOR #BDB5E3

HEX: #BDB5E3
RGB: (189,181,227)

Color info

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

RGB color model

#BDB5E3 color RGB value is (189,181,227).

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

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 227 of 255 = 89%

189
181
227

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

Portions of RGB colors in percentages

R + G + B =
189 + 181 + 227 = 597 (100%)
R 189 of 597 ~ 31.66%
G 181 of 597 ~ 30.32%
B 227 of 597 ~ 38.02%

%31.66
%30.32
%38.02

CMYK color model

#BDB5E3 color CMYK value is (17,20,0,11).

  • cyan value is 16.74%
  • magenta value is 20.26%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(17,20,0,11)
C17M20Y0K11 
(17%,20%,0%,11%)
(0.17/0.20/0.00/0.11)	

CMYK percentages

%16.74
%20.26
%0
%10.98

Codes

Color #BDB5E3 in popluar color models

BDB5E3
RGB189181227
HSL250°45.10%80.00%
HSB/HSV250°20.26%89.02%
CMYK16.74%20.26%0.00%
10.98%

Color #BDB5E3 in popluar number systems.

HEXBDB5E3
Decimal189181227
Binary101111011011010111100011
Octal275265343

Shades and tints

Shades of #BDB5E3

#BDB5E3
(189,181,227)
#ACA5CF
(172,165,207)
#9B95BB
(155,149,187)
#8A85A7
(138,133,167)
#797593
(121,117,147)
#68657F
(104,101,127)
#57556B
(87,85,107)
#464557
(70,69,87)
#353543
(53,53,67)
#24252F
(36,37,47)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #BDB5E3

#BDB5E3
(189,181,227)
#C3BBE5
(195,187,229)
#C9C1E7
(201,193,231)
#CFC7E9
(207,199,233)
#D5CDEB
(213,205,235)
#DBD3ED
(219,211,237)
#E1D9EF
(225,217,239)
#E7DFF1
(231,223,241)
#EDE5F3
(237,229,243)
#F3EBF5
(243,235,245)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB5E3; }

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

This text font color is #BDB5E3.


Background Color

.myBgColor { background-color: #BDB5E3; }

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

This div background color is #BDB5E3.


Border color

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

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

This div border color is #BDB5E3.


Opacity

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

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

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

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

This text has shadow with #BDB5E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB5E3 on black background.


Color preview on white background

This text has color #BDB5E3 on white background.



Black color preview on #BDB5E3 background

This text has black color on #BDB5E3 background.


White color preview on #BDB5E3 background

This text has white color on #BDB5E3 background.