#BEB3FD

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

Shades of Lavender Blue #BEB3FD

Tints of Lavender Blue #BEB3FD

Color information

#BEB3FD (or 0xBEB3FD) is unknown color: approx Lavender Blue. HEX triplet: BE, B3 and FD. RGB value is (190,179,253). Sum of RGB (Red+Green+Blue) = 190+179+253=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 179 (70.31% from 255 or 28.78% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEB3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB3FD is #414C02. Grayscale: #BEBEBE. Windows color (decimal): -4279299 or 16626622. OLE color: 16626622.

HSL color Cylindrical-coordinate representation of color #BEB3FD: hue angle of 248.92º 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 #BEB3FD is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190179253-
CMYK0.250.2900.01
HSL248.92º94.87%84.71%-
HSV(B)248.92º29.25%99.22%-
XYZ55.0850.2899.73-
YUV190.72163.14127.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 179 (70.31% from 255) = 28.78%
BLUE value IS 253 (99.22% from 255) = 40.68%
R=30.55%
G=28.78%
B=40.68%

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
Decimal1901792530.250.2900.01248.9294.8784.71
HexBEB3FD191D01f95f55
Octal276263375313501371137125
Binary1011111010110011111111011100111101011111100110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB3FD; }

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

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

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

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

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

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

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

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