COLOR #BDC5B5

HEX: #BDC5B5
RGB: (189,197,181)

Color info

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

RGB color model

#BDC5B5 color RGB value is (189,197,181).

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

RGB channels and saturation

R 189 of 255 = 74%
G 197 of 255 = 77%
B 181 of 255 = 71%

189
197
181

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

Portions of RGB colors in percentages

R + G + B =
189 + 197 + 181 = 567 (100%)
R 189 of 567 ~ 33.33%
G 197 of 567 ~ 34.74%
B 181 of 567 ~ 31.92%

%33.33
%34.74
%31.92

CMYK color model

#BDC5B5 color CMYK value is (4,0,8,23).

  • cyan value is 4.06%
  • magenta value is 0.00%
  • yellow value is 8.12%
  • key color value is 22.75%
CMYK:
(4,0,8,23)
C4M0Y8K23 
(4%,0%,8%,23%)
(0.04/0.00/0.08/0.23)	

CMYK percentages

%4.06
%0
%8.12
%22.75

Codes

Color #BDC5B5 in popluar color models

BDC5B5
RGB189197181
HSL90°12.12%74.12%
HSB/HSV90°8.12%77.25%
CMYK4.06%0.00%8.12%
22.75%

Color #BDC5B5 in popluar number systems.

HEXBDC5B5
Decimal189197181
Binary101111011100010110110101
Octal275305265

Shades and tints

Shades of #BDC5B5

#BDC5B5
(189,197,181)
#ACB4A5
(172,180,165)
#9BA395
(155,163,149)
#8A9285
(138,146,133)
#798175
(121,129,117)
#687065
(104,112,101)
#575F55
(87,95,85)
#464E45
(70,78,69)
#353D35
(53,61,53)
#242C25
(36,44,37)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #BDC5B5

#BDC5B5
(189,197,181)
#C3CABB
(195,202,187)
#C9CFC1
(201,207,193)
#CFD4C7
(207,212,199)
#D5D9CD
(213,217,205)
#DBDED3
(219,222,211)
#E1E3D9
(225,227,217)
#E7E8DF
(231,232,223)
#EDEDE5
(237,237,229)
#F3F2EB
(243,242,235)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC5B5; }

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

This text font color is #BDC5B5.


Background Color

.myBgColor { background-color: #BDC5B5; }

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

This div background color is #BDC5B5.


Border color

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

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

This div border color is #BDC5B5.


Opacity

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

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

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

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

This text has shadow with #BDC5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC5B5 on black background.


Color preview on white background

This text has color #BDC5B5 on white background.



Black color preview on #BDC5B5 background

This text has black color on #BDC5B5 background.


White color preview on #BDC5B5 background

This text has white color on #BDC5B5 background.