#BEB5FF

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

Shades of Lavender Blue #BEB5FF

Tints of Lavender Blue #BEB5FF

Color information

#BEB5FF (or 0xBEB5FF) is unknown color: approx Lavender Blue. HEX triplet: BE, B5 and FF. RGB value is (190,181,255). Sum of RGB (Red+Green+Blue) = 190+181+255=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB5FF is #414A00. Grayscale: #BFBFBF. Windows color (decimal): -4278785 or 16758206. OLE color: 16758206.

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

Color convert

RGB190181255-
CMYK0.250.2900
HSL247.3º100%85.49%-
HSV(B)247.3º29.02%100%-
XYZ55.8151.21101.55-
YUV192.13163.48126.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.35%
GREEN value IS 181 (71.09% from 255) = 28.91%
BLUE value IS 255 (100% from 255) = 40.73%
R=30.35%
G=28.91%
B=40.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901812550.250.2900247.310085.49
HexBEB5FF191D00f76455
Octal276265377313500367144125
Binary1011111010110101111111111100111101001111011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5FF; }

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

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

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

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

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

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

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

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