#BEBDE7

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

Shades of Lavender Grey #BEBDE7

Tints of Lavender Grey #BEBDE7

Color information

#BEBDE7 (or 0xBEBDE7) is unknown color: approx Lavender Grey. HEX triplet: BE, BD and E7. RGB value is (190,189,231). Sum of RGB (Red+Green+Blue) = 190+189+231=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 231 - color contains mainly: blue. Hex color #BEBDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBDE7 is #414218. Grayscale: #C1C1C1. Windows color (decimal): -4276761 or 15187390. OLE color: 15187390.

HSL color Cylindrical-coordinate representation of color #BEBDE7: hue angle of 241.43º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEBDE7 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190189231-
CMYK0.180.1800.09
HSL241.43º46.67%82.35%-
HSV(B)241.43º18.18%90.59%-
XYZ53.8653.1183.01-
YUV194.09148.83125.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.15%
GREEN value IS 189 (74.22% from 255) = 30.98%
BLUE value IS 231 (90.62% from 255) = 37.87%
R=31.15%
G=30.98%
B=37.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901892310.180.1800.09241.4346.6782.35
HexBEBDE7121209f12f52
Octal276275347222201136157122
Binary101111101011110111100111100101001001001111100011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDE7; }

 p { color: rgb(190,189,231); }

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

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

 a { background-color: rgb(190,189,231); }

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

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

 span { border-color: rgb(190,189,231); }

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