#BEB9F4

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

Shades of Lavender Blue #BEB9F4

Tints of Lavender Blue #BEB9F4

Color information

#BEB9F4 (or 0xBEB9F4) is unknown color: approx Lavender Blue. HEX triplet: BE, B9 and F4. RGB value is (190,185,244). Sum of RGB (Red+Green+Blue) = 190+185+244=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 244 (95.70% from 255 or 39.42% from 619); Max value from RGB is 244 - color contains mainly: blue. Hex color #BEB9F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB9F4 is #41460B. Grayscale: #C0C0C0. Windows color (decimal): -4277772 or 16038334. OLE color: 16038334.

HSL color Cylindrical-coordinate representation of color #BEB9F4: hue angle of 245.08º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEB9F4 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190185244-
CMYK0.220.2400.04
HSL245.08º72.84%84.12%-
HSV(B)245.08º24.18%95.69%-
XYZ54.9152.1892.76-
YUV193.22156.66125.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.69%
GREEN value IS 185 (72.66% from 255) = 29.89%
BLUE value IS 244 (95.70% from 255) = 39.42%
R=30.69%
G=29.89%
B=39.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901852440.220.2400.04245.0872.8484.12
HexBEB9F4161804f54954
Octal276271364263004365111124
Binary101111101011100111110100101101100001001111010110010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9F4; }

 p { color: rgb(190,185,244); }

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

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

 a { background-color: rgb(190,185,244); }

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

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

 span { border-color: rgb(190,185,244); }

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