#BEB1FE

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

Shades of Lavender Blue #BEB1FE

Tints of Lavender Blue #BEB1FE

Color information

#BEB1FE (or 0xBEB1FE) is unknown color: approx Lavender Blue. HEX triplet: BE, B1 and FE. RGB value is (190,177,254). Sum of RGB (Red+Green+Blue) = 190+177+254=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEB1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB1FE is #414E01. Grayscale: #BDBDBD. Windows color (decimal): -4279810 or 16691646. OLE color: 16691646.

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

Color convert

RGB190177254-
CMYK0.250.3000.00
HSL250.13º97.47%84.51%-
HSV(B)250.13º30.31%99.61%-
XYZ54.8549.55100.44-
YUV189.66164.31128.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 177 (69.53% from 255) = 28.50%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=30.60%
G=28.50%
B=40.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901772540.250.3000.00250.1397.4784.51
HexBEB1FE191E00fa6155
Octal276261376313600372141125
Binary1011111010110001111111101100111110001111101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1FE; }

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

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

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

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

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

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

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

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