#BEB1FD

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

Shades of Lavender Blue #BEB1FD

Tints of Lavender Blue #BEB1FD

Color information

#BEB1FD (or 0xBEB1FD) is unknown color: approx Lavender Blue. HEX triplet: BE, B1 and FD. RGB value is (190,177,253). Sum of RGB (Red+Green+Blue) = 190+177+253=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEB1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB1FD is #414E02. Grayscale: #BDBDBD. Windows color (decimal): -4279811 or 16626110. OLE color: 16626110.

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

Color convert

RGB190177253-
CMYK0.250.3000.01
HSL250.26º95%84.31%-
HSV(B)250.26º30.04%99.22%-
XYZ54.6949.4899.6-
YUV189.55163.81128.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 177 (69.53% from 255) = 28.55%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=30.65%
G=28.55%
B=40.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901772530.250.3000.01250.269584.31
HexBEB1FD191E01fa5f54
Octal276261375313601372137124
Binary1011111010110001111111011100111110011111101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1FD; }

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

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

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

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

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

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

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

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