#BEB1FF

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

Shades of Lavender Blue #BEB1FF

Tints of Lavender Blue #BEB1FF

Color information

#BEB1FF (or 0xBEB1FF) is unknown color: approx Lavender Blue. HEX triplet: BE, B1 and FF. RGB value is (190,177,255). Sum of RGB (Red+Green+Blue) = 190+177+255=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEB1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB1FF is #414E00. Grayscale: #BDBDBD. Windows color (decimal): -4279809 or 16757182. OLE color: 16757182.

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

Color convert

RGB190177255-
CMYK0.250.3100
HSL250º100%84.71%-
HSV(B)250º30.59%100%-
XYZ55.0149.61101.28-
YUV189.78164.81128.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 177 (69.53% from 255) = 28.46%
BLUE value IS 255 (100% from 255) = 41.00%
R=30.55%
G=28.46%
B=41.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901772550.250.310025010084.71
HexBEB1FF191F00fa6455
Octal276261377313700372144125
Binary1011111010110001111111111100111111001111101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1FF; }

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

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

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

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

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

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

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

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