#BEBDE6

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

Shades of Lavender Grey #BEBDE6

Tints of Lavender Grey #BEBDE6

Color information

#BEBDE6 (or 0xBEBDE6) is unknown color: approx Lavender Grey. HEX triplet: BE, BD and E6. RGB value is (190,189,230). Sum of RGB (Red+Green+Blue) = 190+189+230=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 230 - color contains mainly: blue. Hex color #BEBDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBDE6 is #414219. Grayscale: #C1C1C1. Windows color (decimal): -4276762 or 15121854. OLE color: 15121854.

HSL color Cylindrical-coordinate representation of color #BEBDE6: hue angle of 241.46º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEBDE6 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB190189230-
CMYK0.170.1800.10
HSL241.46º45.05%82.16%-
HSV(B)241.46º17.83%90.2%-
XYZ53.7253.0682.27-
YUV193.97148.33125.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 230 (90.23% from 255) = 37.77%
R=31.20%
G=31.03%
B=37.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1901892300.170.1800.10241.4645.0582.16
HexBEBDE611120Af12d52
Octal276275346212201236155122
Binary101111101011110111100110100011001001010111100011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDE6; }

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

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

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

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

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

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

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

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