COLOR #BDB5C2

HEX: #BDB5C2
RGB: (189,181,194)

Color info

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

RGB color model

#BDB5C2 color RGB value is (189,181,194).

  • red value is 189;
  • green value is 181;
  • blue value is 194.
RGB:
(189,181,194)
(74%,71%,76%)

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 194 of 255 = 76%

189
181
194

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

Portions of RGB colors in percentages

R + G + B =
189 + 181 + 194 = 564 (100%)
R 189 of 564 ~ 33.51%
G 181 of 564 ~ 32.09%
B 194 of 564 ~ 34.4%

%33.51
%32.09
%34.4

CMYK color model

#BDB5C2 color CMYK value is (3,7,0,24).

  • cyan value is 2.58%
  • magenta value is 6.70%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(3,7,0,24)
C3M7Y0K24 
(3%,7%,0%,24%)
(0.03/0.07/0.00/0.24)	

CMYK percentages

%2.58
%6.7
%0
%23.92

Codes

Color #BDB5C2 in popluar color models

BDB5C2
RGB189181194
HSL277°9.63%73.53%
HSB/HSV277°6.70%76.08%
CMYK2.58%6.70%0.00%
23.92%

Color #BDB5C2 in popluar number systems.

HEXBDB5C2
Decimal189181194
Binary101111011011010111000010
Octal275265302

Shades and tints

Shades of #BDB5C2

#BDB5C2
(189,181,194)
#ACA5B1
(172,165,177)
#9B95A0
(155,149,160)
#8A858F
(138,133,143)
#79757E
(121,117,126)
#68656D
(104,101,109)
#57555C
(87,85,92)
#46454B
(70,69,75)
#35353A
(53,53,58)
#242529
(36,37,41)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #BDB5C2

#BDB5C2
(189,181,194)
#C3BBC7
(195,187,199)
#C9C1CC
(201,193,204)
#CFC7D1
(207,199,209)
#D5CDD6
(213,205,214)
#DBD3DB
(219,211,219)
#E1D9E0
(225,217,224)
#E7DFE5
(231,223,229)
#EDE5EA
(237,229,234)
#F3EBEF
(243,235,239)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB5C2; }

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

This text font color is #BDB5C2.


Background Color

.myBgColor { background-color: #BDB5C2; }

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

This div background color is #BDB5C2.


Border color

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

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

This div border color is #BDB5C2.


Opacity

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

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

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

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

This text has shadow with #BDB5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB5C2 on black background.


Color preview on white background

This text has color #BDB5C2 on white background.



Black color preview on #BDB5C2 background

This text has black color on #BDB5C2 background.


White color preview on #BDB5C2 background

This text has white color on #BDB5C2 background.