COLOR #BDBDD0

HEX: #BDBDD0
RGB: (189,189,208)

Color info

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

RGB color model

#BDBDD0 color RGB value is (189,189,208).

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

RGB channels and saturation

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

189
189
208

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

Portions of RGB colors in percentages

R + G + B =
189 + 189 + 208 = 586 (100%)
R 189 of 586 ~ 32.25%
G 189 of 586 ~ 32.25%
B 208 of 586 ~ 35.49%

%32.25
%32.25
%35.49

CMYK color model

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

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

CMYK percentages

%9.13
%9.13
%0
%18.43

Codes

Color #BDBDD0 in popluar color models

BDBDD0
RGB189189208
HSL240°16.81%77.84%
HSB/HSV240°9.13%81.57%
CMYK9.13%9.13%0.00%
18.43%

Color #BDBDD0 in popluar number systems.

HEXBDBDD0
Decimal189189208
Binary101111011011110111010000
Octal275275320

Shades and tints

Shades of #BDBDD0

#BDBDD0
(189,189,208)
#ACACBE
(172,172,190)
#9B9BAC
(155,155,172)
#8A8A9A
(138,138,154)
#797988
(121,121,136)
#686876
(104,104,118)
#575764
(87,87,100)
#464652
(70,70,82)
#353540
(53,53,64)
#24242E
(36,36,46)
#13131C
(19,19,28)
#000000
(0,0,0)

Tints of #BDBDD0

#BDBDD0
(189,189,208)
#C3C3D4
(195,195,212)
#C9C9D8
(201,201,216)
#CFCFDC
(207,207,220)
#D5D5E0
(213,213,224)
#DBDBE4
(219,219,228)
#E1E1E8
(225,225,232)
#E7E7EC
(231,231,236)
#EDEDF0
(237,237,240)
#F3F3F4
(243,243,244)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBDD0; }

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

This text font color is #BDBDD0.


Background Color

.myBgColor { background-color: #BDBDD0; }

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

This div background color is #BDBDD0.


Border color

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

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

This div border color is #BDBDD0.


Opacity

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

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

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

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

This text has shadow with #BDBDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBDD0 on black background.


Color preview on white background

This text has color #BDBDD0 on white background.



Black color preview on #BDBDD0 background

This text has black color on #BDBDD0 background.


White color preview on #BDBDD0 background

This text has white color on #BDBDD0 background.