COLOR #BDB8DC

HEX: #BDB8DC
RGB: (189,184,220)

Color info

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

RGB color model

#BDB8DC color RGB value is (189,184,220).

  • red value is 189;
  • green value is 184;
  • blue value is 220.
RGB:
(189,184,220)
(74%,72%,86%)

RGB channels and saturation

R 189 of 255 = 74%
G 184 of 255 = 72%
B 220 of 255 = 86%

189
184
220

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

Portions of RGB colors in percentages

R + G + B =
189 + 184 + 220 = 593 (100%)
R 189 of 593 ~ 31.87%
G 184 of 593 ~ 31.03%
B 220 of 593 ~ 37.1%

%31.87
%31.03
%37.1

CMYK color model

#BDB8DC color CMYK value is (14,16,0,14).

  • cyan value is 14.09%
  • magenta value is 16.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(14,16,0,14)
C14M16Y0K14 
(14%,16%,0%,14%)
(0.14/0.16/0.00/0.14)	

CMYK percentages

%14.09
%16.36
%0
%13.73

Codes

Color #BDB8DC in popluar color models

BDB8DC
RGB189184220
HSL248°33.96%79.22%
HSB/HSV248°16.36%86.27%
CMYK14.09%16.36%0.00%
13.73%

Color #BDB8DC in popluar number systems.

HEXBDB8DC
Decimal189184220
Binary101111011011100011011100
Octal275270334

Shades and tints

Shades of #BDB8DC

#BDB8DC
(189,184,220)
#ACA8C8
(172,168,200)
#9B98B4
(155,152,180)
#8A88A0
(138,136,160)
#79788C
(121,120,140)
#686878
(104,104,120)
#575864
(87,88,100)
#464850
(70,72,80)
#35383C
(53,56,60)
#242828
(36,40,40)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #BDB8DC

#BDB8DC
(189,184,220)
#C3BEDF
(195,190,223)
#C9C4E2
(201,196,226)
#CFCAE5
(207,202,229)
#D5D0E8
(213,208,232)
#DBD6EB
(219,214,235)
#E1DCEE
(225,220,238)
#E7E2F1
(231,226,241)
#EDE8F4
(237,232,244)
#F3EEF7
(243,238,247)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB8DC color. Also use rgb(189,184,220) instead hex code.

Text Font Color

.myTextColor { color: #BDB8DC; }

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

This text font color is #BDB8DC.


Background Color

.myBgColor { background-color: #BDB8DC; }

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

This div background color is #BDB8DC.


Border color

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

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

This div border color is #BDB8DC.


Opacity

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

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

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

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

This text has shadow with #BDB8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB8DC on black background.


Color preview on white background

This text has color #BDB8DC on white background.



Black color preview on #BDB8DC background

This text has black color on #BDB8DC background.


White color preview on #BDB8DC background

This text has white color on #BDB8DC background.