COLOR #BDBAD0

HEX: #BDBAD0
RGB: (189,186,208)

Color info

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

RGB color model

#BDBAD0 color RGB value is (189,186,208).

  • red value is 189;
  • green value is 186;
  • blue value is 208.
RGB:
(189,186,208)
(74%,73%,82%)

RGB channels and saturation

R 189 of 255 = 74%
G 186 of 255 = 73%
B 208 of 255 = 82%

189
186
208

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

Portions of RGB colors in percentages

R + G + B =
189 + 186 + 208 = 583 (100%)
R 189 of 583 ~ 32.42%
G 186 of 583 ~ 31.9%
B 208 of 583 ~ 35.68%

%32.42
%31.9
%35.68

CMYK color model

#BDBAD0 color CMYK value is (9,11,0,18).

  • cyan value is 9.13%
  • magenta value is 10.58%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(9,11,0,18)
C9M11Y0K18 
(9%,11%,0%,18%)
(0.09/0.11/0.00/0.18)	

CMYK percentages

%9.13
%10.58
%0
%18.43

Codes

Color #BDBAD0 in popluar color models

BDBAD0
RGB189186208
HSL248°18.97%77.25%
HSB/HSV248°10.58%81.57%
CMYK9.13%10.58%0.00%
18.43%

Color #BDBAD0 in popluar number systems.

HEXBDBAD0
Decimal189186208
Binary101111011011101011010000
Octal275272320

Shades and tints

Shades of #BDBAD0

#BDBAD0
(189,186,208)
#ACAABE
(172,170,190)
#9B9AAC
(155,154,172)
#8A8A9A
(138,138,154)
#797A88
(121,122,136)
#686A76
(104,106,118)
#575A64
(87,90,100)
#464A52
(70,74,82)
#353A40
(53,58,64)
#242A2E
(36,42,46)
#131A1C
(19,26,28)
#000000
(0,0,0)

Tints of #BDBAD0

#BDBAD0
(189,186,208)
#C3C0D4
(195,192,212)
#C9C6D8
(201,198,216)
#CFCCDC
(207,204,220)
#D5D2E0
(213,210,224)
#DBD8E4
(219,216,228)
#E1DEE8
(225,222,232)
#E7E4EC
(231,228,236)
#EDEAF0
(237,234,240)
#F3F0F4
(243,240,244)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDBAD0 color. Also use rgb(189,186,208) instead hex code.

Text Font Color

.myTextColor { color: #BDBAD0; }

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

This text font color is #BDBAD0.


Background Color

.myBgColor { background-color: #BDBAD0; }

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

This div background color is #BDBAD0.


Border color

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

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

This div border color is #BDBAD0.


Opacity

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

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

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

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

This text has shadow with #BDBAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBAD0 on black background.


Color preview on white background

This text has color #BDBAD0 on white background.



Black color preview on #BDBAD0 background

This text has black color on #BDBAD0 background.


White color preview on #BDBAD0 background

This text has white color on #BDBAD0 background.