COLOR #BDB6DA

HEX: #BDB6DA
RGB: (189,182,218)

Color info

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

RGB color model

#BDB6DA color RGB value is (189,182,218).

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

RGB channels and saturation

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

189
182
218

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

Portions of RGB colors in percentages

R + G + B =
189 + 182 + 218 = 589 (100%)
R 189 of 589 ~ 32.09%
G 182 of 589 ~ 30.9%
B 218 of 589 ~ 37.01%

%32.09
%30.9
%37.01

CMYK color model

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

  • cyan value is 13.30%
  • magenta value is 16.51%
  • 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
%16.51
%0
%14.51

Codes

Color #BDB6DA in popluar color models

BDB6DA
RGB189182218
HSL252°32.73%78.43%
HSB/HSV252°16.51%85.49%
CMYK13.30%16.51%0.00%
14.51%

Color #BDB6DA in popluar number systems.

HEXBDB6DA
Decimal189182218
Binary101111011011011011011010
Octal275266332

Shades and tints

Shades of #BDB6DA

#BDB6DA
(189,182,218)
#ACA6C7
(172,166,199)
#9B96B4
(155,150,180)
#8A86A1
(138,134,161)
#79768E
(121,118,142)
#68667B
(104,102,123)
#575668
(87,86,104)
#464655
(70,70,85)
#353642
(53,54,66)
#24262F
(36,38,47)
#13161C
(19,22,28)
#000000
(0,0,0)

Tints of #BDB6DA

#BDB6DA
(189,182,218)
#C3BCDD
(195,188,221)
#C9C2E0
(201,194,224)
#CFC8E3
(207,200,227)
#D5CEE6
(213,206,230)
#DBD4E9
(219,212,233)
#E1DAEC
(225,218,236)
#E7E0EF
(231,224,239)
#EDE6F2
(237,230,242)
#F3ECF5
(243,236,245)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB6DA; }

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

This text font color is #BDB6DA.


Background Color

.myBgColor { background-color: #BDB6DA; }

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

This div background color is #BDB6DA.


Border color

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

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

This div border color is #BDB6DA.


Opacity

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

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

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

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

This text has shadow with #BDB6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB6DA on black background.


Color preview on white background

This text has color #BDB6DA on white background.



Black color preview on #BDB6DA background

This text has black color on #BDB6DA background.


White color preview on #BDB6DA background

This text has white color on #BDB6DA background.