COLOR #BDB6DD

HEX: #BDB6DD
RGB: (189,182,221)

Color info

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

RGB color model

#BDB6DD color RGB value is (189,182,221).

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

RGB channels and saturation

R 189 of 255 = 74%
G 182 of 255 = 71%
B 221 of 255 = 87%

189
182
221

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

Portions of RGB colors in percentages

R + G + B =
189 + 182 + 221 = 592 (100%)
R 189 of 592 ~ 31.93%
G 182 of 592 ~ 30.74%
B 221 of 592 ~ 37.33%

%31.93
%30.74
%37.33

CMYK color model

#BDB6DD color CMYK value is (14,18,0,13).

  • cyan value is 14.48%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(14,18,0,13)
C14M18Y0K13 
(14%,18%,0%,13%)
(0.14/0.18/0.00/0.13)	

CMYK percentages

%14.48
%17.65
%0
%13.33

Codes

Color #BDB6DD in popluar color models

BDB6DD
RGB189182221
HSL251°36.45%79.02%
HSB/HSV251°17.65%86.67%
CMYK14.48%17.65%0.00%
13.33%

Color #BDB6DD in popluar number systems.

HEXBDB6DD
Decimal189182221
Binary101111011011011011011101
Octal275266335

Shades and tints

Shades of #BDB6DD

#BDB6DD
(189,182,221)
#ACA6C9
(172,166,201)
#9B96B5
(155,150,181)
#8A86A1
(138,134,161)
#79768D
(121,118,141)
#686679
(104,102,121)
#575665
(87,86,101)
#464651
(70,70,81)
#35363D
(53,54,61)
#242629
(36,38,41)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #BDB6DD

#BDB6DD
(189,182,221)
#C3BCE0
(195,188,224)
#C9C2E3
(201,194,227)
#CFC8E6
(207,200,230)
#D5CEE9
(213,206,233)
#DBD4EC
(219,212,236)
#E1DAEF
(225,218,239)
#E7E0F2
(231,224,242)
#EDE6F5
(237,230,245)
#F3ECF8
(243,236,248)
#F9F2FB
(249,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB6DD; }

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

This text font color is #BDB6DD.


Background Color

.myBgColor { background-color: #BDB6DD; }

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

This div background color is #BDB6DD.


Border color

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

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

This div border color is #BDB6DD.


Opacity

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

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

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

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

This text has shadow with #BDB6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB6DD on black background.


Color preview on white background

This text has color #BDB6DD on white background.



Black color preview on #BDB6DD background

This text has black color on #BDB6DD background.


White color preview on #BDB6DD background

This text has white color on #BDB6DD background.