COLOR #BDB9CC

HEX: #BDB9CC RGB: (189,185,204)

Color info

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

RGB color model

#BDB9CC color RGB value is (189,185,204).

RGB: (189,185,204) (74%, 73%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 185 of 255 = 73%
B 204 of 255 = 80%

189
185
204

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

Portions of RGB colors in percentages

R + G + B = 189 + 185 + 204 = 578 (100%)
R 189 of 578 ~ 32.7%
G 185 of 578 ~ 32.01%
B 204 of 578 ~ 35.29'%

%32.7
%32.01
%35.29

CMYK color model

#BDB9CC color CMYK value is (7,9,0,20).

  • cyan value is 7.35%
  • magenta value is 9.31%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (7,9,0,20)
C7M9Y0K20 (7%, 9%, 0%, 20%)
(0.07 / 0.09 / 0.00 / 0.20)

CMYK percentages

%7.35
%9.31
%0
%20

Codes

Color #BDB9CC in popluar color models

BD B9 CC
RGB 189 185 204
HSL 253° 15.70% 76.27%
HSB/HSV 253° 9.31% 80.00%
CMYK 7.35% 9.31% 0.00%
20.00%

Color #BDB9CC in popluar number systems.

HEX BD B9 CC
Decimal 189 185 204
Binary 10111101 10111001 11001100
Octal 275 271 314

Shades and tints

Shades of #BDB9CC

#BDB9CC
(189,185,204)
#ACA9BA
(172,169,186)
#9B99A8
(155,153,168)
#8A8996
(138,137,150)
#797984
(121,121,132)
#686972
(104,105,114)
#575960
(87,89,96)
#46494E
(70,73,78)
#35393C
(53,57,60)
#24292A
(36,41,42)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #BDB9CC

#BDB9CC
(189,185,204)
#C3BFD0
(195,191,208)
#C9C5D4
(201,197,212)
#CFCBD8
(207,203,216)
#D5D1DC
(213,209,220)
#DBD7E0
(219,215,224)
#E1DDE4
(225,221,228)
#E7E3E8
(231,227,232)
#EDE9EC
(237,233,236)
#F3EFF0
(243,239,240)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB9CC; }

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

This text font color is #BDB9CC.

Background Color

.myBgColor { background-color: #BDB9CC; }

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

This div background color is #BDB9CC.

Border color

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

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

This div border color is #BDB9CC.

Opacity

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

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

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

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

This text has shadow with #BDB9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB9CC.

Preview

Color preview on black background

This text has color #BDB9CC on black background.


Color preview on white background

This text has color #BDB9CC on white background.


Black color preview on #BDB9CC background

This text has black color on #BDB9CC background.


White color preview on #BDB9CC background

This text has white color on #BDB9CC background.


Related colors

Complementary color

Complementary color for #hex is #424633.


I love getcolorcode.com

Triadic colors

1 #CCBDB9 and #B9CCBD with #BDB9CC are triadic colors.

2 #CCB9BD and #B9BDCC with #BDB9CC are triadic colors.