COLOR #BDBDF9

HEX: #BDBDF9
RGB: (189,189,249)

Color info

#BDBDF9 contains mainly blue color. Web safe color of #BDBDF9 is #CCCCFF (or #CCF).

RGB color model

#BDBDF9 color RGB value is (189,189,249).

  • red value is 189;
  • green value is 189;
  • blue value is 249.
RGB:
(189,189,249)
(74%,74%,98%)

RGB channels and saturation

R 189 of 255 = 74%
G 189 of 255 = 74%
B 249 of 255 = 98%

189
189
249

R + G + B ~ 82%. #BDBDF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 189 + 249 = 627 (100%)
R 189 of 627 ~ 30.14%
G 189 of 627 ~ 30.14%
B 249 of 627 ~ 39.71%

%30.14
%30.14
%39.71

CMYK color model

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

  • cyan value is 24.10%
  • magenta value is 24.10%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(24,24,0,2)
C24M24Y0K2 
(24%,24%,0%,2%)
(0.24/0.24/0.00/0.02)	

CMYK percentages

%24.1
%24.1
%0
%2.35

Codes

Color #BDBDF9 in popluar color models

BDBDF9
RGB189189249
HSL240°83.33%85.88%
HSB/HSV240°24.10%97.65%
CMYK24.10%24.10%0.00%
2.35%

Color #BDBDF9 in popluar number systems.

HEXBDBDF9
Decimal189189249
Binary101111011011110111111001
Octal275275371

Shades and tints

Shades of #BDBDF9

#BDBDF9
(189,189,249)
#ACACE3
(172,172,227)
#9B9BCD
(155,155,205)
#8A8AB7
(138,138,183)
#7979A1
(121,121,161)
#68688B
(104,104,139)
#575775
(87,87,117)
#46465F
(70,70,95)
#353549
(53,53,73)
#242433
(36,36,51)
#13131D
(19,19,29)
#000000
(0,0,0)

Tints of #BDBDF9

#BDBDF9
(189,189,249)
#C3C3F9
(195,195,249)
#C9C9F9
(201,201,249)
#CFCFF9
(207,207,249)
#D5D5F9
(213,213,249)
#DBDBF9
(219,219,249)
#E1E1F9
(225,225,249)
#E7E7F9
(231,231,249)
#EDEDF9
(237,237,249)
#F3F3F9
(243,243,249)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBDF9; }

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

This text font color is #BDBDF9.


Background Color

.myBgColor { background-color: #BDBDF9; }

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

This div background color is #BDBDF9.


Border color

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

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

This div border color is #BDBDF9.


Opacity

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

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

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

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

This text has shadow with #BDBDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBDF9 on black background.


Color preview on white background

This text has color #BDBDF9 on white background.



Black color preview on #BDBDF9 background

This text has black color on #BDBDF9 background.


White color preview on #BDBDF9 background

This text has white color on #BDBDF9 background.