COLOR #BDABDC

HEX: #BDABDC
RGB: (189,171,220)

Color info

#BDABDC contains red, green and blue colors in about the same proportion. Web safe color of #BDABDC is #CC99CC (or #C9C).

RGB color model

#BDABDC color RGB value is (189,171,220).

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

RGB channels and saturation

R 189 of 255 = 74%
G 171 of 255 = 67%
B 220 of 255 = 86%

189
171
220

R + G + B ~ 76%. #BDABDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 171 + 220 = 580 (100%)
R 189 of 580 ~ 32.59%
G 171 of 580 ~ 29.48%
B 220 of 580 ~ 37.93%

%32.59
%29.48
%37.93

CMYK color model

#BDABDC color CMYK value is (14,22,0,14).

  • cyan value is 14.09%
  • magenta value is 22.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(14,22,0,14)
C14M22Y0K14 
(14%,22%,0%,14%)
(0.14/0.22/0.00/0.14)	

CMYK percentages

%14.09
%22.27
%0
%13.73

Codes

Color #BDABDC in popluar color models

BDABDC
RGB189171220
HSL262°41.18%76.67%
HSB/HSV262°22.27%86.27%
CMYK14.09%22.27%0.00%
13.73%

Color #BDABDC in popluar number systems.

HEXBDABDC
Decimal189171220
Binary101111011010101111011100
Octal275253334

Shades and tints

Shades of #BDABDC

#BDABDC
(189,171,220)
#AC9CC8
(172,156,200)
#9B8DB4
(155,141,180)
#8A7EA0
(138,126,160)
#796F8C
(121,111,140)
#686078
(104,96,120)
#575164
(87,81,100)
#464250
(70,66,80)
#35333C
(53,51,60)
#242428
(36,36,40)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #BDABDC

#BDABDC
(189,171,220)
#C3B2DF
(195,178,223)
#C9B9E2
(201,185,226)
#CFC0E5
(207,192,229)
#D5C7E8
(213,199,232)
#DBCEEB
(219,206,235)
#E1D5EE
(225,213,238)
#E7DCF1
(231,220,241)
#EDE3F4
(237,227,244)
#F3EAF7
(243,234,247)
#F9F1FA
(249,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDABDC; }

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

This text font color is #BDABDC.


Background Color

.myBgColor { background-color: #BDABDC; }

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

This div background color is #BDABDC.


Border color

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

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

This div border color is #BDABDC.


Opacity

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

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

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

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

This text has shadow with #BDABDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDABDC on black background.


Color preview on white background

This text has color #BDABDC on white background.



Black color preview on #BDABDC background

This text has black color on #BDABDC background.


White color preview on #BDABDC background

This text has white color on #BDABDC background.