COLOR #BDB5FA

HEX: #BDB5FA
RGB: (189,181,250)

Color info

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

RGB color model

#BDB5FA color RGB value is (189,181,250).

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

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 250 of 255 = 98%

189
181
250

R + G + B ~ 81%. #BDB5FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 181 + 250 = 620 (100%)
R 189 of 620 ~ 30.48%
G 181 of 620 ~ 29.19%
B 250 of 620 ~ 40.32%

%30.48
%29.19
%40.32

CMYK color model

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

  • cyan value is 24.40%
  • magenta value is 27.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(24,28,0,2)
C24M28Y0K2 
(24%,28%,0%,2%)
(0.24/0.28/0.00/0.02)	

CMYK percentages

%24.4
%27.6
%0
%1.96

Codes

Color #BDB5FA in popluar color models

BDB5FA
RGB189181250
HSL247°87.34%84.51%
HSB/HSV247°27.60%98.04%
CMYK24.40%27.60%0.00%
1.96%

Color #BDB5FA in popluar number systems.

HEXBDB5FA
Decimal189181250
Binary101111011011010111111010
Octal275265372

Shades and tints

Shades of #BDB5FA

#BDB5FA
(189,181,250)
#ACA5E4
(172,165,228)
#9B95CE
(155,149,206)
#8A85B8
(138,133,184)
#7975A2
(121,117,162)
#68658C
(104,101,140)
#575576
(87,85,118)
#464560
(70,69,96)
#35354A
(53,53,74)
#242534
(36,37,52)
#13151E
(19,21,30)
#000000
(0,0,0)

Tints of #BDB5FA

#BDB5FA
(189,181,250)
#C3BBFA
(195,187,250)
#C9C1FA
(201,193,250)
#CFC7FA
(207,199,250)
#D5CDFA
(213,205,250)
#DBD3FA
(219,211,250)
#E1D9FA
(225,217,250)
#E7DFFA
(231,223,250)
#EDE5FA
(237,229,250)
#F3EBFA
(243,235,250)
#F9F1FA
(249,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB5FA; }

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

This text font color is #BDB5FA.


Background Color

.myBgColor { background-color: #BDB5FA; }

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

This div background color is #BDB5FA.


Border color

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

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

This div border color is #BDB5FA.


Opacity

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

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

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

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

This text has shadow with #BDB5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB5FA on black background.


Color preview on white background

This text has color #BDB5FA on white background.



Black color preview on #BDB5FA background

This text has black color on #BDB5FA background.


White color preview on #BDB5FA background

This text has white color on #BDB5FA background.