COLOR #BDBEC5

HEX: #BDBEC5 RGB: (189,190,197)

Color info

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

RGB color model

#BDBEC5 color RGB value is (189,190,197).

RGB: (189,190,197) (74%, 75%, 77%)

RGB channels and saturation

R 189 of 255 = 74%
G 190 of 255 = 75%
B 197 of 255 = 77%

189
190
197

R + G + B ~ 75%. #BDBEC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 190 + 197 = 576 (100%)
R 189 of 576 ~ 32.81%
G 190 of 576 ~ 32.99%
B 197 of 576 ~ 34.2'%

%32.81
%32.99
%34.2

CMYK color model

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

  • cyan value is 4.06%
  • magenta value is 3.55%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (4,4,0,23)
C4M4Y0K23 (4%, 4%, 0%, 23%)
(0.04 / 0.04 / 0.00 / 0.23)

CMYK percentages

%4.06
%3.55
%0
%22.75

Codes

Color #BDBEC5 in popluar color models

BD BE C5
RGB 189 190 197
HSL 233° 6.45% 75.69%
HSB/HSV 233° 4.06% 77.25%
CMYK 4.06% 3.55% 0.00%
22.75%

Color #BDBEC5 in popluar number systems.

HEX BD BE C5
Decimal 189 190 197
Binary 10111101 10111110 11000101
Octal 275 276 305

Shades and tints

Shades of #BDBEC5

#BDBEC5
(189,190,197)
#ACADB4
(172,173,180)
#9B9CA3
(155,156,163)
#8A8B92
(138,139,146)
#797A81
(121,122,129)
#686970
(104,105,112)
#57585F
(87,88,95)
#46474E
(70,71,78)
#35363D
(53,54,61)
#24252C
(36,37,44)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #BDBEC5

#BDBEC5
(189,190,197)
#C3C3CA
(195,195,202)
#C9C8CF
(201,200,207)
#CFCDD4
(207,205,212)
#D5D2D9
(213,210,217)
#DBD7DE
(219,215,222)
#E1DCE3
(225,220,227)
#E7E1E8
(231,225,232)
#EDE6ED
(237,230,237)
#F3EBF2
(243,235,242)
#F9F0F7
(249,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBEC5; }

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

This text font color is #BDBEC5.

Background Color

.myBgColor { background-color: #BDBEC5; }

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

This div background color is #BDBEC5.

Border color

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

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

This div border color is #BDBEC5.

Opacity

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

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

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

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

This text has shadow with #BDBEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBEC5.

Preview

Color preview on black background

This text has color #BDBEC5 on black background.


Color preview on white background

This text has color #BDBEC5 on white background.


Black color preview on #BDBEC5 background

This text has black color on #BDBEC5 background.


White color preview on #BDBEC5 background

This text has white color on #BDBEC5 background.


Related colors

Complementary color

Complementary color for #hex is #42413A.


I love getcolorcode.com

Triadic colors

1 #C5BDBE and #BEC5BD with #BDBEC5 are triadic colors.

2 #C5BEBD and #BEBDC5 with #BDBEC5 are triadic colors.