COLOR #BDB6E8

HEX: #BDB6E8
RGB: (189,182,232)

Color info

#BDB6E8 contains red, green and blue colors in about the same proportion. Web safe color of #BDB6E8 is #CCCCFF (or #CCF).

RGB color model

#BDB6E8 color RGB value is (189,182,232).

  • red value is 189;
  • green value is 182;
  • blue value is 232.
RGB:
(189,182,232)
(74%,71%,91%)

RGB channels and saturation

R 189 of 255 = 74%
G 182 of 255 = 71%
B 232 of 255 = 91%

189
182
232

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

Portions of RGB colors in percentages

R + G + B =
189 + 182 + 232 = 603 (100%)
R 189 of 603 ~ 31.34%
G 182 of 603 ~ 30.18%
B 232 of 603 ~ 38.47%

%31.34
%30.18
%38.47

CMYK color model

#BDB6E8 color CMYK value is (19,22,0,9).

  • cyan value is 18.53%
  • magenta value is 21.55%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(19,22,0,9)
C19M22Y0K9 
(19%,22%,0%,9%)
(0.19/0.22/0.00/0.09)	

CMYK percentages

%18.53
%21.55
%0
%9.02

Codes

Color #BDB6E8 in popluar color models

BDB6E8
RGB189182232
HSL248°52.08%81.18%
HSB/HSV248°21.55%90.98%
CMYK18.53%21.55%0.00%
9.02%

Color #BDB6E8 in popluar number systems.

HEXBDB6E8
Decimal189182232
Binary101111011011011011101000
Octal275266350

Shades and tints

Shades of #BDB6E8

#BDB6E8
(189,182,232)
#ACA6D3
(172,166,211)
#9B96BE
(155,150,190)
#8A86A9
(138,134,169)
#797694
(121,118,148)
#68667F
(104,102,127)
#57566A
(87,86,106)
#464655
(70,70,85)
#353640
(53,54,64)
#24262B
(36,38,43)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #BDB6E8

#BDB6E8
(189,182,232)
#C3BCEA
(195,188,234)
#C9C2EC
(201,194,236)
#CFC8EE
(207,200,238)
#D5CEF0
(213,206,240)
#DBD4F2
(219,212,242)
#E1DAF4
(225,218,244)
#E7E0F6
(231,224,246)
#EDE6F8
(237,230,248)
#F3ECFA
(243,236,250)
#F9F2FC
(249,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB6E8 color. Also use rgb(189,182,232) instead hex code.

Text Font Color

.myTextColor { color: #BDB6E8; }

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

This text font color is #BDB6E8.


Background Color

.myBgColor { background-color: #BDB6E8; }

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

This div background color is #BDB6E8.


Border color

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

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

This div border color is #BDB6E8.


Opacity

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

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

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

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

This text has shadow with #BDB6E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB6E8 on black background.


Color preview on white background

This text has color #BDB6E8 on white background.



Black color preview on #BDB6E8 background

This text has black color on #BDB6E8 background.


White color preview on #BDB6E8 background

This text has white color on #BDB6E8 background.