#BEB9DE

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

Shades of Lavender Grey #BEB9DE

Tints of Lavender Grey #BEB9DE

Color information

#BEB9DE (or 0xBEB9DE) is unknown color: approx Lavender Grey. HEX triplet: BE, B9 and DE. RGB value is (190,185,222). Sum of RGB (Red+Green+Blue) = 190+185+222=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEB9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9DE is #414621. Grayscale: #BEBEBE. Windows color (decimal): -4277794 or 14596542. OLE color: 14596542.

HSL color Cylindrical-coordinate representation of color #BEB9DE: hue angle of 248.11º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEB9DE is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190185222-
CMYK0.140.1700.13
HSL248.11º35.92%79.8%-
HSV(B)248.11º16.67%87.06%-
XYZ51.7750.9276.21-
YUV190.71145.66127.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.83%
GREEN value IS 185 (72.66% from 255) = 30.99%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=31.83%
G=30.99%
B=37.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901852220.140.1700.13248.1135.9279.8
HexBEB9DEE110Df82450
Octal276271336162101537044120
Binary10111110101110011101111011101000101101111110001001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9DE; }

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

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

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

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

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

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

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

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