#BEB8DE

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

Shades of Lavender Grey #BEB8DE

Tints of Lavender Grey #BEB8DE

Color information

#BEB8DE (or 0xBEB8DE) is unknown color: approx Lavender Grey. HEX triplet: BE, B8 and DE. RGB value is (190,184,222). Sum of RGB (Red+Green+Blue) = 190+184+222=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEB8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB8DE is #414721. Grayscale: #BDBDBD. Windows color (decimal): -4278050 or 14596286. OLE color: 14596286.

HSL color Cylindrical-coordinate representation of color #BEB8DE: hue angle of 249.47º degrees, saturation: 0.37, 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 #BEB8DE is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190184222-
CMYK0.140.1700.13
HSL249.47º36.54%79.61%-
HSV(B)249.47º17.12%87.06%-
XYZ51.5650.576.14-
YUV190.13145.99127.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.88%
GREEN value IS 184 (72.27% from 255) = 30.87%
BLUE value IS 222 (87.11% from 255) = 37.25%
R=31.88%
G=30.87%
B=37.25%

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
Decimal1901842220.140.1700.13249.4736.5479.61
HexBEB8DEE110Df92550
Octal276270336162101537145120
Binary10111110101110001101111011101000101101111110011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB8DE; }

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

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

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

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

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

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

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

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