COLOR #BDBBD0

HEX: #BDBBD0 RGB: (189,187,208)

Color info

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

RGB color model

#BDBBD0 color RGB value is (189,187,208).

RGB: (189,187,208) (74%, 73%, 82%)

RGB channels and saturation

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

189
187
208

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

Portions of RGB colors in percentages

R + G + B = 189 + 187 + 208 = 584 (100%)
R 189 of 584 ~ 32.36%
G 187 of 584 ~ 32.02%
B 208 of 584 ~ 35.62'%

%32.36
%32.02
%35.62

CMYK color model

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

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

CMYK percentages

%9.13
%10.1
%0
%18.43

Codes

Color #BDBBD0 in popluar color models

BD BB D0
RGB 189 187 208
HSL 246° 18.26% 77.45%
HSB/HSV 246° 10.10% 81.57%
CMYK 9.13% 10.10% 0.00%
18.43%

Color #BDBBD0 in popluar number systems.

HEX BD BB D0
Decimal 189 187 208
Binary 10111101 10111011 11010000
Octal 275 273 320

Shades and tints

Shades of #BDBBD0

#BDBBD0
(189,187,208)
#ACAABE
(172,170,190)
#9B99AC
(155,153,172)
#8A889A
(138,136,154)
#797788
(121,119,136)
#686676
(104,102,118)
#575564
(87,85,100)
#464452
(70,68,82)
#353340
(53,51,64)
#24222E
(36,34,46)
#13111C
(19,17,28)
#000000
(0,0,0)

Tints of #BDBBD0

#BDBBD0
(189,187,208)
#C3C1D4
(195,193,212)
#C9C7D8
(201,199,216)
#CFCDDC
(207,205,220)
#D5D3E0
(213,211,224)
#DBD9E4
(219,217,228)
#E1DFE8
(225,223,232)
#E7E5EC
(231,229,236)
#EDEBF0
(237,235,240)
#F3F1F4
(243,241,244)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBBD0; }

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

This text font color is #BDBBD0.

Background Color

.myBgColor { background-color: #BDBBD0; }

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

This div background color is #BDBBD0.

Border color

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

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

This div border color is #BDBBD0.

Opacity

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

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

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

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

This text has shadow with #BDBBD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBBD0.

Preview

Color preview on black background

This text has color #BDBBD0 on black background.


Color preview on white background

This text has color #BDBBD0 on white background.


Black color preview on #BDBBD0 background

This text has black color on #BDBBD0 background.


White color preview on #BDBBD0 background

This text has white color on #BDBBD0 background.


Related colors

Complementary color

Complementary color for #hex is #42442F.


I love getcolorcode.com

Triadic colors

1 #D0BDBB and #BBD0BD with #BDBBD0 are triadic colors.

2 #D0BBBD and #BBBDD0 with #BDBBD0 are triadic colors.