#BEBDDE

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

Shades of Lavender Grey #BEBDDE

Tints of Lavender Grey #BEBDDE

Color information

#BEBDDE (or 0xBEBDDE) is unknown color: approx Lavender Grey. HEX triplet: BE, BD and DE. RGB value is (190,189,222). Sum of RGB (Red+Green+Blue) = 190+189+222=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEBDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDDE is #414221. Grayscale: #C0C0C0. Windows color (decimal): -4276770 or 14597566. OLE color: 14597566.

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

Color convert

RGB190189222-
CMYK0.140.1500.13
HSL241.82º33.33%80.59%-
HSV(B)241.82º14.86%87.06%-
XYZ52.6252.6276.49-
YUV193.06144.33125.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.61%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=31.61%
G=31.45%
B=36.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901892220.140.1500.13241.8233.3380.59
HexBEBDDEEF0Df22151
Octal276275336161701536241121
Binary1011111010111101110111101110111101101111100101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDDE; }

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

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

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

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

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

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

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

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