COLOR #BDBEC1

HEX: #BDBEC1
RGB: (189,190,193)

Color info

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

RGB color model

#BDBEC1 color RGB value is (189,190,193).

  • red value is 189;
  • green value is 190;
  • blue value is 193.
RGB:
(189,190,193)
(74%,75%,76%)

RGB channels and saturation

R 189 of 255 = 74%
G 190 of 255 = 75%
B 193 of 255 = 76%

189
190
193

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

Portions of RGB colors in percentages

R + G + B =
189 + 190 + 193 = 572 (100%)
R 189 of 572 ~ 33.04%
G 190 of 572 ~ 33.22%
B 193 of 572 ~ 33.74%

%33.04
%33.22
%33.74

CMYK color model

#BDBEC1 color CMYK value is (2,2,0,24).

  • cyan value is 2.07%
  • magenta value is 1.55%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(2,2,0,24)
C2M2Y0K24 
(2%,2%,0%,24%)
(0.02/0.02/0.00/0.24)	

CMYK percentages

%2.07
%1.55
%0
%24.31

Codes

Color #BDBEC1 in popluar color models

BDBEC1
RGB189190193
HSL225°3.12%74.90%
HSB/HSV225°2.07%75.69%
CMYK2.07%1.55%0.00%
24.31%

Color #BDBEC1 in popluar number systems.

HEXBDBEC1
Decimal189190193
Binary101111011011111011000001
Octal275276301

Shades and tints

Shades of #BDBEC1

#BDBEC1
(189,190,193)
#ACADB0
(172,173,176)
#9B9C9F
(155,156,159)
#8A8B8E
(138,139,142)
#797A7D
(121,122,125)
#68696C
(104,105,108)
#57585B
(87,88,91)
#46474A
(70,71,74)
#353639
(53,54,57)
#242528
(36,37,40)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #BDBEC1

#BDBEC1
(189,190,193)
#C3C3C6
(195,195,198)
#C9C8CB
(201,200,203)
#CFCDD0
(207,205,208)
#D5D2D5
(213,210,213)
#DBD7DA
(219,215,218)
#E1DCDF
(225,220,223)
#E7E1E4
(231,225,228)
#EDE6E9
(237,230,233)
#F3EBEE
(243,235,238)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBEC1; }

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

This text font color is #BDBEC1.


Background Color

.myBgColor { background-color: #BDBEC1; }

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

This div background color is #BDBEC1.


Border color

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

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

This div border color is #BDBEC1.


Opacity

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

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

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

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

This text has shadow with #BDBEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBEC1 on black background.


Color preview on white background

This text has color #BDBEC1 on white background.



Black color preview on #BDBEC1 background

This text has black color on #BDBEC1 background.


White color preview on #BDBEC1 background

This text has white color on #BDBEC1 background.