COLOR #BDBEDF

HEX: #BDBEDF
RGB: (189,190,223)

Color info

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

RGB color model

#BDBEDF color RGB value is (189,190,223).

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

RGB channels and saturation

R 189 of 255 = 74%
G 190 of 255 = 75%
B 223 of 255 = 87%

189
190
223

R + G + B ~ 79%. #BDBEDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 190 + 223 = 602 (100%)
R 189 of 602 ~ 31.4%
G 190 of 602 ~ 31.56%
B 223 of 602 ~ 37.04%

%31.4
%31.56
%37.04

CMYK color model

#BDBEDF color CMYK value is (15,15,0,13).

  • cyan value is 15.25%
  • magenta value is 14.80%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(15,15,0,13)
C15M15Y0K13 
(15%,15%,0%,13%)
(0.15/0.15/0.00/0.13)	

CMYK percentages

%15.25
%14.8
%0
%12.55

Codes

Color #BDBEDF in popluar color models

BDBEDF
RGB189190223
HSL238°34.69%80.78%
HSB/HSV238°15.25%87.45%
CMYK15.25%14.80%0.00%
12.55%

Color #BDBEDF in popluar number systems.

HEXBDBEDF
Decimal189190223
Binary101111011011111011011111
Octal275276337

Shades and tints

Shades of #BDBEDF

#BDBEDF
(189,190,223)
#ACADCB
(172,173,203)
#9B9CB7
(155,156,183)
#8A8BA3
(138,139,163)
#797A8F
(121,122,143)
#68697B
(104,105,123)
#575867
(87,88,103)
#464753
(70,71,83)
#35363F
(53,54,63)
#24252B
(36,37,43)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #BDBEDF

#BDBEDF
(189,190,223)
#C3C3E1
(195,195,225)
#C9C8E3
(201,200,227)
#CFCDE5
(207,205,229)
#D5D2E7
(213,210,231)
#DBD7E9
(219,215,233)
#E1DCEB
(225,220,235)
#E7E1ED
(231,225,237)
#EDE6EF
(237,230,239)
#F3EBF1
(243,235,241)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBEDF; }

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

This text font color is #BDBEDF.


Background Color

.myBgColor { background-color: #BDBEDF; }

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

This div background color is #BDBEDF.


Border color

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

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

This div border color is #BDBEDF.


Opacity

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

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

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

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

This text has shadow with #BDBEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBEDF on black background.


Color preview on white background

This text has color #BDBEDF on white background.



Black color preview on #BDBEDF background

This text has black color on #BDBEDF background.


White color preview on #BDBEDF background

This text has white color on #BDBEDF background.