#BDB3FD

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

Shades of Lavender Blue #BDB3FD

Tints of Lavender Blue #BDB3FD

Color information

#BDB3FD (or 0xBDB3FD) is unknown color: approx Lavender Blue. HEX triplet: BD, B3 and FD. RGB value is (189,179,253). Sum of RGB (Red+Green+Blue) = 189+179+253=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 179 (70.31% from 255 or 28.82% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDB3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3FD is #424C02. Grayscale: #BEBEBE. Windows color (decimal): -4344835 or 16626621. OLE color: 16626621.

HSL color Cylindrical-coordinate representation of color #BDB3FD: hue angle of 248.11º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDB3FD is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189179253-
CMYK0.250.2900.01
HSL248.11º94.87%84.71%-
HSV(B)248.11º29.25%99.22%-
XYZ54.8450.1599.72-
YUV190.43163.31126.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 179 (70.31% from 255) = 28.82%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=30.43%
G=28.82%
B=40.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891792530.250.2900.01248.1194.8784.71
HexBDB3FD191D01f85f55
Octal275263375313501370137125
Binary1011110110110011111111011100111101011111100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB3FD; }

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

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

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

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

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

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

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

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