COLOR #BDB8E2

HEX: #BDB8E2
RGB: (189,184,226)

Color info

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

RGB color model

#BDB8E2 color RGB value is (189,184,226).

  • red value is 189;
  • green value is 184;
  • blue value is 226.
RGB:
(189,184,226)
(74%,72%,89%)

RGB channels and saturation

R 189 of 255 = 74%
G 184 of 255 = 72%
B 226 of 255 = 89%

189
184
226

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

Portions of RGB colors in percentages

R + G + B =
189 + 184 + 226 = 599 (100%)
R 189 of 599 ~ 31.55%
G 184 of 599 ~ 30.72%
B 226 of 599 ~ 37.73%

%31.55
%30.72
%37.73

CMYK color model

#BDB8E2 color CMYK value is (16,19,0,11).

  • cyan value is 16.37%
  • magenta value is 18.58%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(16,19,0,11)
C16M19Y0K11 
(16%,19%,0%,11%)
(0.16/0.19/0.00/0.11)	

CMYK percentages

%16.37
%18.58
%0
%11.37

Codes

Color #BDB8E2 in popluar color models

BDB8E2
RGB189184226
HSL247°42.00%80.39%
HSB/HSV247°18.58%88.63%
CMYK16.37%18.58%0.00%
11.37%

Color #BDB8E2 in popluar number systems.

HEXBDB8E2
Decimal189184226
Binary101111011011100011100010
Octal275270342

Shades and tints

Shades of #BDB8E2

#BDB8E2
(189,184,226)
#ACA8CE
(172,168,206)
#9B98BA
(155,152,186)
#8A88A6
(138,136,166)
#797892
(121,120,146)
#68687E
(104,104,126)
#57586A
(87,88,106)
#464856
(70,72,86)
#353842
(53,56,66)
#24282E
(36,40,46)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #BDB8E2

#BDB8E2
(189,184,226)
#C3BEE4
(195,190,228)
#C9C4E6
(201,196,230)
#CFCAE8
(207,202,232)
#D5D0EA
(213,208,234)
#DBD6EC
(219,214,236)
#E1DCEE
(225,220,238)
#E7E2F0
(231,226,240)
#EDE8F2
(237,232,242)
#F3EEF4
(243,238,244)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB8E2 color. Also use rgb(189,184,226) instead hex code.

Text Font Color

.myTextColor { color: #BDB8E2; }

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

This text font color is #BDB8E2.


Background Color

.myBgColor { background-color: #BDB8E2; }

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

This div background color is #BDB8E2.


Border color

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

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

This div border color is #BDB8E2.


Opacity

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

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

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

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

This text has shadow with #BDB8E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB8E2 on black background.


Color preview on white background

This text has color #BDB8E2 on white background.



Black color preview on #BDB8E2 background

This text has black color on #BDB8E2 background.


White color preview on #BDB8E2 background

This text has white color on #BDB8E2 background.