COLOR #BDBED8

HEX: #BDBED8
RGB: (189,190,216)

Color info

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

RGB color model

#BDBED8 color RGB value is (189,190,216).

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

RGB channels and saturation

R 189 of 255 = 74%
G 190 of 255 = 75%
B 216 of 255 = 85%

189
190
216

R + G + B ~ 78%. #BDBED8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 190 + 216 = 595 (100%)
R 189 of 595 ~ 31.76%
G 190 of 595 ~ 31.93%
B 216 of 595 ~ 36.3%

%31.76
%31.93
%36.3

CMYK color model

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

  • cyan value is 12.50%
  • magenta value is 12.04%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(13,12,0,15)
C13M12Y0K15 
(13%,12%,0%,15%)
(0.13/0.12/0.00/0.15)	

CMYK percentages

%12.5
%12.04
%0
%15.29

Codes

Color #BDBED8 in popluar color models

BDBED8
RGB189190216
HSL238°25.71%79.41%
HSB/HSV238°12.50%84.71%
CMYK12.50%12.04%0.00%
15.29%

Color #BDBED8 in popluar number systems.

HEXBDBED8
Decimal189190216
Binary101111011011111011011000
Octal275276330

Shades and tints

Shades of #BDBED8

#BDBED8
(189,190,216)
#ACADC5
(172,173,197)
#9B9CB2
(155,156,178)
#8A8B9F
(138,139,159)
#797A8C
(121,122,140)
#686979
(104,105,121)
#575866
(87,88,102)
#464753
(70,71,83)
#353640
(53,54,64)
#24252D
(36,37,45)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #BDBED8

#BDBED8
(189,190,216)
#C3C3DB
(195,195,219)
#C9C8DE
(201,200,222)
#CFCDE1
(207,205,225)
#D5D2E4
(213,210,228)
#DBD7E7
(219,215,231)
#E1DCEA
(225,220,234)
#E7E1ED
(231,225,237)
#EDE6F0
(237,230,240)
#F3EBF3
(243,235,243)
#F9F0F6
(249,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBED8; }

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

This text font color is #BDBED8.


Background Color

.myBgColor { background-color: #BDBED8; }

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

This div background color is #BDBED8.


Border color

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

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

This div border color is #BDBED8.


Opacity

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

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

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

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

This text has shadow with #BDBED8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBED8 on black background.


Color preview on white background

This text has color #BDBED8 on white background.



Black color preview on #BDBED8 background

This text has black color on #BDBED8 background.


White color preview on #BDBED8 background

This text has white color on #BDBED8 background.