#BDB3FA

Color #BDB3FA Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #BDB3FA

Tints of Lavender Blue #BDB3FA

Color information

#BDB3FA (or 0xBDB3FA) is unknown color: approx Lavender Blue. HEX triplet: BD, B3 and FA. RGB value is (189,179,250). Sum of RGB (Red+Green+Blue) = 189+179+250=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDB3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3FA is #424C05. Grayscale: #BDBDBD. Windows color (decimal): -4344838 or 16430013. OLE color: 16430013.

HSL color Cylindrical-coordinate representation of color #BDB3FA: hue angle of 248.45º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDB3FA is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189179250-
CMYK0.240.2800.02
HSL248.45º87.65%84.12%-
HSV(B)248.45º28.4%98.04%-
XYZ54.3649.9697.22-
YUV190.08161.81127.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 30.58%
GREEN value IS 179 (70.31% from 255) = 28.96%
BLUE value IS 250 (98.05% from 255) = 40.45%
R=30.58%
G=28.96%
B=40.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891792500.240.2800.02248.4587.6584.12
HexBDB3FA181C02f85854
Octal275263372303402370130124
Binary10111101101100111111101011000111000101111100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB3FA; }

 p { color: rgb(189,179,250); }

 H1.HeaderClassName
 {
   color: #BDB3FA;
 }
 .AnyTagClassName
 {
   color: #BDB3FA;
 }
</style>
background-color css

<style>
 a { background-color: #BDB3FA; }

 a { background-color: rgb(189,179,250); }

 div.DivClassName
 {
   background-color: #BDB3FA;
 }
 .BgClassName
 {
   background-color: #BDB3FA;
 }
</style>
border-color css

<style>
 span { border-color: #BDB3FA; }

 span { border-color: rgb(189,179,250); }

 td.TdClassName
 {
   border-color: #BDB3FA;
 }
 .TagClassName
 {
   border-color: #BDB3FA;
 }
</style>