COLOR #BDB4DA

HEX: #BDB4DA
RGB: (189,180,218)

Color info

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

RGB color model

#BDB4DA color RGB value is (189,180,218).

  • red value is 189;
  • green value is 180;
  • blue value is 218.
RGB:
(189,180,218)
(74%,71%,85%)

RGB channels and saturation

R 189 of 255 = 74%
G 180 of 255 = 71%
B 218 of 255 = 85%

189
180
218

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

Portions of RGB colors in percentages

R + G + B =
189 + 180 + 218 = 587 (100%)
R 189 of 587 ~ 32.2%
G 180 of 587 ~ 30.66%
B 218 of 587 ~ 37.14%

%32.2
%30.66
%37.14

CMYK color model

#BDB4DA color CMYK value is (13,17,0,15).

  • cyan value is 13.30%
  • magenta value is 17.43%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(13,17,0,15)
C13M17Y0K15 
(13%,17%,0%,15%)
(0.13/0.17/0.00/0.15)	

CMYK percentages

%13.3
%17.43
%0
%14.51

Codes

Color #BDB4DA in popluar color models

BDB4DA
RGB189180218
HSL254°33.93%78.04%
HSB/HSV254°17.43%85.49%
CMYK13.30%17.43%0.00%
14.51%

Color #BDB4DA in popluar number systems.

HEXBDB4DA
Decimal189180218
Binary101111011011010011011010
Octal275264332

Shades and tints

Shades of #BDB4DA

#BDB4DA
(189,180,218)
#ACA4C7
(172,164,199)
#9B94B4
(155,148,180)
#8A84A1
(138,132,161)
#79748E
(121,116,142)
#68647B
(104,100,123)
#575468
(87,84,104)
#464455
(70,68,85)
#353442
(53,52,66)
#24242F
(36,36,47)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #BDB4DA

#BDB4DA
(189,180,218)
#C3BADD
(195,186,221)
#C9C0E0
(201,192,224)
#CFC6E3
(207,198,227)
#D5CCE6
(213,204,230)
#DBD2E9
(219,210,233)
#E1D8EC
(225,216,236)
#E7DEEF
(231,222,239)
#EDE4F2
(237,228,242)
#F3EAF5
(243,234,245)
#F9F0F8
(249,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB4DA; }

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

This text font color is #BDB4DA.


Background Color

.myBgColor { background-color: #BDB4DA; }

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

This div background color is #BDB4DA.


Border color

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

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

This div border color is #BDB4DA.


Opacity

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

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

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

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

This text has shadow with #BDB4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB4DA on black background.


Color preview on white background

This text has color #BDB4DA on white background.



Black color preview on #BDB4DA background

This text has black color on #BDB4DA background.


White color preview on #BDB4DA background

This text has white color on #BDB4DA background.