COLOR #BDB5C8

HEX: #BDB5C8 RGB: (189,181,200)

Color info

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

RGB color model

#BDB5C8 color RGB value is (189,181,200).

RGB: (189,181,200) (74%, 71%, 78%)

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 200 of 255 = 78%

189
181
200

R + G + B ~ 74%. #BDB5C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 181 + 200 = 570 (100%)
R 189 of 570 ~ 33.16%
G 181 of 570 ~ 31.75%
B 200 of 570 ~ 35.09'%

%33.16
%31.75
%35.09

CMYK color model

#BDB5C8 color CMYK value is (5,10,0,22).

  • cyan value is 5.50%
  • magenta value is 9.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (5,10,0,22)
C5M10Y0K22 (5%, 10%, 0%, 22%)
(0.05 / 0.10 / 0.00 / 0.22)

CMYK percentages

%5.5
%9.5
%0
%21.57

Codes

Color #BDB5C8 in popluar color models

BD B5 C8
RGB 189 181 200
HSL 265° 14.73% 74.71%
HSB/HSV 265° 9.50% 78.43%
CMYK 5.50% 9.50% 0.00%
21.57%

Color #BDB5C8 in popluar number systems.

HEX BD B5 C8
Decimal 189 181 200
Binary 10111101 10110101 11001000
Octal 275 265 310

Shades and tints

Shades of #BDB5C8

#BDB5C8
(189,181,200)
#ACA5B6
(172,165,182)
#9B95A4
(155,149,164)
#8A8592
(138,133,146)
#797580
(121,117,128)
#68656E
(104,101,110)
#57555C
(87,85,92)
#46454A
(70,69,74)
#353538
(53,53,56)
#242526
(36,37,38)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #BDB5C8

#BDB5C8
(189,181,200)
#C3BBCD
(195,187,205)
#C9C1D2
(201,193,210)
#CFC7D7
(207,199,215)
#D5CDDC
(213,205,220)
#DBD3E1
(219,211,225)
#E1D9E6
(225,217,230)
#E7DFEB
(231,223,235)
#EDE5F0
(237,229,240)
#F3EBF5
(243,235,245)
#F9F1FA
(249,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB5C8; }

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

This text font color is #BDB5C8.

Background Color

.myBgColor { background-color: #BDB5C8; }

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

This div background color is #BDB5C8.

Border color

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

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

This div border color is #BDB5C8.

Opacity

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

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

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

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

This text has shadow with #BDB5C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB5C8.

Preview

Color preview on black background

This text has color #BDB5C8 on black background.


Color preview on white background

This text has color #BDB5C8 on white background.


Black color preview on #BDB5C8 background

This text has black color on #BDB5C8 background.


White color preview on #BDB5C8 background

This text has white color on #BDB5C8 background.


Related colors

Complementary color

Complementary color for #hex is #424A37.


I love getcolorcode.com

Triadic colors

1 #C8BDB5 and #B5C8BD with #BDB5C8 are triadic colors.

2 #C8B5BD and #B5BDC8 with #BDB5C8 are triadic colors.