COLOR #BDB4DD

HEX: #BDB4DD
RGB: (189,180,221)

Color info

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

RGB color model

#BDB4DD color RGB value is (189,180,221).

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

RGB channels and saturation

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

189
180
221

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

Portions of RGB colors in percentages

R + G + B =
189 + 180 + 221 = 590 (100%)
R 189 of 590 ~ 32.03%
G 180 of 590 ~ 30.51%
B 221 of 590 ~ 37.46%

%32.03
%30.51
%37.46

CMYK color model

#BDB4DD color CMYK value is (14,19,0,13).

  • cyan value is 14.48%
  • magenta value is 18.55%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(14,19,0,13)
C14M19Y0K13 
(14%,19%,0%,13%)
(0.14/0.19/0.00/0.13)	

CMYK percentages

%14.48
%18.55
%0
%13.33

Codes

Color #BDB4DD in popluar color models

BDB4DD
RGB189180221
HSL253°37.61%78.63%
HSB/HSV253°18.55%86.67%
CMYK14.48%18.55%0.00%
13.33%

Color #BDB4DD in popluar number systems.

HEXBDB4DD
Decimal189180221
Binary101111011011010011011101
Octal275264335

Shades and tints

Shades of #BDB4DD

#BDB4DD
(189,180,221)
#ACA4C9
(172,164,201)
#9B94B5
(155,148,181)
#8A84A1
(138,132,161)
#79748D
(121,116,141)
#686479
(104,100,121)
#575465
(87,84,101)
#464451
(70,68,81)
#35343D
(53,52,61)
#242429
(36,36,41)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #BDB4DD

#BDB4DD
(189,180,221)
#C3BAE0
(195,186,224)
#C9C0E3
(201,192,227)
#CFC6E6
(207,198,230)
#D5CCE9
(213,204,233)
#DBD2EC
(219,210,236)
#E1D8EF
(225,216,239)
#E7DEF2
(231,222,242)
#EDE4F5
(237,228,245)
#F3EAF8
(243,234,248)
#F9F0FB
(249,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB4DD; }

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

This text font color is #BDB4DD.


Background Color

.myBgColor { background-color: #BDB4DD; }

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

This div background color is #BDB4DD.


Border color

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

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

This div border color is #BDB4DD.


Opacity

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

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

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

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

This text has shadow with #BDB4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB4DD on black background.


Color preview on white background

This text has color #BDB4DD on white background.



Black color preview on #BDB4DD background

This text has black color on #BDB4DD background.


White color preview on #BDB4DD background

This text has white color on #BDB4DD background.